Back to overview

Journey of Web Development with Jacob Paris

In this podcast episode, developer Jacob Paris discusses his journey from game development to web development, highlighting the core similarities between different applications and the transformative role of Remix in streamlining UI creation for interacting with databases, offering a glimpse into his upcoming talk at Epic WebConf.

Developer and freelancer Jacob Paris delves into his personal evolution from game to web development, noting the core similarities like database interactions that tie different development fields together. He spotlights the efficacy of Remix in streamlining web development, particularly in UI and database interactivity, which he will explore further at Epic WebConf. Paris reflects on the critical nature of understanding the historical context of technology choices and advocates for well-justified selections in tech stacks. His upcoming conference presentation will dissect CRUD operations for effective application development, underlining the necessity of anticipating application demands for a more deliberate architectural approach. Paris looks forward to Epic WebConf both as a platform for sharing knowledge and fostering valuable community connections within the Remix sphere.

Watch this episode.

Meet Jacob at Epic Web Conf.

Guests

Jacob Paris
Jacob Paris

Transcript

Kent: Hello everybody, I am so excited to be joined by my friend Jacob Paris. Say hi Jacob.

Jacob: Hey everyone! Hi, Jacob Paris.

Kent: Super excited to have you at the conference in Utah on April 11th. So make sure folks get that in your calendar so that you can come and see Jacob. I've known Jacob for a long time and really excited to meet again in person in Utah and hopefully get some snow up there so that we can go snowboarding. But if not, there are lots of other cool things to do in that area too. Anyway, before I get ahead of myself. Jacob, I would like people to get to know you a little bit. So could you give us an intro to who you are and what you do and what you're into?

Jacob: Yeah, yeah, sure. So yeah, thanks for having me on here. I'm, yeah, my name is Jacob Paris. I'm a software developer from Canada. I've currently a head instructor. At the moment, just doing some freelancing and consulting, building a lot of cool stuff with Remix and running the Remix Community newsletter. I started development. kind of a long, long time ago, back in game development. I sold the first Flash game back in 2011, and

Kent: Whoa.

Jacob: a little while after that got into web development stuff, but I've kind of been doing full-time web development for the last six years. And a big chunk of that has been just working on internal company applications, so I've never... I don't really have a big tech backstory. I see a lot of the other speakers of the conference have never worked at the FAANG companies, but it's just been a lot of working for regular companies with small teams of a dozen or even fewer people building stuff for their companies to use. So it's like some asset management system for construction companies, a couple CRMs, one for web developers, one for mortgage brokers. Kind of at that time, every one of these apps, they're all very, very different, but they're also just kind of the same in a lot of ways. It's like they're just fancy UI abstractions over some common database interactions. It's all like enterprise cred stuff all the way down. And

Kent: Hmm.

Jacob: I guess at this point, most of what I know about web development comes from building those UIs over and over and over again and trying to make them work really, really well. That's kind of been the biggest focus of my last little while, especially exploring with Remix, is that Remix is now making it super, super easy to be able to build those in a really high performance way that's also easy to maintain at the same time. And that's going to be the focus of the talk I'm doing here. So just looking at a lot of different ways we can interact with data, we can manipulate it, we can fetch it, and how to keep all of that. kind of in sync and how to manipulate that when building modern web app or like credit type web applications.

Kent: Yeah, very cool. Yeah, so that actually explains a lot about your interest in the Epic Stack and like the level of contribution you've had there and everything and it seems like the Epic Stack is the perfect solution to the problem that You've had as you've been building Pretty much the same app the same sort of app for so many companies. Would you say that's true?

Jacob: Yeah, yeah, it's... Every time I go to a different place and they've got this new set of technology and you need to kind of relearn the new way of doing things with all these different tools, and most of it's not fundamentally that different under the hood.

Kent: Mm.

Jacob: There's a lot of different tweaks, different approaches, there's a few different things to learn, but most of the time it's not like there was a huge... decision document chosen for why all these companies are using these tools. It's just what the developer knew when the first guy in charge of the project decided to start building it. It's like people go with that. I'm really excited about the Epic Stack because it kind of gives a little more rigorous, both as an example of, hey, which technologies could we choose, but also there's the extensive decision history so you can see, do any of these decisions make sense for us? should we adopt these tools in our own company and you know that plus the you know dozens upon dozens of examples of You know things that aren't included in the stack but are still possible making small iterations to it I think that's super useful and It's kind of It's definitely been my go-to stack for a little while and will continue to be for the future

Kent: Yeah, super. And I appreciate your contributions as well, both in contributing directly with code, as well as articles and things that have been really helpful as well. So yeah, let's dive a little bit deeper into what you're planning on talking about. People know that we're recording this several months ahead of the conference, and so things can still be. a little in the air in that way, but what are you thinking for the talk that you're going to be giving at Epic WebConf?

Jacob: Yeah, so kind of the main idea, sort of the motif of the talk as I've currently sort of outlined it, is to break down the patterns of your typical quad applications. So we've got the create, the read, the update, the delete, the different types of, sort of the different examples of having to do each of those things. So sometimes you're creating single items, sometimes you're creating items in bulk, sometimes you're creating them optimistically, sometimes you're creating things and then you get errors in the way and you need to either revert changes or block it. And the same in on each of the other categories. You read data with pagination, with filtering, you can update by updating whole documents or by submitting. little patch diffs to update specific fields on it. You can hard delete items, you can soft delete items, you can just archive and hide them. You can kind of go quite deep into each of those topics and different applications will call for different requirements in each one. So I'd like to try and bring some clarity to the options that are available there and give people a little more of a framework to choose where, you know, based on, you know, how many users we expect to have, what our interaction patterns look like, maybe like how should we be structuring these queries, how should we be, you know, building this app and, you know, trying to make that work in a more reasonable or structured way.

Kent: Yeah, I think a lot of people really appreciate having some of that structure. And actually, similar to what you said earlier, lots of that sort of thing kind of happens haphazardly. It's just like whatever we thought at the time seemed reasonable, but then these things kind of pile on it themselves, and eventually you're left with something that clearly didn't have any forethought. Because, I mean, the... The real world is messy and new requirements come up and everything like that. So having a little bit of structure from the beginning helps a lot. Um, so I think that all, uh, yeah, I'm excited to hear your talk. Um, so while we're at the conference, um, we're going to have, um, it's single track. So everybody's going to be, uh, there for every, uh, everybody's talk. So we're not like missing, um, you know, having to choose. Um, but, uh, we. Emphasize the breaks and we want to have extended breaks so that people have plenty of time to meet people and talk and things So what are some of the things that you're excited to talk with people about? What are you hoping people come and talk with you about?

Jacob: So I'm really excited lately with a lot of the new goings on with React and the whole... Sort of excited to speak with a lot of the Remix folks and like Brian's going to be there. And I just like to get a little clearer of an idea of what's going on with what's coming up next with Remix. But outside of that, there's so many cool tools out there, like in the open source ecosystem, like with PartiKit, what I'm building with Sly, with... Yeah, basically I just want to talk with people, see what they're building, and get to know a little more about the projects that everyone else is working with. Because that's the part that's most exciting to me when it comes to talking with other developers.

Kent: Yeah, absolutely. That's the reason that we go in person. Otherwise we all just watch the live stream and it's, you know, whatever. We can do a remote conference, but being in person, like there's something really special about being there and being able to talk with the people there. So I'm excited to have you there and excited for people to get to meet you. You're a wonderful person. And I think that it'll be nice for people to see that themselves. So awesome. It's been awesome getting to know you here really briefly. And... Thank you so much for giving us some of your time. We'll see you in April.

Jacob: Yeah, thanks for having me. I'll see you there, Ken.

Kent: Bye everyone.

Sweet episode right?

You will love this one too.

See all episodes

Featured episode

Maximizing Networking Opportunities with Madison Kanna

Season 5 Episode 22 β€” 12:18
Madison Kanna