top of page
Search
The Tech Platform
Jul 7, 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 4, 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
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
Jun 27, 2022
AJAX Tutorial - What is AJAX and How it Works?
AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. It is a technology for developing better, faster and...
The Tech Platform
Jun 26, 2022
Tools for good code
Code quality tools are automated tools/programs that would observe the code and point out any common issue/problem which could arise as a...
The Tech Platform
Jun 24, 2022
Best practice for Node.js Developer
Node. js developers deploy and maintain network applications. They manage the exchange of data between servers and users, develop...
The Tech Platform
Jun 20, 2022
The Factory Design Pattern
The Factory design pattern is a creational design pattern that provides an interface for creating objects in a superclass but allows...
The Tech Platform
Jun 17, 2022
What is Memory Management in JavaScript? How to Improve Memory Management of your Application
Memory management in low-level languages like C involves manual control over memory allocation and deallocation using functions like...
The Tech Platform
Jun 16, 2022
How to Use Decorators in JavaScript?
JavaScript Decorators are a powerful design pattern that enables the addition of behavior to an individual object, whether in a static or...
The Tech Platform
Jun 16, 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....
bottom of page