Day: November 11, 2023
9 posts
One “IF” to rule them all
There’s a lot of code to write, many times we just duplicate, and sometimes we do it DRY…
My Story of Leetcode Biweekly Contest 117
Hi Everyone ✋🏻. Abhishek this side! Today, 11 November 2023, was Leetcode Biweekly Contest #117. This contest was…
How to deploy your frontend APP on firebase hosting.
When you build your beatifull app you need to show it to your friends. In the dynamic landscape…
AfricAi Chronicles: Crafting Tech Awesomeness in 2023 🚀
Hey Tech Enthusiasts, So, grab a coffee or your beverage of choice because I’m about to spill the…
7 categorías de software imprescindible para una empresa de TI (con opciones)
En el ámbito de la tecnología de la información, contar con las herramientas de software adecuadas es fundamental…
Harnessing Generative AI for SEO and Content Success – Whiteboard Friday
Unlock the potential of generative AI for SEO and content success with Alisa Scharf.
Alert Fatigue, and How to Fix it
What is Alert Fatigue? For somebody working in tech, especially as a Site Reliability Engineer or in a…
CI/CD Part 1: Unit/Integration Testing
This week, in a setup for a CI/CD pipeline, I added unit and integration testing using Pytest to…
How to Check if a Value is an Object in JavaScript
Using typeof operator JavaScript provides the typeof operator to check the value data type. The typeof operator returns…