NATHANIEL ENDE JOELprogram01.hashnode.dev·Dec 9, 2024Essential Skills Every Aspiring Programmer Should MasterIntroduction: Programming is more than just writing code — it’s about solving problems, thinking logically, and creating digital solutions. Whether you’re a beginner or aiming to level up your tech career, mastering key programming skills is crucial....30 likesProgramming Blogs
Jalaj Singhaljalajsinghal3.hashnode.dev·Aug 28, 2024CSS ImportantThis property in CSS is used to give more importance compared to normal property. The !important means 'this is important'. This rule provides a way of making the Cascade in CSS. If we apply this property to the text, then the priority of that text i...HTML5
Aryan Kalearyan25.hashnode.dev·Jun 14, 2024Jenkins Important interview Questions🤙1. What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD) are all practices in software development that aim to stre...Jenkins
Yashraj Singh Sisodiyatheyashsisodiya.hashnode.dev·Mar 11, 2024Day 37: Kubernetes Important interview Questions.Breaking Down Kubernetes: Must-Know Interview Questions Welcome to a comprehensive guide on Kubernetes interview questions! Whether you're a DevOps intern gearing up for interviews or a seasoned professional brushing up on your knowledge, these quest...continer
Akash C Mdevopswithakash.hashnode.dev·Oct 30, 2023LinuxPutty To open d terminal through putty it requires key file to be in ppk (putty private key) And to convert pem file to ppk we use Puttygen open puttygen click load choose d file to be converted click ok now click private key To connect to our...DO_personalLinux
Diwakardiwakarkashyap.hashnode.dev·Aug 11, 2023ES5 vs ES6 in JavaScript. 14 big😱 changes⚠️ES5 and ES6 refer to different versions of the ECMAScript standard, which is the scripting language specification that serves as the foundation for several languages, including JavaScript. The evolution from ES5 to ES6 (also known as ECMAScript 2015)...41 readsJavaScript
Shriram Balajishriram21.hashnode.dev·Jul 13, 2023Operating System for InterviewMade by Shriram🧑💻(ISE-24) from Striver's SDE Core Sheet with the addition of a few reference links and formatting into a readable format using Obsidian (my favourite note-taking tool). What is the main purpose of an operating system? Discuss diff...80 readsoperating system
Balaji Batchubalajibatchu.hashnode.dev·Jul 6, 2023Difference Between Frameworks and MicroframeworksIntroduction: In the world of software development, frameworks and microframeworks play a significant role in building robust and scalable applications. While they share similarities in providing a foundation for application development, they differ ...framework
Aishwarya Meharaishwaryablogs.hashnode.dev·Jul 4, 2023"Hoisting in JavaScript"In JavaScript, hoisting allows you to use functions and variables before they are declared. Let's learn what hoisting is and how it works. What is hoisting? console.log(num); var num = 5; Can you guess what should be the output of this code, it migh...240 readsJavaScript
Vinit Parekhvinit17.hashnode.dev·Jun 15, 2023Importance of Headers in backendHellow everybody! Vinit Parekh here. Today I want to discuss something about backend security so follow along with this article. Protecting your website from security threats is more important than ever in the modern digital world. Using security hea...backend