Oluwaseun Da Silva Aladejanaoluwaseundasilva.hashnode.net·Sep 15, 2022System Programming: Process Management in LinuxIn Linux, unlike windows, all commands are run on terminal/shell. All administrative tasks can be accomplished through terminal/shell. This includes package installation, navigation, file manipulation, and user management. Process management in Linux...Discuss·46 likes·608 readslinux-basics
Oluwaseun Da Silva Aladejanaoluwaseundasilva.hashnode.net·Sep 22, 2022Get Up And Running With Regex In No Time (System Programming).Introduction In any search algorithm, we need something to pass to identify the complex string available in the input string or input data which is basically a sequence of characters or string that would define the searching pattern. A set of charact...Discuss·30 likes·381 readsRegular Expressions
Aryan Aroraaryanarora.hashnode.net·Aug 28, 2022What I learned while making a text editor like Nano from scratch in C?Ordinarily, I do not create such low-level projects, but as I was getting more inclined towards systems-programming I had to do something to get my feet wet in this domain. And while creating this project, I got mesmerized by the level of detail whic...Discuss·24 likes·406 readssystemprogramming
Elucian MoiseforSoftware Engineeringeluchn.hashnode.net·Apr 22, 2023Carbon overviewCarbon is an experimental, open-source programming language developed by Google. It is designed to be a successor to C++, and aims to address some of the shortcomings of C++ while still providing a similar feature set. Carbon is still in its early st...DiscussCarbon
Elucian MoiseforSoftware Engineeringeluchn.hashnode.net·Apr 18, 2023Zig LanguageZig is a general-purpose programming language created by Andrew Kelley in 2015. It was designed to be a better alternative to C and aims to provide a safer and more modern programming environment, while still maintaining low-level control over system...Discusszig
AaroncaycforPrograming Productivity Technology🕊aaroncayc.hashnode.net·Feb 19, 2023Why Rust Programming Language is So Popular and Why Its Faster Than C++ & CRust is a systems programming language developed by Mozilla that focuses on performance, memory safety, and thread safety. It was first released in 2010, and its stable version was released in 2015. Its syntax is similar to C++ and is designed to be ...Discuss·6 likes·67 readsRust
Dennis OnyekaforDineTechdinetech.hashnode.net·Feb 8, 2023Implementing parameter passing mechanisms in C++In C++ programming there are different ways in which parameter data can be passed into and out of functions and methods. some of the ways are exclusive to only C++, while others are permissible in most programming languages. Understanding this concep...Discuss·10 likes·30 readsoperating system
Bhanuprakash EagalaforJoy of Learningbhanuprakasheagala.hashnode.net·Jan 5, 2023Tales of System Programming - 3Hello there, Hope you are doing well : ) A Function pointer is a pointer that holds the address of a function. This type of pointer is useful for controlling the execution sequence within an application by allowing alternate functions to be executed ...Discuss·29 readsfunction pointers
Dhanush P SukruthforDhanush p sukruth's blogdsukruth.hashnode.net·Jan 1, 2023Get Started with Rust: A Beginner's Guide to the Powerful Programming LanguageIntroduction Programming language is an integral part of a developer. They are tools where you can create websites, software, and applications. However, sometimes it becomes overwhelming for a developer when choosing a wide range of programming langu...Discuss·50 readsrust lang
Ahmed GoudaforLearnerahmedgouda.hashnode.net·Sep 26, 2022Process OverviewHow a file runs on your PC? Suppose you wrote the below simple code. #include <stdio.h> #define RET 0 int main() { printf("Hello Linux\n"); return RET; } Then you compiled the file by using the command: gcc hello.c -o myhello In Embedded ...Discuss·147 readsEmbedded LinuxLinux
Oluwaseun Da Silva AladejanaforDA-SILVA.techoluwaseundasilva.hashnode.net·Sep 22, 2022Get Up And Running With Regex In No Time (System Programming).Introduction In any search algorithm, we need something to pass to identify the complex string available in the input string or input data which is basically a sequence of characters or string that would define the searching pattern. A set of charact...Discuss·30 likes·381 readsRegular Expressions
Oluwaseun Da Silva AladejanaforDA-SILVA.techoluwaseundasilva.hashnode.net·Sep 15, 2022System Programming: Process Management in LinuxIn Linux, unlike windows, all commands are run on terminal/shell. All administrative tasks can be accomplished through terminal/shell. This includes package installation, navigation, file manipulation, and user management. Process management in Linux...Discuss·46 likes·608 readslinux-basics
Aryan Aroraforaryanarora.hashnode.net·Aug 28, 2022What I learned while making a text editor like Nano from scratch in C?Ordinarily, I do not create such low-level projects, but as I was getting more inclined towards systems-programming I had to do something to get my feet wet in this domain. And while creating this project, I got mesmerized by the level of detail whic...Discuss·24 likes·406 readssystemprogramming