Another day, another front-end framework!
GraphQL is a fast and efficient query language for APIs. When compared to REST, it is known for it's performance when retrieving data and easiness for implementation. It can be incorporated into many tech stacks.
VS Code comes with an in-built debugger. Here I discuss how you can get it up and running.
You're probably heard of es-lint and prettier. Rome is new and similar to both of these.
Here I dive in Prisma. Discussing the basics of what Prisma is, the functionality and how it could be intergrated into a node.js application.
I'm going to attempt to teach you (and myself) how Algorithms and Data Structures are weaved into web applications!
Notes on Next.js new release to go back on.
In this post I look at flexbox/css grid, styling forms and responsiveness.
If you're building a web application, you're probably using a framework. And frameworks use components. Storybook enables you see and edit these components.
Here is the penultimate post of the Relearning CSS series!