Azzam.rarThe Software Factorybehind-the-scenes look at a groundbreaking Start-Up where software development is engineered like a factory process.Aug 25Aug 25
Azzam.rarHow can I be a wizard Mac OS user ?Becoming a wizard Mac OS user involves mastering both the system’s core functionalities and leveraging advanced features to maximize…Aug 15Aug 15
Azzam.rarWhen Your Code Breaks and Your Head Falls on the TableAh, the all-too-familiar scene: you’re immersed in coding, the world around you fading away as lines of logic and syntax dance across your…Jan 3Jan 3
Azzam.rarThe Art of Debugging: When You Don’t Understand Why & How Your Code WorksWriting code is akin to crafting intricate pieces of art, where every line contributes to a symphony of functionality. However, the beauty…Jan 3Jan 3
Azzam.rarMindMaps vs. FlowCharts: Making Sense of Visual ToolsWhen it comes to organizing information, two handy tools stand out: Mindmaps & Flowcharts. They both help in organizing thoughts, but they…Jan 2Jan 2
Azzam.rarCAOCAP — How I use Refactoring & Code Cleaning sessions to build momentumAs a developer, when you take a break from a big project, jumping back in can feel like a puzzle. You might forget where things are or how…Jan 2Jan 2
Azzam.rarCAOCAP — How I Stay Motivated as a Software EngineerIn the ever-evolving landscape of technology, software engineers are the architects of innovation, crafting intricate digital solutions…Jan 1Jan 1
Azzam.rarCAOCAP — Parsing JavaScript Code with SwiftIf you’re working in Swift and want to parse JavaScript code, you can use the JavaScriptCore framework provided by Apple, which allows you…Dec 26, 2023Dec 26, 2023
Azzam.rarHow dose web browsers load a websiteWeb browsers use a multi-step process to read and interpret the Abstract Syntax Tree (AST) of a website’s code:Dec 26, 2023Dec 26, 2023
Azzam.rarExploring DOM Fundamentals: Essential Web Development SkillsThe Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the structure of a document as a tree…Dec 26, 2023Dec 26, 2023