Posts

Things Every Programmer Should Know

Image
    Things Should Be known By     Every Programmer          If you have been programming for some time and looking to learn to  program then you might be thinking about what makes a good programmer. What a computer course student should do? So ,let's start... 1. Data Structure and Algorithms T his is one of the important topics of any programming job interview and without you knowing basic data structure (e.g. array,linked list,map,set) it's not possible to write a real-      world application. 2. Text Editors T here is not a single day when we have not used a text editor while working as programmers.  I suggest you spend some time learning your favorite editor and keyboard  shortcuts,                 productivity tips are something you can learn. 3. IDEs T he modern IDE is the single most important tool for any programmers.  For C,C++.and C# programmers, the choice is clear: Visual Studio and for python develope

Arduino

Image
Arduino (Small Thing, Big Applications) Hey Guys, If you want to control machines ? If you want to make a robot ? But how….. So let’s find the answers…. Robot Made By Arduino A robot or automatic machine is made with many circuits,micro-controllers,software and etc. Arduino is one of them circuits which is used to make automatic machines or Robots. Arduino is an open-source electronics platform based on easy-to-use hardware and software. Means it is a platform board through which we can control devices,electronics also called (Microcontroller). Arduino boards are able to read inputs-light on a sensor, a finger on a button, or a Twitter message and turn it into an output – activating a motor, turning on an LED, publishing something online. Arduino Board Ex. If you want that when you start TV then the lights are automatically turned off then it can be possible with the help of Arduino.