Palak Goyalcodewithpalak.hashnode.dev·Sep 30, 2023A Beginner's Guide to Building a Blogging Platform using React and OuterbaseIntro Are you looking for a quick and easy way to start building your blogging platform? Look no further than React and Outerbase! React is a popular JavaScript library used for creating user interfaces, while Outerbase is a platform that allows deve...Discuss·37 likes·85 readsouterbasehackathon
Abraham Yepremiandailydsa.com·4 hours agoDay 60: Review Solved Questions + Finish DSA CourseToday I reviewed questions I have solved and closed out the intro to DSA course on neetcode. Tomorrow I will start on the advanced course and pair it with grokking the coding interview. I want to go through them concurrently as they overlap.DiscussBlogging
Dhruv Gordhruvgor.hashnode.dev·7 hours agoSolving the Median of a Row-Wise Sorted Matrix ProblemIntroduction: Welcome back to the channel! Today, let's embark on a journey through the world of algorithms and problem-solving. Imagine yourself in the shoes of a software engineer facing a coding interview at a top tech company. You walk into the i...DiscussBlogging
Mudit Mathurmuditm12.hashnode.dev·7 hours agoAWS EC2 AutomationIn the previous blog, we learned about User Data and IAM. Let’s learn how to automate EC2 using Launch Templates and Auto Scaling Groups. EC2 EC2 stands for Elastic Compute Cloud. It is a web service provided by Amazon Web Services (AWS). EC2 provide...Discuss#90daysofdevops
MaddyProtechwithmaddy.com·10 hours agoTechnical Blogging VS Technical Writing: Main DifferencesTechnical blogging and technical writing are often used interchangeably but are two different writing styles. Even though they share a common goal of effectively communicating with the reader and wanting to provide value, blog writing and technical w...DiscussTechnical Writingwriting
たちぼくtachiboku.hashnode.dev·10 hours agoI've Moved to HashnodeI've decided to start blogging again! And this time on a new platform which I hope to be more consistent with. About HashNode Around a week ago, I was looking through the new use react hook, and stumbled upon this article by Victoria Lo. I was impres...DiscussBlogging
Vishesh Ghulevisheshblog.hashnode.dev·16 hours agoDay 7 Task: Understanding package manager and systemctlTasks: 🔸1. Install docker and jenkins in system by using package managers on Ubuntu and CentOS 🔸2. Stop the service jenkins and post before and after screenshots. 🔸3.Difference between systemctl and service. 🔹What is a package manager in Linux? ...DiscussDevops
Mudit Mathurmuditm12.hashnode.dev·18 hours agoAWS and IAM BasicsIn the previous blog, Getting Started with AWS Basics I explained AWS, its global infrastructure, and services offered by AWS that are useful for a DevOps engineer. In this blog let’s switch to a bit of automation part. I had taken a break of almost ...DiscussTrainWithShubham
Abraham Yepremiandailydsa.com·Oct 1, 2023Day 59: Bit ManipulationToday I covered the topic of bit manipulation and went over relevant leetcode problems. Working on these problems varied in difficulty, as some of them also required knowing a sort of trick to be able to solve.DiscussBlogging
Palak Goyalcodewithpalak.hashnode.dev·Sep 30, 2023A Beginner's Guide to Building a Blogging Platform using React and OuterbaseIntro Are you looking for a quick and easy way to start building your blogging platform? Look no further than React and Outerbase! React is a popular JavaScript library used for creating user interfaces, while Outerbase is a platform that allows deve...Discuss·37 likes·85 readsouterbasehackathon
Abraham Yepremiandailydsa.com·Sep 30, 2023Day 58: 2D Dynamic Programming ContinuedContinued on 2D DP leetcode problems today. I feel like this is the most challenging topic so far.DiscussBlogging