Posts
All the articles I've posted.
Easily Build a Modern Job Listing Website with React, Vite, and Tailwind CSS
Posted on:August 2, 2023 at 12:00 PMCreating a modern, efficient and effective job listing website requires the use of up-to-date technology, such as React, Vite, and Tailwind CSS. In this article, we will guide you through setting up the development environment and creating a job listing website using these technologies.
How to build a calculator app using React Native A Step-by-Step Tutorial
Posted on:June 10, 2023 at 12:00 PMThe calculator application is a simple application that is always available on every device such as android, ios, and desktops. In this article we will build a calculator application using React Native and Expo, why do we use React Native and Expo?
Writing Unit Test in Golang Easily
Posted on:June 2, 2023 at 12:00 PMUnit testing is the most important thing in developing an application, which aims to minimize the occurrence of errors, therefore software developers are obliged to master it. In this article, we will write unit tests in the Golang programming language using the unit testing package provided by Golang.