Posts

Showing posts from January, 2021

Introduction to Arduino: Microcontroller

Image
What is Arduino?    Arduino is a compact, cheap and beginner friendly microcontroller, which allows the hardware to interact with Software. It is kinda like a tool which allows the program you wrote to communicate with a hardware.  What can I do with Arduino?   You can literally do anything, from a small led runner circuit to massive robots. No matter who are you, This board allows you and your knowledge in programming to communicate with hardware directly. If you are too bored with programming only with software, microcontrollers will give you a new fresh up. Why Choose Arduino?    The most used reason is, Its totally Beginner Friendly. Anyone can make an automated electrical circuit Or anything. Another main reason is Its cheap when compared to other microcontrollers, which makes students to get easy access. It provides an Official IDE for free, which has tons of example projects and guides built in. Arduino Microcontrollers comes in different price range...

Introduction To Python

Image
 What is Python?      If you have some programmer friend or yourself is into to the programming field you have probably heard the language Python .   Python is a High-Level-Programming Language used for many cases, in this post, we will be seeing how to work with Python.  Installation and IDE    We must install python first to work with it. Installation is simple. You can get clear info on how to get python  here . Once you are done, Make sure you have atleast Python Version of 3.0 or greater. Because this guide follows it.    Once you are done installing Python, Now we need an IDE to work with it, an IDE is nothing but an Interageted Development Environment which makes your work smoother. To get a Clear understanding, Think of this   You need to mix somethings in a bowl, you can either use your hands itself or use a mixer, both is going to do the same job but mixer does it well and your effort will be less. Just like this...

Blog Update: 2021!

Happy 2021 Everyone!  I've abandoned this blog for some months. My apologies for that. Well this is a new year, so there will be a new beginning. This post more a blog update post than an actual blog post. I've taken some idea to take the blog into something different. From now, this blog is not going to explain only HTML and Front End Web development. We will be moving more than that. I'm going to share everything I learnt. So the future blog posts will include, several different programming concepts and totally different languages.  Like, different field of language and technology, we will be exploring different libraries, packages with some sweet bytes.  We will be targeting totally different method of approach as well. We will exploring the deep world of mini bits and mega bytes.  If you have any ideas to improve us, share it in comments below ( Don't worry of your identity, it has annoymous option too ). So we will breaking a different dawn from tomorrow. And if...