top of page
Search
The Tech Platform
Aug 30, 2022
Latest UI/UX Design Trends 2022
What is UI/UX Designer? A UX/UI Designer is a professional dedicated to finding an easy, intuitive, and friendly way to solve a problem...
The Tech Platform
Aug 25, 2022
10 Console Methods in Javascript
In JavaScript, the console is an object which provides access to the browser debugging console. We can open a console in web browser by...
The Tech Platform
Aug 23, 2022
Top 10 Java Frameworks 2022
Java frameworks are specific to the Java programming language. It's a Java platform for developing software applications and Java...
The Tech Platform
Aug 23, 2022
DRY vs WET Principles — PHP Implementation
DRY (Don’t Repeat Yourself) Every developer should know that repeating codes is not a preferable approach. Think that you have admin...
The Tech Platform
Aug 22, 2022
What is Promises in JavaScript?
What are JavaScript Promises? Promises are essential building blocks for handling asynchronous operations in JavaScript. In JavaScript, a...
The Tech Platform
Aug 19, 2022
Running JavaScript in WebAssembly with WasmEdge
JavaScript WebAssembly WebAssembly was initially conceived as a "JavaScript alternative for browsers" with the aim of enabling the...
The Tech Platform
Aug 9, 2022
How to handle blockers in Node.js ?
What is a blocker? Before we talk about “handling” a blocker in your code, we first need to identify it. A blocker is a CPU-intensive...
The Tech Platform
Jul 29, 2022
Different ways to get the sum of arrays in JavaScript?
In JavaScript, array is a single variable that is used to store different elements. It is often used when we want to store list of...
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
Jul 22, 2022
What is JavaScript Web Token? When and Why to use JWT? Where to store JSON JWT?
In web development, secure communication and data transmission are critical components of modern applications. One powerful solution that...
bottom of page