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
David MoraisforDavid Moraisdsmorais.hashnode.net·Apr 13, 2021FeaturedYou (may not) Know JSHello my fellow JavaScript developers 👋 Back in my first job I quickly realized that the FreeCodeCamp front end course I had finished wasn't nearly enough to deal with the hardships of creating scalable and maintainable D3 chart templates. A fact th...Manthankumar Satani and 3 others are discussing this4 people are discussing thisDiscuss·209 likes·6.5K readsJavaScript
Ayushi RawatforAyushi Rawat's Blogayushi7rawat.hashnode.net·Sep 15, 2020FeaturedPython 3.9: All You need to knowPython is always evolving with the community needs and it will be most used language in the future. The next version of Python brings a faster release schedule, performance boosts, handy new string functions, dictionary union operators, and more con...Bolaji Ayodeji and 7 others are discussing this8 people are discussing thisDiscuss·203 likes·29.8K readsTechnical Tutorial - Python ProjectsPythonReally insightful, thanks for sharing! 6
Rohit MehtaforCode Culturer0hitm.hashnode.net·Apr 25, 2023Lexical Scoping: The Essential Concept for All ProgrammersProgramming languages provide us with a set of tools to work with data, perform operations on it, and automate various tasks. Two of the most important concepts in programming are lexical scoping and closures. These concepts are closely related and p...Discusslexical scope
MaasumiforMAASUMI'S BLOGrandompattern.hashnode.net·Apr 25, 2023Do You Code?website name [overapi.com] Visit this website for any coding language cheat sheetDiscusscheatsheet
Preeti samuelforPreeti Samuelkamilapreetisamuel.hashnode.net·Apr 25, 2023What are the Client and Server Sides?Client-side and server-side are two terms that are commonly used in the context of web applications. The client-side refers to the part of the application that runs on the user’s computer or device, typically in a web browser. The server side, on the...DiscussClient-side rendering
Tosin Dadafortosind.hashnode.net·Apr 24, 2023JavaScript DOM ManipulationIntroduction to JavaScript DOM Manipulation JavaScript is a programming language that is commonly used to create interactive websites. One of the key features of JavaScript is the ability to manipulate the Document Object Model (DOM). The DOM is a hi...Discuss·10 likes·27 readsJavaScript
Biprajit DasforBiprajit Das's blogdasbiprajit.hashnode.net·Apr 25, 2023Programming languageA programming language is a computer language programmers use to develop software programs, scripts, or other sets of instructions for computers to execute. Although many languages share similarities, each has its own syntax. Once a programmer learns...Discussprogramming languages
GokhulforQubesXqubesx.hashnode.net·Apr 24, 2023What you need to know to learn programming languageWhy code? In today's increasingly digital world, it's impossible to escape the influence of technology. From the apps we use on our phones to the software that runs our businesses, technology is everywhere, and it's only becoming more prevalent. Like...Discuss·1 like·31 readsJava
Michal Futeraformjfutera.hashnode.net·Apr 24, 2023002 - How to pimp your profile on GitHubGreetings, In today's business world, having a strong personal brand is crucial, and social media is one of the best ways to build it. While Facebook, Instagram, and Twitter are universal for everyone, there are many other apps geared toward specific...DiscussGitHub
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
Harsh BhosaleforDBMS Insightsharshb21.hashnode.net·Apr 23, 2023SQL Basics: Introduction to SQL and its SyntaxStructured Query Language (SQL) is a standard language used to manage relational databases. SQL allows you to perform various operations on the database, including inserting, updating, deleting, and retrieving data. In this blog, we will cover the ba...DiscussProgramming Blogs
Harsh BhosaleforDBMS Insightsharshb21.hashnode.net·Apr 23, 2023Constraints in DBMSIn a database management system (DBMS), constraints are used to ensure data integrity by enforcing rules and restrictions on the data that can be entered or modified in a table. In this blog, we will explore the various types of constraints in DBMS a...DiscussPlacement