My Blogs

☹️

would you like to make a blog blogs.

Add One

All Blogs with tag:

web development

Why I Became a Multi-Disciplinary Engineer; My Journey to Building a Virtual World

Why I Became a Multi-Disciplinary Engineer; My Journey to Building a Virtual World

As a mechanical engineer, I've always been fascinated by the idea of creating a virtual world that mimics reality. It all started when I first learned to code and had the dream of building a complete virtual world that one could dive into and live in. I was driven by the idea that in a virtual world, time could be accelerated and everything could be controlled, making it possible to create a unique and immersive experience.

How to Use an API with Python

How to Use an API with Python

APIs (Application Programming Interfaces) are essential tools for interacting with other software systems. They provide a way to access data or services over the internet. In this article, we'll learn how to use an API with Python and make HTTP requests to retrieve data.

How to Extract Data from an API Response in JavaScript

How to Extract Data from an API Response in JavaScript

In today's digital world, APIs have become a critical component for accessing and sharing data between different systems and applications. Whether you are building a web application, mobile app, or simply working with data, it's important to understand how to extract the data you need from an API response.