AI_Dosage

AI_Dosage @ai_dosage

About: Your Daily Dose of AI Insights

Location:
Nairobi,Kenya
Joined:
May 10, 2021

AI_Dosage
articles - 53 total

Is Your Career at Risk of AI Replacement? Stay Informed with the Career AI Impact Auditor made with Agent.ai

This is a submission for the Agent.ai Challenge: Productivity-Pro Agent (See Details) What...

Learn More 4 0Jan 27

Mastering Vectors: Practice Questions to Sharpen Your Skills

Question 1: Vector V has a magnitude of 6 units and it creates an angle of 210 degrees...

Learn More 0 0Jan 23

Subtracting Vectors

Key Concept: Vector subtraction involves subtracting corresponding components of two...

Learn More 0 0Jan 23

Multiplying Vectors by a Scalar

Key Concept: Multiplying a vector by a scalar means scaling the vector's magnitude by that...

Learn More 0 0Jan 23

Adding Vectors Algebraically & Graphically

Adding vectors algebraically involves combining the corresponding components of the vectors. This...

Learn More 0 0Jan 23

Real Coordinate Spaces

Imagine you're sitting in a lecture hall, and your professor stands at the board to explain...

Learn More 1 0Jan 23

Linear Algebra : Introduction To Vectors

AI is inevitable, and I've come to embrace that reality. With this in mind, I’m preparing to become...

Learn More 0 0Jan 23

[Boost]

The AI Revolution: An Engineer's Perspective - Is Coding Still...

Learn More 0 0Jan 20

The AI Revolution: An Engineer's Perspective - Is Coding Still Relevant In The Age Of AI?

The tech world is buzzing with bold predictions. Mark Zuckerberg recently shared with Joe Rogan his...

Learn More 6 0Jan 20

[Boost]

Programming Paradigms: Finding Your Development Philosophy ...

Learn More 0 0Jan 18

[Boost]

Programming Paradigms: Finding Your Development Philosophy ...

Learn More 0 0Jan 17

[Boost]

Programming Paradigms: Finding Your Development Philosophy ...

Learn More 0 0Jan 15

[Boost]

Join us for the Agent.ai Challenge:...

Learn More 0 0Jan 15

[Boost]

Programming Paradigms: Finding Your Development Philosophy ...

Learn More 0 0Jan 14

Programming Paradigms: Finding Your Development Philosophy

Programming Paradigms: Finding Your Development Philosophy ...

Learn More 0 0Jan 13

[Boost]

Programming Paradigms: Finding Your Development Philosophy ...

Learn More 0 0Jan 13

Programming Paradigms: Finding Your Development Philosophy

Every aspect of your life—your work, daily routines, and even your thoughts—is guided by paradigms,...

Learn More 2 0Jan 13

5 Common Mistakes Self-Taught Developers Make

The journey of a self-taught developer can be both intense and overwhelming. Impostor syndrome often...

Learn More 0 0Nov 26 '24

GraphQL vs. REST: Utilizing Big O Notation in the Design of a Social Media API

One of the most important ideas in computer science is something called Big O notation. It’s a way to...

Learn More 0 0Nov 19 '24

REST vs. GraphQL: Key Differences, Benefits, and Which One to Choose for Your Project

One of the key differences between junior and senior developers goes beyond just the ability to write...

Learn More 1 0Nov 19 '24

How To Configure Multiple Git Accounts with SSH on Your Local Machine

Imagine you're working with multiple organizations, each managing code versions differently. For...

Learn More 62 10Nov 18 '24

An Overview of Let, Const, and Var: Key Differences Explained

There was a time when I used and understood the practical use of let, const, and var in JavaScript,...

Learn More 3 0Aug 4 '24

A Short Introduction To How TypeScript Made Javascript Cool.

Yes, you've read the headline correctly! If you're currently perusing this article, chances are...

Learn More 0 0Jun 19 '23

Every frontend developer needs to understand what DNS is

The Domain Name System (DNS) is the phonebook of the Internet. When you open up a browser and type...

Learn More 3 0Aug 2 '22

Golang Pointers

We know every variable has a location in memory. In Go, a pointer is a special variable used to store...

Learn More 9 0Feb 16 '22

Handling Incoming HTTP Requests In GO

Go is a very powerful tool in the development of web services. In this article i will be covering how...

Learn More 13 0Feb 14 '22

Horizontal Vs Vertical Scaling & When Should We Use Either

Before we dive deeper into this subject. Let's look at how servers work. We Request the server for...

Learn More 4 0Feb 2 '22

How to use var, let and const in block & function Scopes

While coding in Javascript you will mostly encounter two main scopes. 1. Block Scopes You...

Learn More 5 0Jan 7 '22

Testing

Problems with manual testing: Difficult to write effectively Impacts actual program Very hard to...

Learn More 1 0Jan 7 '22

Understanding Typescript

I have met a lot of great developers in my life and weirdly i have noted most of them shun...

Learn More 8 0Nov 19 '21