Category Archives: Blog

5 Generations of Computer

Here’s a great article from The Crazy Programmer Computers are necessary devices that we use on the daily basis. Here we will discuss the overview, definition of the generation of computers, historical context, importance, objective, and more. The evolution of computer systems is usually discussed in terms of the evolution of different generations. The generation […]

Why Outsource Website Development?

Here’s a great article from The Crazy Programmer Building a website can be an exciting prospect for businesses and individuals alike. However, it can also be a daunting task, especially if you don’t have the necessary technical expertise. Many challenges exist, from designing the site to ensuring its functionality and security, which is where outsourcing […]

Modern Concurrency in Swift [SUBSCRIBER]

Here’s a great article from Kodeco | High quality programming tutorials: iOS, Android, Swift, Kotlin, Unity, and more <h2>Master Swift’s modern concurrency model!</h2> <p>For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hidden in a massive nesting of callback closures.</p> […]

7 Basic Applications of Computer

Here’s a great article from The Crazy Programmer Computers play a vital role in all possible fields. Currently, there is hardly any field in which a computer is not being used. Even we can not imagine our life without using computers nowadays. Currently, Managers, Lawyers, Stockbrokers, Accounted, researchers, doctors, and architects, everyone using a computer. […]

Alan Turing Biography

Here’s a great article from The Crazy Programmer Alan Mathison Turing was a British computer scientist, Mathematician, and Logic philosopher. He was born on 23 June in the year 1912 in Maida vale London, England. Alan’s father’s name was Julius Mathison Turing. His mother’s name was Ethel Sara. Ethel was the daughter of Edward Stony, […]

Charles Babbage Biography – Father of Computer

Here’s a great article from The Crazy Programmer Charles Babbage was a great Mathematician, Inventor, and Mechanical Engineer. He originated the big idea of a digital programmable computer. Charles is considered “The Father of Computer”. Charles invented the first Mechanical computer. Early Life and Education Charles Babbage was born on 26 November 1791 in London, […]

Ken Thompson Biography

Here’s a great article from The Crazy Programmer Kenneth lane Thompson was born on 4th February 1943 in New Orleans Louisiana, U.S. He is a computer scientist. Thompson worked for a long time at Bell Labs. He designed the original Unix operating system and also implemented it while working at bell labs. Thompson was the […]

5 Fundamental Concepts of Object Oriented Programming

Here’s a great article from The Crazy Programmer Object-oriented programming is a programming model that revolves around an object or entity. Object-oriented programming has been an enormous success for both developers and programmers. Creating a more seamless process and system for their employees and clients has benefited multi-billion dollar corporations. However, a significant amount of […]

Pointer to Derived Class in C++

Here’s a great article from The Crazy Programmer The base class pointer can point to both base class & derived class objects. Although, it cannot change the values present in the derived class. Let us see some code examples for the explanation. Code: #include<iostream> using namespace std; class Base_Class_Details{ public: int age; void setAge(int myage){ […]

Tim Berners-Lee Biography

Here’s a great article from The Crazy Programmer Tim Berners-Lee, the man who created the World Wide Web, never set out to change the world when he developed what would become one of the most important inventions of our time. Tim Berners-Lee, the inventor of the World Wide Web, has won many awards in recognition […]