© 2022 Hashnode
Overview In this article I am going to walk through an array sorting algorithm called "Merge sort" in short and clear steps; hopefully to help you understand more how sorting algorithms work in Python…
As I wanted to escape out of tutorial hell I wanted to implement my skills into some industrial projects. So I found out open source was the best way to do it and now I'll be sharing my experience of …
tldr: trust yourself, you’ve earned it. Lean into the community at your company, people have felt this before. Understand that people make mistakes. How it started I graduated from Rutgers with a degree in Chemical Engineering. I taught mys…
In unit three my coding instructor was Chandra Shekhar Sir and DSA instructor was Ankush Sir . Skillathon Instructor was Avinash Sir . Unit 2 day Schedule — At sharp 9:00 am Scrum At 9:30 , either DS…
Hi, My name is Stork Nguyen. I'm an SEO Executive from Mageplaza and Avada. Today, I will introduce my extension on Mageplaza. This is Customer Attributes Extension for Magento 2. In the information b…
But working your ass off is a part of it. Without that career progress is hard to come by. What matters is working on a project that your manager thinks has an impact. Working on any project that is going to be moved to a different team s…
😋😋 On today's coding series, we are talking about Hosting your website for free. Hosting your website is something a developer would love to do and after procrastinating for a while I did a little research to find a way to deploy or h…
Why do you need typescript? Well, we don't really need it but programmers use it to avoid errors that can be easily debugged in javascript. Typescript is a language that can be used in frontend and ba…
Constructor Constructors are used to initialize the object. Constructors have the same name as the class name and do not have a return type. We can use the access modifiers with a constructor. Access …
coder_the_ShyDev's Dev Quest is a story of a teen who seeks answers to how and why things (software) are made. After making it to college, coder_the_ShyDev is exposed to tech which she has found so much interest in, especially in the softwa…