Chimobi Ekwunifechimobiekwunife.hashnode.dev·Nov 28, 2023Low Level And High-Level Programming LanguageAre you new to the word programming or would you need to understand the term more? Read my previous article on introduction to programming here: Here. Today, we will be talking about types of programming languages with examples. In the world of progr...Discuss·11 likeslow level programming
Temitayo Daisi-Osoprogrammerspavilion.hashnode.dev·Nov 26, 2023Why is my program not pausing?As dedicated programmers committed to delivering optimal user experiences, our journey is marked by a relentless pursuit of excellence, occasionally accompanied by a bug or two—a common phenomenon in the intricate world of C programming. This article...Discuss·12 likes·47 readspausing
Joshua Colecolej.net·Nov 1, 2023Pwning 0x01: C TypecastingWhen I was learning how to tackle pwn challenges in CTFs, I had a tough time finding a single, clear guide that could show me the ropes of actually carrying out these exploits. That's why I decided to put together a complete guide that covers everyth...Discuss·1 likePwning-101C
Richardchoir.hashnode.dev·Oct 24, 2023Low-Level DocumentationFrontend: TypeScript Problem: We need to decide what frontend technology stack we want to use alongside Next. Solution Requirements: The technology stack needs to be compatible with Next The technology stack needs to offer features that will make d...Iqra Technology and 3 others are discussing this4 people are discussing thisDiscuss·23 likes·113 readsdocumentation
Joseph Kimuchupazet.hashnode.dev·Sep 12, 2023C Programming LanguageIn the tech world, you might probably heard of the mighty C language, mother of modern programming languages. In my articles, I will highlight, and discuss on this beautiful language. Stay tuned.Discuss·3 likesGeneral Programming
Nwafor Chinemerem Divinechinemeremdivine.hashnode.dev·Sep 3, 2023Understanding Pointers in Programming 👨🏽💻Definition of Pointers A pointer is a variable that contains the address of a variable. Pointer seems to be a hard nut to crack for beginners but once you grab the concept, you will see that it's not as complicated as you think. Pointers are like giv...Discuss·11 likes·27 readspointers in c
B21 Hire Jayesh Nanajijaynh.hashnode.dev·Aug 13, 2023AT89S52 MicrocontrollerIntroduction:- AT89S52 is a microcontroller IC based on 8051 architecture. It contains all the features of the 8051 microcontroller and also some additional features. AT89S52 is a low-power, high-performance, CMOS 8-bit microcontroller with 8K bytes ...Discussmicrocontroller
Patrick Okaforwritesbypatrick.hashnode.dev·Jun 3, 2023Understanding Bitwise OperatorsPrerequisite: To understand the bitwise operators and use them like a pro, It is expedient to have prior knowledge of Binary Numbers, decimal-to-binary conversions, comparison, relational and logical and Mathematical operators. Here are notable artic...Discuss·63 readsJavaScript
swati jhaswatijha.hashnode.dev·May 8, 2023Elevator System (Low-Level-Design)Problem Definition Elevators are an essential component of many buildings, especially those with multiple floors or high-rise structures, where stairs may not be a practical option. The objective of an elevator system is to provide an alternative mea...Discuss·13 likes·946 readsLow Level Design Problems#elevator
Mark Gateregateremark.hashnode.dev·Apr 27, 2023FeaturedRUST 101: Unleashing the Power of Rust 🦀Introduction Rust, according to Wikipedia, is a multi-paradigm, high-level, general-purpose programming language that emphasizes performance, type safety and concurrency. It is a systems programming language that was developed by Mozilla Research, de...Discuss·115 likes·1.7K readsRust