sumitmukharjii.hashnode.devGetting Started With RustSo I have started to learn Rust programming language and will be sharing a series of blogs with you so that we can together have insights on it, so let's dig into this immediately. I am learning this with the help of Piyush Garg's Youtube Channel as ...Aug 30, 2024路4 min read
sumitmukharjii.hashnode.devIntroduction to Two-Tier ApplicationToday we are going to discuss Two-Tier Applications that have front-end and backend codes and how they are deployed. This will be a series of blogs so let's continue. Consider a simple Flask application that has both front-end and backend codes and t...Jan 27, 2024路2 min read
sumitmukharjii.hashnode.devGoLang for beginners - Part 1Introduction : Go is the language made at Google by Robert Griesemer, Rob Pike, and Ken Thompson in 2007, which was open-sourced in 2009. Go is statically typed which means variables are declared explicitly and determined at runtime. Why another pro...Jun 5, 2023路2 min read
sumitmukharjii.hashnode.devCloud Computing - OverviewOverview Cloud Computing or the cloud is the delivery of on-demand computing resources. Everything from applications to data centers, over the internet on a pay-for-use basis. Simply put it's a model for enabling convenient, on-demand network access ...May 28, 2023路11 min read
sumitmukharjii.hashnode.devDeploying A Django To-Do List using AWS - DevOps Project Day 1Today we learn about aws ec2 instance and local environment by deploying a simple To Do list app on AWS taken from GitHub which is a Django application. Now you have to break up the problem into parts, as a DevOps learner or engineer first you have t...Mar 11, 2023路4 min read