Git is a powerful version control system, but sometimes you may need to revert a commit. Maybe you made a mistake in your code, or maybe you want to go back to a previous version of your project. Whatever the reason, here’s how you can easily revert a Git commit.
This blog shows how one can use multiple Git accounts on one development machine. This would become handy if you are working on personal, work, or school projects on the…
In this series, I will document my Unity 2D Game Dev learning journey in this docu-blog series. The first MVP I want to create is a simple underwater platform game…
What is DynamoDB It's AWS-managed, serverless, NoSQL database technology created by AWS and used widely in AWS solutions. Design a DynamoDB table Say I want to create a restaurant and…
I’ve always wanted to learn about iOS dev and 2023 is the year that I am going to tackle it seriously so that I can develop tools for myself and maybe even share them with others for free in the Apple Store. I will start a blog series to chronicle my learning to build my first app.
Here are the first few steps that I need to do to set up my development environment:
Find a Mac (this is easy since we use Mac for work)
Register an Apple Developer membership (to deploy to iOS devices and also to sell in the store)
Install XCode
Verify that I can run the app on my machine (Since I have followed an amazing tutorial to create a FlappyBird using Unity, I used it to verify my iOS dev setup. )
To make learning Java interesting, this is the proposed lesson plan Desktop Development Set up Git Set up Java on your development machine Install GreenFoot Install Visual Studio Code API…
You can create an AWS account for free, as long as you provide an email address and a credit card. For the first year, you can use the 12-month Free Tier offering in your first 12 month of account creation. Not all AWS resources are Free Tier eligible, so make sure before creating any AWS resources.
To create an AWS account, simply go to https://aws.amazon.com and click on “Create an AWS Account”.
The account creation process will ask you for your email address, address, as well as a valid credit card. After email verification, you can then log in to your new AWS account.
This video shows my step of creating an new AWS account
ChatGPT is a trained model which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer follow-up questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests.
This ChatGPT model was trained using RLHF (Reinforcement Learning from Human Feedback).
The initial model was trained using supervised fine-tuning. A human AI trainer would play both parts: user and AI assistant. (for more details, read the ChatGPT blog from OpenAI)