How I Clean My Code
๐งน A short article with practical tips to make your code more readable and maintainable. These tips are language agnostic.
Create a MERN Stack App with a Serverless Backend
๐ A video course by freeCodeCamp that will teach you what is the MERN stack and how to get started with it.
Good Coding Practices For Backend Developers
โจ A few developers practices that you may want to follow. Most of them have nothing to do with backend so even if you aren't a backend developer you should check them out.
A React application for managing events and meetings
๐ An open-source demo application for managing events and meetings. This is the work of a bootcamp student and it's built using the MERN stack (HTML, CSS, JavaScript, React, Node, Express, RESTful API, MongoDB).
You Can Label a JavaScript if Statement
๐ Label is probably one of the least used features of JavaScript. It exists since the creation of JavaScript and reminds me of the glory Assembly days.
A 2021 Crash Course in Next.js
๐ Get started with Next.js with this comprehensive tutorial. It includes also a video format.
CSS Flexbox Tutorial with Flexbox Properties Cheat Sheet ๐๏ธ
๐ช If you are not familiar with CSS Flexbox you are missing out. This is a complete handbook that will guide you through all the nitty-gritty of Flexbox.
Monito - A browser extension for software testers
๐ต๏ธโโ๏ธ A new browser extension that collects all the relevant information for inspecting the behavior of your application. This includes logs, network requests, navigation events, and more.
Singleton Pattern in Javascript
๐ค Learn what singleton is and what it is used for and how to implement it using JavaScript.
Working With TypeScript: A Practical Guide for Developers
๐ Learn the fundamentals of TypeScript. Type Guards, Unions, Maps, and even how to implement runtime validations.