Pratik MaliforDevelop and Solvedevelopeandsolve.hashnode.net·Mar 17, 2023Create Accessible Web ApplicationsIntroduction As a developer, I believe that building accessible web applications is not just a moral responsibility, but a technical one as well. In this day and age, we must create websites that can be used by everyone, regardless of any disabilit...Sunkanmi Fafowora and 8 others are discussing this9 people are discussing thisDiscuss·274 likes·10.5K readsDevelopmentWeMakeDevsThis a great article Pratik Mali! Honestly, I think it should be featured on Hashnode. 3
Pratik MaliforDevelop and Solvedevelopeandsolve.hashnode.net·Mar 17, 2023Mistakes I Made as a New DeveloperIntroduction As someone who is new to development, it can be both exciting and intimidating. The journey of becoming a developer is one that requires hard work and dedication, and along the way, I made plenty of mistakes. In this blog post, I’ll shar...Darshan Pavar and 5 others are discussing this6 people are discussing thisDiscuss·146 likes·1.2K readsDevelopmentWeMakeDevs
Pratik MaliforDevelop and Solvedevelopeandsolve.hashnode.net·Mar 16, 2023Benefits and Drawbacks of Low-Code Development PlatformsIntroduction As a developer, I've learned that low-code development is a visual approach to software development that allows me to create applications quickly and easily by using a visual interface instead of writing code. I've noticed that low-cod...Darshan Pavar and 4 others are discussing this5 people are discussing thisDiscuss·136 likes·4.1K readsDevelopmentWeMakeDevs
Shubh SharmaforShubh's Blog ☕shubhsharma19.hashnode.net·Apr 22, 2023Linux File Structure ExplainedIntroduction Linux has a hierarchical file system that follows a parent-child relationship This file system is called the Linux Filesystem Hierarchy Standard (FHS). The Filesystem Hierarchy Standard (FHS) is a reference describing the conventions us...Discuss·12 likes·240 readsWeMakeDevs
Adesh KhannaforAdesh's Blogtheadeshkhanna.hashnode.net·Apr 22, 2023Moore's Voting Algorithm: A Step-by-Step Guide to Finding the Majority ElementGiven an array of N integers return an element that occurs more than N/2 times in the given array. The Brute Force The most Navie and brute force approach is - Loop through each of the elements of the array For each of the elements, find its count ...DiscussCracking the codeC++
Nishant Jangidfor1010nishant's blog1010nishant.hashnode.net·Apr 20, 2023Introducing ChatGPT: The Revolutionary AI Chatbot TechnologyWhat Is ChatGPT? Oh my gosh, have you heard about ChatGPT?! it is incredible chatbot technology that uses artificial intelligence and natural language processing to understand and respond to customer inquiries in real-time. Sam Altman started it in...DiscussWeMakeDevs
Parvesh SainiforParvesh's Blogparveshsaini.hashnode.net·Apr 20, 2023Twitter's Recommendation: An Open Source Look at the Algorithm 😶🌫️Introduction This blog is written for the “Algorithms" track of CoCode Blogs Twitter is one of the most popular social media platforms in the world, with millions of users daily sharing their views and ideas. But have you ever wondered how the stuff ...DiscussCocodeBlogs
Christine BelzieforChrissy Codeschrissycodes.hashnode.net·Apr 17, 2023So Far, So Good – Reflections on my Tech JourneyWow! If I had to pick a quote that best summarizes my tech journey in mid-2023, it would be “Time flies by when you’re having fun”. I have learned and grown so much in my coding and open source journey since the year started that I just realized that...Sabrina Chacon and 1 other are discussing this2 people are discussing thisDiscuss·13 likes·26 readsMusings of a Coderreflection
Shivanshi SaxenaforShivanshi Swhatshivanshi.hashnode.net·Apr 17, 2023Basics of Version Control in the Daily Life of a Techie!Imagine a world where software development is a chaotic mess, with multiple developers making changes to code simultaneously, files getting overwritten, and no way to track who did what. Thankfully, version control swoops in to save the day! Version ...DiscussCocodeBlogs
Malavi Pandeformalavibolg.hashnode.net·Apr 16, 202325% of 2023Introduction Hello, readers hope you are all doing well my good name is Malavi pursuing my final year of B.Tech. I am super excited to share the 3 months (25%) of experience I had. I will be more than happy if my mistakes and realizations will help a...Discuss·5 likesCocodeBlogs
Chandan Kushwahafornullhackerschandanck.hashnode.net·Apr 16, 2023Complete Data Structures And Algorithms Roadmap for BeginnersArrays & Strings Basic Arrays & Strings Kadane`s Algorithms Dutch National Flag Algorithms Sliding Windows Two Pointers Traversal Based Problems Rotation Based Problems Matrices Diagonal Matrix Lower & Upper Triangular Matrix Symmetric Ma...DiscussCocodeBlogs
Shubh SharmaforShubh's Blog ☕shubhsharma19.hashnode.net·Apr 14, 2023AI Tools to help you with daily workIntroduction In this article, I have shared various amazing AI tools that will definitely help you in your daily work. I am sure these tools will be very helpful for students, professionals and developers as well. Magiceraser Magiceraser by the magi...Discuss·7 likes·1.6K readsWeMakeDevs
Adesh KhannaforAdesh's Blogtheadeshkhanna.hashnode.net·Apr 12, 2023Sorting, Simplified: A Beginner's Guide to the Dutch National Flag Algorithm.Given an array containing only 0s, 1s, and 2s. How do you sort it out? you must be wondering, why is this even a question isn't it inherent that we can just sort it, by maybe using some inbuilt function or maybe any of the sorting techniques? Okay, s...Discuss·8 likes·46 readsCracking the codeCocodeBlogs