Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Mar 16, 2021Python AsterisksAsterisk, we all know is a little star symbol (*), used in programming languages for multiplication and other tasks like pointer declaration! In Python, there is no pointer concept, but still, asterisks carry some amazing abilities to ease the life o...Avnish and 2 others are discussing this3 people are discussing thisDiscuss·226 likes·262 readsPythonPythonMore of a basic concept than advanced. Beginner-friendly write-up, thanks. 3
Adarsh ThakurforCode with `el programador`adarsh-thakur.hashnode.net·May 23, 2021Getting Started With JavaScriptHey Guys👋, This is my first article from the series A, B, C's of JavaScript. In which I will be explaining the idea behind the javascript and its Building blocks. Without further delay let's jump to the main article. Programming is the act of const...Harshada Shirole and 4 others are discussing this5 people are discussing thisDiscuss·123 likes·190 readsA, B, C's of JavascriptJavaScript
Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Apr 26, 2021Shell Script BasicsThe best thing about GNU/Linux is that it’s packed with utilities that improve productivity immensely. One such utility is a shell that can help accomplish complex tasks with just a few sequences of commands. Most of the time, users operate shell in ...Pedram Badakhchani and 2 others are discussing this3 people are discussing thisDiscuss·118 likes·238 readsshellthanks, this is a skill some of my web development students will benefit from, thanks for sharing :) 3
Priyabrata SahuforPriyabrata Sahu's blogpriyabratasahu.hashnode.net·Apr 20, 2023Some More Command on Linux (Linux 2)To view what's written in a file cat <file_name> To change the access permissions of files ls -la #to check the permissions of the given files # for change mode we have chmod [permissions] [file_name] > permissions are rwx , where r stands f...DiscussDevops
Aaron RebeloforJourney To Oneaaronr2023.hashnode.net·Apr 17, 2023Introduction to layers in BlockchainLayer -1 and Layer-2 in the blockchain Ethereum is a blockchain platform that uses a consensus mechanism called proof-of-work (PoW) to validate transactions and add new blocks to the blockchain. However, this PoW consensus mechanism has limitations w...DiscussBlockchain
Shubham Sharmaforshubhamsharma.hashnode.net·Apr 16, 2023Basics of object oriented programming:Object-oriented programming referred to the language that uses objects in programming. Oops, aim to implement real-world entities like inheritance, hiding, polymorphism etc... The main name of Oops is to bind the data members and the member function ...Discuss·1 likeC++
Karl BolingerforKode Khronicleskbolinger.hashnode.net·Apr 13, 2023Introduction to Basic Cooking TechniquesTLDR: Basic cooking techniques such as sautéing, roasting, and braising are essential for anyone who wants to become a confident and skilled home cook. By understanding the key principles behind these cooking methods, you can take your cooking to the...DiscussCooking & Recipesbasics
Dhruv VatsforDhruv s blogdevdhruv.hashnode.net·Apr 12, 2023What is Linux?Linux is a Unix-based operating system an open-source operating system that is known for its stability, security and flexibility this is available in many versions or distributions, such as Ubuntu, Debian, centos etc Features of Linux are Multi-user...Discuss·40 readsDevops
Kiran Kuyateforkirankuyate.Devkiran2157.hashnode.net·Apr 9, 2023simple Git and GitHub 💖I consider you a beginner according to that we will explore this in detail. Let's say you're working on a website and you want to add a new feature to it. Before making any changes to the website's code, you create a new branch in Git. This branch is...DiscussGit Commands
Saravana Sai forSaravana sai blogsaravanasai.hashnode.net·Apr 9, 2023Behind The Scene of Function Calls and Call StackIntroduction Hi, devs. In this reading, we will learn about a fundamental concept in programming called functions. This is a basic idea behind every programming language their implementation may be a bit different. In this article, we going to use JA...DiscussBeginner Developers
Sarthak ThakkarforSarthak's blogmonktech.hashnode.net·Apr 8, 2023Reject Arrays : Choose the Best Data Structure for Your CodeHey folks, long time no see! I'm back with a new blog post, so let's jump right in! Today I will cover why you should not always use an array as your data structure and switch up based on the use case. I have seen some of my friends and colleagues us...Discuss·13 likes·29 readsarray
Joel JohnforJoel's Blogjoeljohn135.hashnode.net·Apr 8, 2023Daily Blog - Day 1I've been delving into the world of data engineering lately, and it's been quite overwhelming to find the right path to learn the concepts. I've been watching videos and reading blogs to figure out where to start, what concepts to learn, and what too...Discussbasics
Tiago Costa Rebelofortiagocrebelo.hashnode.net·Apr 8, 2023How does the web work?...As a web developer, especially if you're self-taught like me, this was probably one subject that was overlooked when learning or it wasn't your initial starting point in your learning path. However, it is essential to understand how the internet work...DiscussWeb Development