Learn together about Laravel, Node. js, and other programming languages.
In this article, we will learn how to implement unit testing using Vitest, integrate it with codecov.io to track code coverage, and automate this process using GitHub Actions.
In this tutorial, we will learn how to add and configure ESLint and Prettier to our TypeScript project.
In this tutorial, we will learn how to create a TypeScript project from scratch using Vite, a modern build tool that provides fast server development with minimal configuration.
We will discuss how to add code coverage metrics to your project using GitHub Actions and Codecov. By integrating GitHub Actions and Codecov, developers can automate testing and monitor code quality more effectively.
CI/CD is an essential part of automating the testing, building, and deployment of an application so that it is always ready to be released at any time. In this article, we will go into depth on how to implement CI/CD on GitHub using GitHub Actions, TypeScript, and Jest.
In this part, we will try to create a simple REST API application using ElysiaJS and deploy it to Vercel using GitHub.
In this part, we will learn how Node.js works, especially regarding the concepts of callbacks, Promise, and async and await in JavaScript and how to implement them in Node.js.