Rahul Brahulblogs001.hashnode.dev·Jan 10, 2025Java Garbage Collection Explained: What You Need to KnowIntroduction In Java, memory management is an important aspect of application performance. One of the key features for managing memory automatically is Garbage Collection (GC). It eliminates the need for developers to manually manage memory allocatio...1 likeJava
Aryan Kalearyan25.hashnode.dev·Feb 18, 2024Docker for DevOps EngineersDocker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools,...3 likesDocker
Sirisha Challagirisirishachallagiri.hashnode.dev·Dec 2, 20231160. Find Words That Can Be Formed by CharactersYou are given an array of strings words and a string chars. A string is good if it can be formed by characters from chars (each character can only be used once). Return the sum of lengths of all good strings in words. Example 1: Input: words = ["cat"...2 likesCode With Sirileetcode
Stefan Cosmastefancosma.hashnode.dev·Nov 23, 2018How To: Organise a web developer meetupDisclaimer: This post was automatically published a few hours after the event so let's hope everything went according to plan. I recently had the opportunity to organise a meetup, that revolved around the idea of knowledge exchange and community buil...28 readsdevelopers
Stefan Cosmastefancosma.hashnode.dev·Aug 28, 2016Changing teams - the good, the bad and the ... futureSo, you decided that it's time to change teams, and by that I mean you decided to either leave your current job and pursue another one or within the same company you're switching teams. Whatever maybe the case, you'll be faced with some decisions and...workflow
Stefan Cosmastefancosma.hashnode.dev·Mar 3, 2016Are you bikeshedding? Probably!You have no idea what I'm talking about, right? That's because not many people use the term bikeshedding. It's not a usual term that people just throw around all the time. Bikeshedding is when you argue about some meaningless thing and tend to avoid ...developers
Stefan Cosmastefancosma.hashnode.dev·Nov 23, 2015Yak shaving. A short definition!Have you ever started to work on a task and suddenly you realized that said task requires some other little task(s) to be finished beforehand. That's yak shaving for you, the tl;dr version. You've probably done this multiple times and you did even re...development