ABAdewale Babalolainbabz.hashnode.dev路Sep 11, 2021 路 2 min readVersion Control System: Intro to Git / GithubA version control system is simply defined as software that records changes made to files over a period of time. Some examples of version control systems are Git, GitLab, PerForce, Apache Subversion, AWS CodeCommit, and many more. In this article, I ...00
ABAdewale Babalolainbabz.hashnode.dev路Sep 11, 2021 路 2 min readIntro to Web servers: NginxWikipedia defines a Webserver as computer software and the underlying hardware that accepts requests via HTTP, the network protocol created to distribute web pages or its secure variant HTTPS. To simplify this you can say It's a piece of hardware or...00
ABAdewale Babalolainbabz.hashnode.dev路Sep 4, 2021 路 2 min readCI/CD SimplifiedCI/CD stands for continuous integration and continuous delivery or deployments. It is a software development process that automates building, testing, merging, and releasing to source repository or deploying to production. 馃槄 that was long but let m...00
ABAdewale Babalolainbabz.hashnode.dev路Sep 3, 2021 路 2 min readWhat you should know about the Linux kernelThe kernel is the major component of the Linux operating system. It is the bridge between the hardware and its processes. This means the kernel allows the users and services to communicate directly and effectively to the hardware. The Linux kernel is...00
ABAdewale Babalolainbabz.hashnode.dev路Aug 29, 2021 路 3 min readLinux Package ManagementIn this article, I will be addressing what package management is and what problem it solves. First, what is package management? Package management is a method of installing, updating, removing, and keeping track of software updates from specific r...00