Learn With OJ

E-Books

Most Recent Post

platinums-blog-current-divider

Electric Resistor and Resistance

Passive components being electronic components that reduce or limit the output of an electric circuit...

basic-concepts-of-capacitance

Electric Capacitor and Capacitance

A capacitor is one of the most important electrical, electronic components and it finds most of its use in high frequence...

Understanding-ADC-and-DAC-in-ESP32

Understanding ADC and DAC-in ESP32

The ESP32, a popular microcontroller by Espressif Systems, offers robust features for handling analog and digital...

Electrical and Electronic

Types-of-Resistors-Learn-With-OJ

Types of resistors with there specific use:

Like all the electric components resistor is a very vital part of an electronic circuit and the use is mainly to limit current flowing...

arduino-uno-rev3-board

What is the Arduino ??

Arduino is an Open-source electronic prototyping device that is programable and used by people to control electronic projects and drive devices such as motors and sensors...

electrolytic-capacitor

Types of capacitors

Capacitors generally come in a lot of sizes and types depending on what and where its going to done and its going to be fixed in a given circuit board (PCB) so this calls for the manufactures to build and construct capacitors of varies types...

basic-electric-components

The Basic components you must know to fix circuits

What is an electric circuit? From the lowest point of view circuit is the interconnection of sensitive electronic components in a continuous loop to perform a specific task or function like the resistors, relays to mention among others,...

Programming Posts

mysql-node-js

MySQL and Node Tutorials

This is where we tell the library how to connect to our database. By creating a pool, we can reuse connections to the database instead of all ways opening and closing connections. This will improve performance once your app is hosted and you have a lot of users

msqldatabase-php

MySQL with PHP (Hypertext Preprocessor)

The data in a MySQL database are stored in tables. A table is a collection of relateddata, and it consists of columns and rows. Databases are useful for storing information categorically. A company may have a database with the following tables:

form-handling-php

PHP Form Handling

Get request is the default form request. The data passed through get request is visible on the URL browser so it is not secured. It is an associative array of variables passed to the current script via the URL parameters (aka. query string). Note that the array is not only populated for GET requests,...

wifi-password-with-cmd

How to Find the Wi-Fi Password Using CMD in Windows

Forgotten your Wi-Fi password? Don't worry you're not alone! Whether you're trying to connect a new phone, set up a smart TV, or help a friend get online, remembering complex Wi-Fi passwords...

news-sql-full-course

SQL (Structured Query Language)

It is a domain-specific language used to manage and manipulate data, particularly within relational database management systems (RDBMS). SQL provides a standardized way to interact with databases, enabling users to perform various operations such as...