top of page
Search

Top Websites for Web Developers -Online Tools
A web developer is a programmer who specializes in, or is specifically engaged in, the development of World Wide Web applications using a...
The Tech Platform
Sep 30, 2021

How to make HTTP Request in JavaScript in 5 different ways
In JavaScript, there are several ways to make HTTP requests to remote servers. These options range from native solutions like the...
The Tech Platform
Sep 28, 2021

10 lifesaving HTML/CSS tricks for designers
Learning new things brings both joy and frustration, and development sits on the top of the frustration pyramid. Sadly, most job offers...
The Tech Platform
Aug 18, 2021

DtoMapper — Data Transfer Object Pattern implementation in Java
When designing modern scalable server applications, we most often use a multi-layered architecture relying on best patterns and...
The Tech Platform
Aug 13, 2021

Angular Preloading Strategies
Angular modules are chunks of code that can be imported into various parts of your application. A module can contain grouped pieces of...
The Tech Platform
Aug 9, 2021


Web Authentication: Cookies vs. Tokens
In this article, you will get to learn how to Choose Between Cookies and Tokens in Web Authentication. In today's digital landscape,...
The Tech Platform
Jul 30, 2021

How to query with GraphQL?
Getting too much data than what is needed, getting less data than we want, querying multiple endpoints for required data. These are some...
The Tech Platform
Jul 30, 2021


Getting started with GraphQL in Python with FastAPI and Graphene
What is GraphQL GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides...
The Tech Platform
Jul 27, 2021

What is the JavaScript Map function?
JavaScript used to be limited in its collection capabilities. While other programming languages offered sets, associative maps, lists,...
The Tech Platform
Jul 16, 2021

5 Utility Types For Transforming Types in Typescript
One of the great things about typescript is its flexibility. You can transform, change, and create new types using existing types. In...
The Tech Platform
Jul 12, 2021
bottom of page