Harald Branavanwhy-programmers-need-linux.hashnode.dev·Oct 8, 2024Why Every Programmer Should Embrace Linux (or Unix)When choosing an operating system, programmers often find themselves caught between options like Windows, macOS, and Linux. While each has its merits, I believe there’s a compelling case for why every programmer should seriously consider making Linux...Discusslinux for programers
Sabat Alimsabatali.hashnode.dev·Sep 28, 2024HTML: All Daily Used Tags and Their Explanation with ExamplesHTML (HyperText Markup Language) forms the foundation of web development. It structures the content on the web, allowing developers to create organized, visually appealing, and interactive web pages. In this blog, we'll cover some of the most commonl...Discuss·40 readsWeb Developmentprogramming compass
Sandesh Shresthasandeshblog.hashnode.dev·Sep 24, 2024bad API fetch VS good API fetch in JavaScript.Bad API Fetch No error handling No timeout for long requests Poor readability No handling of response status codes // Bad API fetch example fetch('https://api.example.com/data') .then(response => response.json()) .then(data => { console...Discussprogramming
Amit Bhattacharjeethestonedsage.hashnode.dev·Aug 14, 2024Web Architecture SimplifiedIn order to understand the working of websites and the relation between backend and frontend we are going to use a simple example of a restaurant. All of you must’ve been to a restaurant or a food joint at least once so this should be easy to relate....Discussprograming
Max Martínez Cartagenamaxmartinez.dev·Jun 29, 2024Adapter Pattern: Travel around the world as Pro Tennis PlayerImagine you are a professional tennis player who travel around the world for important tournaments but you are not able to speak any language other than English... So, in every non-english country you need someone to helps you with the speech. You mi...Discuss·1 likeObject Oriented Design Patternspatterns
BlackTechXblog-blacktechx.hashnode.dev·May 30, 2024How to Read and Flash Firmware on ESP32/ESP8266 MicrocontrollersESP32 and ESP8266 File Read and Flash This repository provides comprehensive instructions and scripts to read a file from an ESP32 or ESP8266 microcontroller and flash it to another board. This process is useful for duplicating the firmware, transfer...Discuss·269 readsesptool
Sanket Kalekarsanketk018.hashnode.dev·Apr 15, 2024What's Really Going on Behind the Scenes of Loading Bars? 🤔💡The Hidden Sub-processes 😲 When the bar is halted, your system is busy managing a vertical subprocess—a side quest your main program has embarked on. It could be fetching data, compressing files, or performing complex calculations, all while you wai...Discuss·1 likeTutorial
Gohary Dev Companygoharydev.hashnode.dev·Apr 8, 2024Teaching children programming at Gohary dev companyEmpowering Young Minds: Teaching Children Programming at Gohary Dev Company *Gohary Dev Company, a renowned IT organization, has launched an innovative program to introduce children to the world of programming. The initiative aims to foster computati...Discussgohary development company
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 18, 2024Lecture # 5 - Strings and Number Data TypesStrings (str): In Python, the string data type is used to represent and manipulate textual data. How to Write Strings: Strings are sequences of characters, enclosed within either single quotes (' ') or double quotes (" "). Python treats single quotes...Discuss·31 readsDevops
Le Trung Luclesor.hashnode.dev·Jan 24, 2024Suy nghĩ về Function ProgrammingFunctional Programming được cho là bắt nguồn từ khái niệm Lambda Calculus trong toán học. Không đi sâu vào lý thuyết toán học, những nguyên tắc của nó mang lại nhiều hiệu ứng tích cực trong việc phát triển phần mềm. Ưu tiên Pure Function (Hàm thuần k...Discussprograming