Skip to main content

Coding Practices, MERN Stack, Working With TypeScript - Picks 178

 Ido Shamun Ido Shamun
Link copied!
Coding Practices, MERN Stack, Working With TypeScript - Picks 178
Quick take

Learn how to clean your code, build an app using the MERN stack, and more on our new weekly picks edition

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.

Read more, every new tab

Posts like this, on every new tab.

daily.dev curates a feed of articles ranked against what you actually care about. Free forever.

Link copied!