top of page
Search
The Tech Platform
Mar 6, 2021
Easy Configuration GraphQL Server with Apollo Server 2 and FireBase Cloud Functions (Google Cloud Fu
Using Google Cloud functions (or your favorite serverless computing provider) setting up a GraphQL Server has never been easier! I wanted...
The Tech Platform
Mar 6, 2021
How to Combine GraphQL Type Definitions Quickly and Easily with Apollo-Server
If you’re adding more types, queries, and mutations to a GraphQL project, you may quickly find your initial type definition file growing...
The Tech Platform
Mar 2, 2021
Async vs Sync NodeJs: A Simple Benchmark
Async and sync are probably two of the most heard words among javascript developers, they refer to asynchronous and synchronous...
The Tech Platform
Feb 27, 2021
Three Important JavaScript Concepts
JavaScript, being one of the fastest-growing and most popular programming languages, encircles important concepts that every JavaScript...
The Tech Platform
Feb 12, 2021
What are three dots (...Spread Syntax) in Javascript?
JavaScript is a versatile programming language that constantly evolves to offer new features and enhancements. One such addition in...
The Tech Platform
Jan 5, 2021
React .focus()
Many React tutorials describe long processes that lead to the successful use of .focus() with React. The .focus() method tells the...
The Tech Platform
Dec 29, 2020
The 8 Major Players in Primary Storage Arrays, 2020
These providers have recently been named the market’s major players in primary storage arrays for 2020 by analyst house Gartner, Inc....
The Tech Platform
Dec 26, 2020
How to Learn JavaScript Promises and Async/Await in 20 Minutes
On the web, many things tend to be time-consuming – if you query an API, it can take a while to receive a response. Therefore,...
The Tech Platform
Dec 22, 2020
How to Convert java.util.Date to java.sql.Date - Example
java.util.Date and java.sql.Date are both Java classes that represent dates and times. However, there are some key differences between...
The Tech Platform
Dec 20, 2020
What Is an SVG File? SVG Image and Tags Explained
SVG SVG or Scalable Vector Graphics is a web standard for defining vector-based graphics in web pages. Based on XML the SVG standard...
bottom of page