Available Relational Database in AWS Using Amazon RDS

Available Relational Database in AWS Using Amazon RDS

May 20, 2024 Chandana Nalin 0

Relational Database in AWS Using Amazon RDS How would you like to store, manage, and secure your relational database all from one easy-to-use online service? Amazon RDS allows you to do just that. Using Amazon RDS, you can set up, operate, and scale a relational database service in the cloud […]

Hostinger

Hostinger

February 19, 2024 Chandana Nalin 0

Hostinger is a well-known web hosting company that offers a range of hosting services tailored to individuals, small businesses, and developers. Here’s an overview of Hostinger’s web hosting offerings: Shared Hosting: Hostinger provides affordable shared hosting plans suitable for beginners and small websites. With shared hosting, multiple websites share the […]

Fiverr

Feel free to reach out to me on Fiverr

February 12, 2024 Chandana Nalin 0

Connect with Me on Fiverr for Top-Quality Project Assistance!       nccooray Fiverr Seller Experienced Senior Software Engineer with a strong background in computer science (M.Sc.) and a Level 2 seller on Fiverr for 9 years. With 12 years of expertise, I specialize in PHP, Java, Android, Flutter, HTML5, […]

2819881 3f4b 3

Git command cheatsheet

November 27, 2023 Chandana Nalin 0

Configuring Git git config –global user.name “Your Name” git config –global user.email “[email protected]” Basic Git Commands git status git add <file_name> git add . git commit -m “Your commit message here” Branching and Merging git branch <branch_name> git checkout <branch_name> git switch <branch_name> git checkout -b <branch_name> git merge <branch_name> […]