close icon
daily.dev platform

Discover more from daily.dev

Personalized news feed, dev communities and search, much better than what’s out there. Maybe ;)

Start reading - Free forever
Continue reading >

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

Coding Practices, MERN Stack, Working With TypeScript - Picks 178
Author
 Ido Shamun
Related tags on daily.dev
toc
Table of contents
arrow-down

🎯

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.


Why not level up your reading with

Stay up-to-date with the latest developer news every time you open a new tab.

Read more