Polkam Srinidhinidhiblog.hashnode.dev·Sep 9, 2024Day-1 JavaScript Notes 2024The basic JavaScript concepts, along with examples and a summary table for revision: 1. Variables Definition: Variables store data values. In JavaScript, you can declare variables using var, let, or const. var: Function-scoped. let: Block-scoped. ...Discussjs
vasanth kumarvasanth9.hashnode.dev·Sep 5, 2024Java Assessment PreparationHi there, This article is mostly AI generated. I am aggregating all the concepts that I need to know to pass an Java assessment for my job on 9th September and an on-to-one interview on 10th September. Today is 5th September. I need to complete the a...DiscussJava
Hashim HBitsmehashim.hashnode.dev·Sep 2, 2024SQL Basics for BeginnersSQL-> Structured Query Language Before jumping into SQL we need to know about database. What is Database? Database is defined as the collection of data that can be accessed digitally. What is DBMS? DBMS-> Database management System DBMS is a software...DiscussSQL
JealousGxjealousgx.hashnode.dev·Sep 1, 2024Building a Basic API in Go: A Beginner’s GuideGo (or Golang) is a statically typed, compiled language designed for simplicity and efficiency. It’s particularly well-suited for building scalable and high-performance applications, including APIs. In this post, we’ll walk through the basics of sett...DiscussGo Language
Polkam Srinidhinidhiblog.hashnode.dev·Aug 30, 2024#1 To Check, if Graph is a Tree? in JAVA1. Graph-Style DSA Problem: Is the Graph a Tree? Problem Statement: The problem is to determine whether the given undirected graph is a tree.Conditions to satisfy for sure: A graph is a tree if: It is connected. It does not contain any cycles. It ...Discussgraphs
Rakshita Belwalbelwalrakshita08.hashnode.dev·Aug 21, 2024Day 12 Task: Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git is a Version Control System (VCS), which helps to keep track of the versions of a file. It is a free and open-source Version Control System used to handle small to very large projects efficiently. We can swit...Discuss#90daysofdevops
Harsh Agarwalharshagarwal29.hashnode.dev·Aug 21, 2024A Beginner's Guide to LLMs: Insights from Andrej Karpathy's TutorialLLMs are currently all the rage in the market. No matter which company you check, you will find that it is developing some kind of AI feature or integration. As such, having a basic grasp on LLM is a necessary skill for software developers. This arti...Discuss·10 likes·111 readsllm-jailbreak
evaristo.cre-versing.hashnode.dev·Aug 20, 2024Making recursive tangent circles inside circles and animate themSome people find circles a fascinating shape. Circles are surrounded by mathematical paradigms. For example: did you know that even if circles are closed curves they still are ruled by one of the most interesting irrational numbers, Pi, which is a tr...Discusstangent-circles
VarshiniAdarigeekgirlvarshi.hashnode.dev·Aug 19, 2024HTML elements, attributes list<h1> - Header tag <p> - paragraph Commenting - <!-- TODO: Remove h1 --> HTML5 has some elements that identify different content areas. These elements make your HTML easier to read and help with Search Engine Optimization (SEO) and accessibility. T...DiscussProgramming Blogs
Shreyas Gosavisgosavi.hashnode.dev·Aug 14, 2024Java: Exploring the Programming Language - Key Components, Setup, and Your First CodeIntroduction The world of software development is enriched with many programming languages, thanks to their creators, that help us instruct computers and develop applications to solve real-world problems. Java is one of them, a high-level programming...Discuss·1 like·34 readsJava