Create a simple Bottom Navigation Bar in Flutter

This is my tutorial on how to create a simple bottom navigation bar. It’s very simple if you choose not to reinvent the wheel. We will first create a bottom navigational bar and then add some content in it. What we will use is the bottom_navy_bar package. I am using version 6.0.0. Open Visual Code. …

Create a nodejs backend app that use Express with Typescript

I am going to set up a nodejs backend app that use express with typescript. In other words, create a REST API in nodejs that uses TypeScript with the help of the express framework. For the database I am going to go with MySQL. With a backend like this you can easily have axios or …