Anaz S. Ajiajianaz.dev·Jul 8, 2024Comprehensive Guide to Docker Concepts: A Step-by-Step Guide for Beginners to Intermediate UsersDocker has revolutionized the way we develop, ship, and run applications. It allows developers to package applications into containers—standardized executable components that combine application source code with the operating system libraries and dep...DiscussDocker
Akshat Nehrahashblog.akshatnehra.com·Jun 17, 2024Mastering Intermediate Docker: Networking, Volumes, Caching, and Multistage BuildsRead this article on My Website Introduction Welcome to the Intermediate Docker Guide! If you have a basic understanding of Docker and are looking to enhance your skills, this guide is perfect for you. We will explore more advanced Docker concepts th...DiscussDocker
Mathieu Eustachymth0158.hashnode.dev·Mar 25, 2024What is a Ruby implementation?Did you know that, when talking about Ruby, you might not talk about something the same thing depending on the person you talk to? Wait. There are several Ruby?! 💎 Let’s wrap it up! This article is the first article of a broader series about “low-le...DiscussRuby
Derek Armstrongderekarmstrong.dev·Feb 15, 2024A Practical Guide to Clean CodingIntroduction Remember the last time you tried to untangle that bundle of Christmas lights or wires that you swore was wrapped up ever so nicely the year before? That’s what it feels like to work with spaghetti code. The dreaded feeling of, what is th...Discuss·39 reads👨🏻💻 Code CraftPython
Abhishekabhishack10.hashnode.dev·Jan 26, 2024Must Do Arrays Top 50 Coding ProblemsHere is the collection of the Top 50 list of frequently asked interview questions on arrays. Problems in this Article are divided into three Levels so that readers can practice according to the difficulty level step by step. Easy level: Find a peak ...Discussarray
Chiemelie Melikamchiemelie.hashnode.dev·Sep 25, 2023JavaScript - An IntroductionWhat is JavaScript? JavaScript is a programming language for creating dynamic and interactive web pages and web-based applications. It plays a critical role as a primary component of modern web applications and is widely supported by all major web br...Discuss·42 readsJavaScript
David Richmondpowercel.hashnode.dev·Apr 18, 2023Get-MgGraphAllPages: The MgGraph Missing CommandPowerShell is awesome. Microsoft Graph, quirks aside, is also awesome. The latest iteration of the Microsoft Graph Powershell module, released in 2022, lets you use PowerShell cmdlets for graph management operations, to the extent that those operatio...Discuss·71 readsPowershell
Sadra Yahyapourblog.imsadra.me·Apr 11, 2023Ellipsis in Python: The Mysterious Three DotsThis article might seem quite interesting, especially to those who don't write codes in Python natively. Python is somehow popular for not forcing you to use semicolons at the end of each line. In fact, you can still use semicolons in Python for sepa...Discuss·102 likes·3.0K readsPythonIt was a very good and technically advanced article💣💣 11
samarth joisarsamarthjoisar.hashnode.dev·Feb 12, 2023Object Oriented Programming in Java for Intermediates. ( Part - 1.)I would not like to start my first #hashnode blog with the typical definition of object-oriented programming there are more than 600+ blogs written on object-oriented programming beginning with the definition and explanation of oops. I would like t...Discuss·1 like·36 readsJava
Ethanethan91.hashnode.dev·Nov 25, 2022Creating Tinder like card feature with Android ComposeIntroduction Hello! In this tutorial I will be showing you how to create the card swipe feature that apps like Tinder are using. 😎 The final product will be something like this: the user is able to either swipe via drag or press the like/dislike but...Discuss·1 like·160 readsAndroid