Startup Chronicles: From Conception to Market Dominance (Part 2)
Setting up your Nestjs project and configurations for development and test database.

Search for a command to run...
Setting up your Nestjs project and configurations for development and test database.

This series of articles is going to cover the process of developing your SaaS product from idea to marketing. We are going to start with identifying the unique problem of our end user, then develop a minimum viable product, and finally deploy our MVP...

Introduction In this article, we will be solving the money problem, not the general one we all have which is its insufficiency, but rather managing a portfolio of multiple currencies. By the end of this article, you should be able to Understand the ...

What you will learn in this article: Importance of logging in software systems, Applications of logging, Logging the request of a server in a log file Processing a log file using “grep” Using hoppscotch.io for API testing Introduction Why wou...

In this article, we will learn: Why API performance is important What is Redis, and some of the use cases What are caching strategies and some examples How to Utilize a database caching strategy in a node js application Introduction API perfo...

Introduction Creating an upgradable smart contract is a complex task that needs to be carefully managed. In this article, we will discuss how to use a test-driven approach to create upgradable smart contracts. Test-driven development is an important ...

It is a no-brainer that Data structure and algorithm are an integral part of any software system, but there are some issues that arise from just putting all your energy into solving leetcode problems. Yeah, you can now reverse a Binary Search tree an...

Getting started with creating reusable components with reactjs

Web3 is a fast-growing industry with lots of upside and downside. In simple terms, the aim of web3 is to make users anonymous and give them full power over their data. It does this with the power of blockchain,(yeah, a chain of blocks where data is s...
