pipecruz.hashnode.devDesma - A design system manager for all your projectsLive Project on Netlify 🎥 Desma website: https://desma.kosmos.community/ Desma website: https://desma.netlify.com/ What is Desma? 🎨 Desma is a design system manager where you can create, preview and host all your designs in one single place. The...Mar 1, 2022·3 min read
pipecruz.hashnode.devJavascript foundations that'll help you better understand this weird languageJavascript can do a lot of things, some people can argue that the language doesn't make sense sometimes, but believe me it does! Don't blame the language!! ⛔ Developers usually have a mental model of how something works when they are writing code. Us...Jul 30, 2021·8 min read
pipecruz.hashnode.devWhy you should work with test driven development in your projects (ft. react example)Testing is such an interesting topic that I see so many people put aside and ignore. As a software engineer student I've seen many developers write new code for different projects without giving a proper time to testing, some will usually just check ...Jul 25, 2021·7 min read
pipecruz.hashnode.devHow does ISR takes advantage of static generation and server side renderingWhile learning new technologies such as Nextjs, I have stumbled upon many different ways to render your web applications. Nextjs has two forms of prerendering your content, such being Static Site Generation(SSG) and Server Side Rendering(SSR). Resear...Jul 16, 2021·3 min read