Posts
All the articles I've posted.
Mastering PostgreSQL Database Setup in Docker: Persistent Volumes, User Creation, Backup, and Restoration
Posted on:June 1, 2023 at 05:05 PMLearn how to set up a PostgreSQL database in Docker, ensure data persistence, create users and databases, and perform backups/restorations using pg_dump. Master containerized database management.
Building Multi-page Signup Login React Native App Part 2
Posted on:April 4, 2023 at 05:05 PMLearn how to create a beautiful and responsive Login and Signup UI in React Native using TailwindCSS and functional reusable components with Props. Enhance your front-end development skills with this step-by-step tutorial and improve user experience for your mobile application. Follow along and create visually appealing forms that are both easy to use and efficient.
Building Multi-page Signup Login React Native App Part 1
Posted on:March 29, 2023 at 05:05 PMLearn how to create a Login/Signup form in React Native app with this step-by-step tutorial. In this first part, you'll discover how to set up TailwindCSS using Nativewind library, style button components using TailwindCSS classes, and implement React Native Navigation between three pages.