PinnedWhat the Hell is Web 5.0?Ever stumbled upon the term Web5 and wondered, "What on earth could that be?" Well, today's your lucky day, because we're about to unravel this mystery together! Web5, in its essence, stands for the fifth iteration of the web, a revolutionary concep...Nov 28, 2023·4 min read·409
How to change the default port for your react appThere are several ways to change the default port for your react application, Let us start with the easy one. Change the port from your .env file You can create a .env file and just add the port number you want to use. Like this PORT=4000 // .env fi...Mar 25, 2023·2 min read·200
Let's build with Astro and ReactIntroduction Astro is a Multi-Page all-in-one framework to help you build modern websites fast and easily with less or no Javascript offering very high performant and neat experience websites. With Astro, you can build a website with any UI framework...Mar 23, 2023·6 min read·468
Basics of Software Development | SimplifiedSoftware Development is the use of a series of processes for developing, deploying, and maintaining computer software programs. Software development requires a series of processes and these processes make up the Software Development Life Cycle (SDLC)...Oct 29, 2022·1 min read·125
Create Static Website forms with fabformWhat is a Static Website form Static Website forms are simple form builders that let you handle form submissions easily with no code required. You can integrate HTML forms on your website easily. Static Websites offer insane load time. They are very...Jul 28, 2022·2 min read·209
Jokes only programmers will understandYou are probably tired now after debugging a code for several minutes or hours. You need to cool off. It isn't an easy thing to become a programmer. You need some minutes to at least laugh and forget the stress you've been through. It is only a prog...Jul 8, 2022·3 min read·30K
Ultimate Guide to SolidityWhat is Solidity? Solidity is an object-oriented programming language for writing smart contracts. It is a high-level language for implementing smart contracts. It is the primary language for writing smart contracts in the Ethereum Blockchain. What ...Jul 4, 2022·4 min read·278