Published inGeek CultureDocker-compose to the rescueCreating containers using native Docker commands, as we demonstrated in our previous article, gives a solid understanding of how Docker…May 11, 2023May 11, 2023
Published inGeek CultureConnecting multiple containers using Docker networkIn addition to isolating applications, Docker also offers a means to streamline container communication through the use of Bridge networks…May 11, 2023May 11, 2023
Published inGeek CultureContainerising a React applicationWe will be working with a Gallery application made with create-react-app called snapshot. In the end, we should have our app running within…May 5, 2023May 5, 2023
Published inGeek CultureFrontend Mastery — How the internet worksFor a tool currently so fundamental to our daily lives, It's shocking how many people(software engineers even) cannot in plain terms…Dec 18, 2021Dec 18, 2021
Published inGeek CultureJavascript 101: EventsAn event is a signal that something has happened and is modeled after the observer pattern which allows loose coupling between the behavior…Dec 14, 2021Dec 14, 2021
Published inGeek CultureJavascript 101: Web workersJavascript is a single-threaded language which means it can only act on one task at a time. To handle multitasking Javascript switches…Dec 6, 2021Dec 6, 2021
Published inGeek CultureJavascript 101: Handling Asynchrony — Part 2An asynchronous call returns only after it has done its work and is capable of blocking the main thread of a program’s execution. Many…Nov 29, 2021Nov 29, 2021
Published inGeek CultureJavascript 101: Handling Asynchrony — Part 1When programs interact with things outside of the processor like communicating over a computer network, the operating system switches the…Nov 22, 2021Nov 22, 2021
Published inGeek CultureJavascript 101: ObjectsToday we start by debunking a common misconception among Developers(and Spartans alike). Objects indeed are the general building block upon…Nov 15, 2021Nov 15, 2021
Published inGeek CultureJavascript 101: What is “this”If there has ever been a more tricky subject in Javascript, “this” would be it(see what I did there 😏). I can’t count the number of times…Nov 10, 2021Nov 10, 2021