JHJuan Hedderichinheddsblog.hashnode.dev路Sep 8, 2023 路 2 min readUsing external libraries in your projectWhen it comes to front-end development, I prefer to avoid using external libraries to achieve my goals. It always seems easier and quicker to just npm install a library for the specific functionality you are trying to implement, however, they tend to...00
JHJuan Hedderichinheddsblog.hashnode.dev路Sep 5, 2023 路 3 min readMy first project as a software developerI am currently working part-time as a front-end developer for a company called Avilatek. I am in my 3rd month now and it's been awesome. I would like to share my thoughts and first experiences when it comes to working and programming in a professiona...00
JHJuan Hedderichinheddsblog.hashnode.dev路Sep 5, 2023 路 2 min readI love TailwindCSS 馃挋No need for naming CSS classes. As a project grows, it gets hard to find new names for your containers and cards. Your css file becomes a mess and it becomes really hard to maintain. With Tailwind, you just add pre-built utility classes to your elem...00
JHJuan Hedderichinheddsblog.hashnode.dev路Dec 27, 2022 路 5 min readNext.js BackendI started making an app called OpenJira, which is kinda like a clone of Jira Software. If you don't know about it, it is an app for following tasks and helps when working with a team and stuff. You can drag and drop entries between different columns...00
JHJuan Hedderichinheddsblog.hashnode.dev路Dec 19, 2022 路 3 min readMy first Next.js AppI just finished some sections of the udemy course I am doing and built a web App using Next.js. I learned a lot about Next and I would like to share it. Static vs Server-Rendered When building with just React, everything on the page is statically b...00