Ereh, Maryann Edwarderehmaryann.hashnode.dev·Dec 4, 2024What Cooking Taught Me About Problem-SolvingWhat Cooking Taught Me About Problem-Solving For me, cooking has been an unexpected teacher in problem-solving. From that one time, I put ginger and garlic in Beneseed soup (a Northern Cross River dish) 😂 to improvising when ingredients mysteriously...6 likes·65 readsProblem Solving
Syket BhattachergeeforCreoWis Blogcreowis.com·Dec 2, 2024How to Approach a Problem Effectively?Imagine you’re given a problem or tasked with developing a feature, and to implement it, you first need to solve an unfamiliar issue. How would you tackle this? That’s exactly what we’ll explore in this article. We'll dive into strategies, planning m...problem solving skills
Mayank Guptamkguptaweb.hashnode.dev·Dec 2, 2024Euler Graph and Leetcode Problem 2097 Valid Arrangement of PairsIn this article we will be exploring the euler graph. So basically i was solving (trying to solve 🫠) the leetcode POTD (i.e 2097. Valid Arrangement of Pairs) , now in this problem if we closely observe ( or simply looks in the topics section 😌) we ...11 likesgraphs
Vaibhav Kashyapvaibhav16.hashnode.dev·Nov 30, 2024Some Handy Tricks Up Your Sleeves To Solve DSA Problems QuicklyWorking With Strings and StringBuilder //Reverse a String String reversed = new StringBuilder(str).reverse().toString(); //Check if String is palindrome boolean isPalindrome = str.equals(new StringBuilder(str).reverse().toString()); //Count Occurr...3 likesDSA
Mustafa Dalgasft.hashnode.dev·Nov 28, 2024Standard Inconsistencies and My Solution in the Front End TeamAs a Front End Developer, I want to share in this blog post how I established a common coding standard within the project and team, and the problems I encountered during this process. Code Development and Standards After developing our code, we alway...42 readsFront-end Development
Abhishek Pandeyslidingwindowcodeshek.hashnode.dev·Nov 22, 2024Sliding Window Template and Important Pattern ProblemsWhat is Sliding Window? The sliding window is a commonly used technique in solving array and string problems. It involves creating a window (a range of indices) that slides over the data structure to analyze or compute specific properties, such as su...Leetocde
Pratikshapratiksha3101.hashnode.dev·Nov 20, 2024Recursion: Unraveling the Loops of Thought and CodeRecently, I revisited the concept of recursion, but this time, it struck me differently than it did back in college. Suddenly, I saw a connection between recursion in programming and something many of us experience daily—overthinking. Don’t you think...6 likes·55 readsRecursion
Mustafa Dalgasft.hashnode.dev·Nov 19, 2024Front End Takımındaki Standart Uyumsuzlukları ve ÇözümümFront End Developer olarak çalışırken projede ve takım içinde ortak bir yazma standardını nasıl belirlediğimi ve bu süreçte yaşadığım sorunları bu blog yazısında paylaşmak istiyorum. Kod Geliştirme ve Standartlar Kodlarımızı geliştirdikten sonra her ...Front End DevFront-end Development
IOi-o.hashnode.dev·Nov 19, 2024DeveloperIn July 2024, I begun research into a career switch into Tech. I decided that Web Development might work for me and so, I began looking into learning Front-End skills. I took courses in HTML, CSS, Web Development, Programming Fundamentals and more. N...beginner
pallavi chauhaninnovateitworld.hashnode.dev·Nov 14, 2024The Software Tester’s Toolkit: Must-Have Skills and Tools for 2024With software testing advancing rapidly, a tester's toolkit must be equipped with up-to-date skills and technologies to keep pace. As new frameworks, automation tools, and methodologies emerge, testers need to stay adaptable and well-informed. This b...Analytical Skills