Handlebars Guide: An Efficient Way to Rendering Dynamic Content from a Node.js BackendAug 28, 2024·17 min read
Introduction to LangChain Expression Language in JavaScriptThis guide explores how to extend the wonderful features of LangChain to the JavaScript Programming Language for building LLM-powered applications.Feb 5, 2025·8 min read
Styling parts of elements with CSS pseudo-elements selectorsIntroduction Hey there, :wave: In a previous article, we discussed pseudo-classes, in this article we will discuss Pseudo-elements, which are also a type of pseudo-selectors. We will start by defining pseudo-elements, listing some examples, then move...Feb 24, 2023·4 min read
My Altschool Blog Project DocumentationAltschool Africa is an institution that takes a non-traditional approach to learning by teaching courses directly connected with a selected track. I am a student of Altschool Africa enrolled in their school of engineering with the main focus of Backe...Jan 28, 2023·21 min read
Dev Retro 2022: Tech enlightenmentMy journey into tech started when all of a sudden and out of the blue, my uncle signed me up for a coding BootCamp of some sort. Since then, I have climbed HTML mountains, CSS rivers, and Javascript deserts. It all started when I got ...... Registere...Dec 31, 2022·6 min read
ChatGPT: Abilities, Limitations, and ApplicationsIntroduction Me: What are you? ChatGPT: I am simply a collection of algorithms and data, designed to generate helpful and informative responses based on the input that I receive. Definition of ChatGPT according to ChatGPT ChatGPT is the latest mode...Dec 14, 2022·8 min read
Styling Element states with CSS pseudo-class selectorsIntroduction Hey there, :wave: In this article, we will discuss Pseudo-classes, which are a type of CSS Pseudo selectors. We will start by defining pseudo-classes, listing examples, and building a very simple tooltip hover. Let's dive right in :rock...Dec 12, 2022·4 min read
Selecting HTML elements with CSS combinatorsHey there :wave: In this article, we will discuss CSS combinators. Which are a type of CSS selectors. My Previous Articles :rocket: This is the third part of my CSS selectors series if you do not already know the basics of CSS selectors. Be sure to c...Dec 4, 2022·5 min read