Francesco Ciullafrancescociulla.hashnode.net·Sep 29, 2020FeaturedSOLID Principles in JavaScriptThe SOLID principles are software design principles that help us understand how we can structure our code to be robust, maintainable, and flexible as much as possible. Here come the S.O.L.I.D. principles: S: Single Responsibility O: Open/Close L: ...Sunil Kumar and 11 others are discussing this12 people are discussing thisDiscuss·396 likes·7.2K readsJavaScriptGreat article Francesco! 5
Adrian Twarogadriantwarog.hashnode.net·Jul 20, 2021FeaturedProgrammers That Don't Blog Should Start Right Now1. Introduction Programmers that don't blog should start right now. You're future self with thank you when your blog helps you getting a better job, earn more money and of course, have an easier time learning new concepts. I'm not exaggerating when I...Ilango Rajagopal and 33 others are discussing this34 people are discussing thisDiscuss·379 likes·7.7K readsBloggingThanks for sharing, I'm inspired. 5
Siddharth Chandracodekaro.hashnode.net·Mar 27, 2021FeaturedPython - Useful Tips for BeginnersPython ranked as the number 1 programming language as per PYPL - Popularity of Programming Language. Python is easy to learn, without putting too much pressure on the learner, it helps to get started with programming in the most friendly way possible...Sai Ashish Konchada and 6 others are discussing this7 people are discussing thisDiscuss·351 likes·765 readsPythonPythonI recently joined hashnode and blogs like yours' are really making my day. Thanks for sharing. 5
Alex Cloudstaralexcloudstar.hashnode.net·Apr 25, 2023Here's why everyone who tells you that you need a college degree to work in IT is lying.Hello everyone! My name is Alex Cloudstar and today I want to debunk something. One of the fears of those who wish to have a career in IT is that they either do not have higher education or they have a degree in a different field unrelated to technol...Discuss·2 likesProgramming Blogs
Dompeh Kofi Brightkekeli.hashnode.net·Apr 25, 2023If I Were To Start Programming AfreshThe Hoody Guy As a kid seeing the hoody guys in movies type fast and break into systems and hack vaults put me on the edge of my seat. That was just the inspiration, in my mind, I was going to be typing behind black screens with green fonts, I was g...DiscussProgramming Blogs
Peter Hrobardihjital.hashnode.net·Apr 25, 2023The power of PHP and LaravelDecomposition of a code snippet to showcase the usage of anonymous functions, macros and higher-order functions … When it comes to the popularity of programming languages I never really understand when people are talking about how certain languages a...DiscussPHP
Paolo Ferraripaoloferrari.hashnode.net·Apr 25, 2023Introduction to Web scrapingIntroduction I have done this simple and fast introduction to the web scraping technique, to share with you what I have learned studying this topic. What is web scraping Why is it important Web Scraping vs API What can we do with the data scraped...Discuss·1 likeweb scraping
Alexandre Calaçaalexandrecalaca.hashnode.net·Apr 25, 2023Don't Let Slow Specs Slow You Down: How to Identify them [Part II]Greeting Hey guys, how've you been? It's AC, Alexandre Calaça here. Hope you enjoy this new article. Introduction This article Don't Let Slow Specs Slow You Down: How to Identify them [Part II] is the second part of a series dedicated to talk about ...DiscussRuby
Sai Mahendrareality.hashnode.net·Apr 24, 2023Challenges in Coding as a Beginner.As a Beginner,generally we are extremely ambitious about our short-term or weekly goals of advancing in Our Coding journey which is absolutely great but the problem arises when we are unable to distinguish the gap between having a Zeal & Our Capabili...Discuss·27 readsProgramming Blogs
Karankaranthecreator.hashnode.net·Apr 24, 2023CSS Cascade Conflict Resolution TechniquesIn CSS, a rule consists of a selector and a declaration block. The selector is used to select one or more HTML elements that we want to style, and the declaration block contains the actual styles to apply to those elements. Each declaration in the bl...DiscussProgramming Blogs
Maheshwar Ligadefortechwastitechwasti.hashnode.net·Apr 23, 2023Read and Write CSV file in go language!Introduction CSV (Comma Separated Value) files are a common way of storing data that can be read by various software applications. CSV files are plain text files that contain a list of data records separated by commas. Go provides an easy and efficie...Discuss·348 readsgo-languageGo Language
Sapna KulforWeb Of Wonderswebofwonders.hashnode.net·Apr 23, 2023Magic Of VSCodeVisual Studio Code, also known as VS Code, is a free and open-source code editor developed by Microsoft. It has quickly gained popularity among developers due to its powerful features, customizable interface, and wide range of extensions. So let's ge...Discuss·3 likesVSCode Tips
Harsh Bhosaleharshb21.hashnode.net·Apr 23, 2023SQL Views: Understanding Views and their usesSQL views are virtual tables that are based on the result set of a SELECT statement. Views provide a way to simplify complex queries and hide the underlying complexity of the database schema. In this blog, we will discuss SQL views and their uses. Wh...DiscussSQL