Priyan Jimpriyanj.hashnode.dev·Aug 21, 2024StartersA node may be a VM or physical machine, depending on the cluster. The scheduler distributes work or containers across multiple nodes. Have a good understanding of YAML files and when to use them: List, dictionary, List of Dictionaries. Pods k...Learning K8sKubernetes
anmol guptaanmol-gupta.hashnode.dev·Aug 17, 2024Understanding PHP: From Code to ExecutionWhat is PHP? PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. What distinguishes PHP from something li...2 likes·41 readsPHP
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...1 like·40 readsJava
ANSHbitmanipulation.hashnode.dev·Aug 4, 2024Bit Manipulation: CORE CONCEPTSBit manipulation is a technique that involves directly manipulating the individual bits of a number. It's often used to optimize algorithms and solve problems efficiently. BITWISE OPERATORS Observations of XOR : a ^ 1 = ā (compliment of a) a ^ 0...10 likesbit-manipulation
Aaditya Kediyaliaadidev.hashnode.dev·Jun 18, 2024How to Set Up a Reverse ProxySetting up a reverse proxy is a powerful way to manage your web traffic. Whether you're aiming to distribute traffic, enhance security, or simplify maintenance, a reverse proxy can be a valuable addition to your network architecture. In this comprehe...Reverse Proxy
Meriem Trabelsimeriem-trabelsi-blog.hashnode.dev·Apr 11, 2024Angular Series: Key Concepts in a FlashThis blog is the first in the Angular Concepts series . We will explore many other concepts such as Dependency Injection, Data Binding, Router, Services, and much more. If you are a beginner, this will aid you in your journey to learn Angular. Coding...10 likes·94 readsAngular Series: Key Concepts in a FlashOnInit
Brian Kingsolodev.app·Jul 25, 2023The Similarities Between High-Level Programming Languages.TL;DR. High-level programming languages share common concepts such as variables, data types, literals, data structures, operators, control flow, expressions, functions, and statements. Despite high-level languages having their own syntax, these famil...27 readsThe Ed Seriesprogramming
Diwakardiwakarkashyap.hashnode.dev·Jul 20, 2023Event Loop in JS(javascript)In JavaScript, the event loop is a crucial concept that allows asynchronous programming and non-blocking I/O operations, making it possible to handle multiple tasks efficiently. The event loop is a part of the JavaScript runtime environment and is re...10 likes·41 readsEvent Loop
Stephen OladeleforAI Community Africa ("AI School Africa")fearless-goat-measure-54.hashnode.dev·Jun 25, 2023Spark Machine Learning Pipelines: A Comprehensive Guide - Part 1Machine learning pipelines contain a sequence of independent and separate steps that define a machine learning workflow for solving a specific problem. The goals of a machine learning pipeline are: Improve the quality of models developed and deploye...60 readsBuilding Real-Time Machine Learning Pipelines with Apache Spark and MLeapMachine Learning