Skip to main content

Posts

Showing posts from September, 2024

Buying my buddy - Laptop

 Brief  I am planning to buy a new laptop and I am putting everything here which I come across while looking for best laptop which fits my requirements. My Requirements  Programming: .NET, Angular, SQL, Visual Studio, SQL Server Video Editing Country where I live is Nepal Able to use at least for 5 years Considering the above requirements, I will going with the Dell laptop though in Nepal Acer is quite famous and I will highlight why choose Dell over other laptop.  Before Buying, let's understand the terminology RAM SSD Nits Cooling Graphics Thunderbolt USB WIFI Screen SRGB Laptop meeting my requirements Below configuration will do my job smoothly for at least 5 years and they are: 16GB RAM DDR5 SSD Laptops Meeting My Requirments are: https://www.flipkart.Lenovo IdeaPad Pro 5com/lenovo-ideapad-pro-5-intel-core-ultra-9-185h-32-gb-1-tb-ssd-windows-11-home-14imh9-thin-light-laptop/p/itm1f4865cbfe7ea?pid=COMGZN7RRHARKTDE&lid=LSTCOMGZN7RRHARKTDE4G0GAP&marketplace=FLIPKART&cm

AWS Journey

 Brief  I am in hunt of the AWS from scratch to becoming a Certified SAA-C03 (AWS Solution Architect Associate). To have knowledge on following  Linux Command  Shell Script AWS Cloud Practitioner  NOTE: for a window users, you can use the git bash to practice the linux or shell script.  A) Git Bash It is used to run the linux or shell command on your window system, if you are a window user. The main purpose of it is to run the git commands to communicate your local changes to and from the remote git source controls like github, gitlab, bitbucket and so on.  1) Create and edit file Run the below command to create and edit file at the same time from the git bash.  vi first_file.txt 2) Write some text into the first_file.txt Write the below stuffs in the file. echo "Hello World"  3) Save and close the file To save then close the file, do the following: Press ESC key on keyboard  Then, type :x or :wq or : wq! Then, press Enter key on keyboard to close the file.