top of page
Search
The Tech Platform
Jan 15, 2022
Julia vs Python. Which is Better?
Julia Julia is a programming language developed by four MIT students. It is a programming language with flexible coding syntax similar to...
The Tech Platform
Jan 12, 2022
Difference between Java vs .NET. Who wins?
What is Java? Java is a programming language that is cross-platform, general-purpose, class-based, and object-oriented. Even though Java...
The Tech Platform
Oct 9, 2021
Collections in C#
Collections: Collection classes are specialized classes for data storage and retrieval. These classes provide support for stacks, queues,...
The Tech Platform
Oct 4, 2021
Rust Programming Language
Rust is a multi-paradigm, high-level, general-purpose programming language designed for performance and safety, especially safe...
The Tech Platform
Sep 7, 2021
How to Install Golang in Linux
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is...
The Tech Platform
Aug 9, 2021
Symbols used in programming Languages.
A Symbol in Computer Programming is Primitive Data type whose instances have a unique human-readable form. Symbols can be used as...
The Tech Platform
Jul 29, 2021
What is difference between i++ and ++i?
++i and i++ both increment the value of i by 1 but in a different way. If ++ precedes the variable, it is called pre-increment operator...
The Tech Platform
Jul 5, 2021
Golang vs Node.js : Which is better for backend Framework?
What is Go (Golang) ? Go is an Open-Source, Cross - Platform and compiled multithreaded programming language which was developed in 2007...
bottom of page