Let us dive into C Part-6.1 [IF-Else]

Programming with C

If-Else General Structures and Usage

Hello my dear Programmers!!! Let us dive into C again…….

If you have read my last blog post on decision making in C then I am sure about that, You are here to understand the If Else Topic broadly. Even if you are not redirected from the previous post though you can read this thoroughly to understand If-Else General structures and usage precisely.

Read more

LM324 IC or Infrared Proximity Sensor

LM324 Photodiode sensor or Infrared Proximity Sensor (Line following Robots’ Sensor)

Hi friends!!!!
Today we will talk about LM324 IC or Infrared Proximity Sensor.

Line follower robot needs sensors to detect the line to follow. Robot can detect line in two ways. One is using vision sensor (Robotic eye) or using Photo diode sensors as the line is drawn in single surface with two differentiating colors. Robotic eyes are too expensive so we will have to use use LM324 Photodiode sensor Or Infrared Proximity Sensor.

Now we are going to build a sensor that will sense the reflective objects from a certain distance. This will work as proximity sensor. The

Read more

Basic electronics idea and Notation

Hello friends!!!

I am a hobbyist. I have done lots of school projects when I was a secondary school student. Today I am going to share my ideas on electronics and I will obviously try to give you a concrete guideline, “How to understand and work with Electronics” in the most possible ways.

What is Electronics?

Electronics is the study of electrons. In electronics we study about the flow

Read more

Career on Software Development

Career on Software Development (Education & Career Development)

Hello Readers!!!!

Some of my friends and followers were asking me to give an Idea to build their career on Software development. Today I am going to tell you about it.

First thing you will have to keep in mind that what is Software development and what is programming.

Programming: Programming is the skill by which you can create any

Read more

Let us dive into C Part-5 (Operators & Operands)

C Operators and Operands

Hello Readers!!!!!

How are you doing? I wish you are doing well. If you face any difficulties then please let me know here with comments.

Today we are going to learn about the Operators and Operands in C.

What is Operator?

Operators are the foundation of any programming language. We can define operators as symbols that help us to perform specific mathematical and

Read more

Basic Website Design (Introduction)

Introduction to Webpage:

Webpages are simply a collections of HTML scripts. When we visit a website that time our browser decodes the HTML codes into webpage view that we see in the display of our desktop, mobile or tablets.

HTML is short of HyperText Markup Language.

  • Hypertext is simply a piece of text that works as a link
  • Markup Language is a way of writing layout information within documents.
Okay now let’s start doing some scripting here.

Read more

Robotics & the world

Robotics is the word where you will find the technological
feelings. Robotics is the branch of technology that deals with design, construction, operation and application of robots and computer system for their control, sensory feedback and information processing. These technologies deal with automated machines that can take the place of human.

Actually What will define Robotics to you? I was a hobbyist once upon a time

Read more