Software Design Patterns: Clean, Maintainable, and Flexible Code

Software Design Patterns

I fell in love with Java programming after learning the software design patterns and Spring Boot framework. The Gang of Four(GoF) formulated 23 software design patterns. The software design patterns are the reusable solutions to the most frequently occurring problems in the software design. It is not a fixed set of algorithms that you can […]

Software Design Patterns: Clean, Maintainable, and Flexible Code Read More »

A simple mobile dApp development using React Native, Metamask wallet and Ethersjs

mobile dApp using React Native

If you are frustrated with looking on the Internet how to develop mobile dApp using React Native then you have come to the right place. In this post, I will show you how you can create a mobile dApp using React Native along with Metamask wallet and Ethersjs in the Ethereum Sepolia test network. The

A simple mobile dApp development using React Native, Metamask wallet and Ethersjs Read More »

Getting Started with React Native and Expo: How Can I Begin Cross-Platform App Development?

React Native with Expo

In order to start building your first cross-platform React Native application with Expo you need to install the NodeJs. You can go to the official website of NodeJS and download the installer and then install it. Once you are done with the installation, you can open your terminal(Windows, Mac, Linux) and type the following command

Getting Started with React Native and Expo: How Can I Begin Cross-Platform App Development? Read More »