top of page
Search
The Tech Platform
Sep 7, 2023
NULL in Python: A Beginners Guide
Python, a versatile and widely-used programming language, incorporates NULL into its syntax through the use of the None keyword. None...
The Tech Platform
Sep 1, 2023
Understand C++ getline() for Better Input Handling
In C++ programming, effectively managing user input is essential. It opens the door to creating interactive and dynamic applications....
The Tech Platform
Aug 9, 2023
Carbon Programming Language: A Comprehensive Guide
Introducing "Carbon Programming Language" a cutting-edge programming language developed by Google. This innovative language stands as a...
The Tech Platform
Jul 18, 2023
C++ Pointers: A Comprehensive Guide to Understanding and Utilizing Pointers
C++ is a powerful programming language known for its efficiency and low-level control. Among its notable features, pointers play a...
The Tech Platform
Jul 28, 2022
map() vs filter() vs reduce() in JavaScript.
Map, reduce, and filter are all array methods in JavaScript. Each one will iterate over an array and perform a transformation or...
The Tech Platform
Jun 30, 2022
Top 10 JavaScript Array Functions
JavaScript array is an object that represents a collection of similar type of elements. There are 3 ways to construct array in JavaScript...
The Tech Platform
Feb 8, 2022
13 Important Pandas Function used in Data Science
Python is one of the most widely used language for Data Analysis and Data Science. Python is easy to learn, has a great online community...
bottom of page