Posts

In this article, we’ll discuss how to use the new Node.js test runner for some basic testing, as well as using Jest for testing different endpoints. https://blog.logrocket.com/node-js-express-test-...
How to use ESLint and Prettier for code analysis and formatting In this article you will learn 👇 🟣 Why you should lint and format your code 🟣 How to setup ESLint and Prettier in your project 🟣 Diff...
How to use Docker in your Node and React Applications Learn how to 👇 🟣 Create and Dockerize a React frontend 🟣 Create and Dockerize a NodeJS backend 🟣 Run the backend and frontend Docker containers...
How to do Test Driven Development in React using React Testing Library, Jest and Cypress Learn how to do: 🟣 Unit Tests 🟣 Integration Tests 🟣 End-To-End Tests https://andrewbaisden.medium.com/how-to...
NodeJS 18 introduced some new cool features and one of the most useful ones is the built in Fetch API. Learn how to use the same popular Fetch API on the backend. https://andrewbaisden.medium.com/t...
The Top 12 Node.js Frameworks on GitHub️ ⭐️ See how the most popular Node.js frameworks compare to each other https://medium.com/@andrewbaisden/the-top-12-node-js-frameworks-on-github%EF%B8%8F-2e08...
Creating a component design system using React, TypeScript and Storybook Learn how to create fully customisable and interactive components. Good for: - UI development - Testing - Documentation Inte...
The Complete Modern React Developer 2022 It's time to get hired 🔥 - Node (Express.js and Nest.js) - MongoDB and PostgreSQL - Docker - TypeScript - React - Storybook.js - Jest, React Testing Library...
This article was written for Zigi’s blog on the subject of developers happiness/noise/career/productivity What qualities should a software engineer have? The tech industry is a highly sought after ...
I wrote an article for LogRocket: Using CSS Modules in React Native In this tutorial, we’ll review the traditional methods of styling in React Native and introduce you to a popular alternative: CSS...
Loading...