Tiku Sarkarpythontiku.hashnode.dev·Nov 17, 2024Python internal working.Python is an object oriented programming language. It is also called an interpreted language. The standard implementation of python is called “cpython”. Python internally works as: First we create a source file using a “.py” Extension. Then the sourc...Discuss·1 likelearning
Masum Kazimasumkazi.hashnode.dev·Nov 10, 2024Essential Linux commands for CTF playersSome essential Linux commands you should learn to navigate, investigate, and manipulate files effectively for Capture The Flag (CTF) challenges: 1. Basic Navigation and File Management ls: List files and directories. ls -la: List all files, includi...DiscussLinux
Vedant Pandurang Phatangareskillsvscope.hashnode.dev·Oct 17, 2024Scope Ya Passion: Freshers' Struggle in IT Skills or Dreams?Hey There! My friend, If you're in the final year of your B.E./B.Tech and still haven't secured a job, you might feel like you're falling behind. But if your major is Computer Science, congratulations, my friend, you're in Serious trouble right now! ...Discuss·2 likesengineering
Rhythan varsha Janakiramrhythan-varsha.hashnode.dev·Oct 16, 2024From Theory to Practice:Initially As a fresher to computer science, I quickly realized that understanding theory is just the beginning. While lectures covered algorithms and data structures, it was my first hands-on project—a basic calculator—that truly solidified my knowle...Discuss·1 likebeginner
Sakshi Ksakshikiran.hashnode.dev·Oct 13, 2024Laying the Foundation: My First Steps into the World of DevOpsIntroductionEmbarking on the DevOps journey can be overwhelming, but it's also incredibly rewarding. When I first started, I wasn't sure which tools or concepts to tackle first. Over time, I found a roadmap that helped me build a solid foundation in ...Discuss·10 likes·27 readsDevops
Payal Porwalcodeswithpayal.hashnode.dev·Oct 6, 2024Detailed Difference Between npx create-react-app and ViteWhen creating a React project, the choice between npx create-react-app (CRA) and Vite has several significant differences in terms of file structure, configuration, and performance. Let’s break it down: 1. File Structure npx create-react-app (CRA): ...Discuss·1 like·59 readsReact
Rahul Bhaleraorahul45bhalera.hashnode.dev·Sep 13, 20248 months into programmingYes, 8 months into my first company Persistent Systems ,I am asked to work on a POC to reduce development efforts for a particular niche from where majority of income comes for service based organisation. Obviously GenAI had to be used here as we wan...DiscussJavaScript
VIJAY KAMMARIkammari922.hashnode.dev·Sep 5, 2024Learn Networking Essentials: Public IP, Private IP, NAT, DHCP, and Routers🔍 Public vs. Private IP Public IP: A unique IP address assigned to a device that can be accessed over the internet. Private IP: An IP address assigned to devices within a private network, not accessible from the internet directly. Difference: Public...Discussnetworking
rajlaxmi meshramrajlaxmimeshram.hashnode.dev·Sep 1, 2024HTML Cheat Sheet: Essential Elements & Quick ReferencesHTML Structure <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Your Title Here</title> </head> <body> <!-- Your content here --> </body> </ht...Discuss·20 likesHTML5
ADITYA PISALforADITYA PISAL's team blogadityapisal.hashnode.dev·Aug 29, 2024DevOps Project - The Ultimate CICD Corporate DevOps Pipeline ProjectIntroduction In today's fast-paced development environment, continuous integration and continuous delivery (CI/CD) are essential practices for delivering high-quality software rapidly and reliably. In this project, we will walk through setting up a r...DiscussDevops