top of page
Search

Coding : Principles, Types and Concepts
Coding is a list of step-by-step instructions that get computers to do what you want them to do. Coding makes it possible for us to...
The Tech Platform
Aug 10, 2022

What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...
The Tech Platform
Jul 7, 2022

Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...
The Tech Platform
Jul 4, 2022

Write a Program to convert the temperature in C++
Algorithm: Temperature Conversion This algorithm inputs a temperature in Fahrenheit and converts into centigrade. Start Input Temperature...
The Tech Platform
Jun 27, 2022

How to review your code?
Code review happens when another developer goes through you or your team's code line-by-line and provides constructive, helpful feedback....
The Tech Platform
Jun 16, 2022

Why to Choose Golang Programming Language?
Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched...
The Tech Platform
Jun 13, 2022

How to make your VS Code faster?
Visual Studio Code (VS Code) is designed to be lightweight. It has a tight set of core features, and you can add extra features through...
The Tech Platform
Jun 11, 2022

The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...
The Tech Platform
Jun 10, 2022

How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...
The Tech Platform
May 24, 2022

Link-time substitution (C/C++): test hardware dependent code
What is link-time substitution used for? Link-time substitution is one of three methods to create test doubles for your project. Test...
The Tech Platform
Apr 30, 2022
bottom of page