typescript


post-839-thumbnail
Proton-Native Vs Vuido Vs Nodegui

Image by LUM3N from Pixabay Last year we welcome a new library to make UI components using native wi...

Simple And Complex Data Validation In Web Atoms

Data validation in User Interface is crucial for every application and Web Atoms makes it very easy t...

Taking Rxjs To Next Level

Hey fellas, I have recently started to work on a thin layer on top of RxJS, that helps organize your...

Introducing Firestorm - A Firestore Orm

Firestorm is a new ORM for Firebase Firestore. For more information, check out the README in the gith...

Imperative Infrastructure As Code Using Aws Cdk

When we talk about infrastructure as code we often talk about declarative frameworks. Frameworks like...

post-563-thumbnail
Authentication Preload Strategy

I have decided to write my own custom authentication preload strategy. I got an idea from John Papa a...

Learn How To Add Basic Interactivity To An Existing Builder Scene

In the lead up to our next Game Jam, commencing September 16, participants from our June Hackathon wi...

post-489-thumbnail
5 Easy Wins For Cleaner Javascript Code 🧹

Imagine an empty and clean kitchen sink. It's so shiny you can see your reflection inside of it. If y...

post-437-thumbnail
Custom Type Definitions For Javascript Dependencies

If you are importing a javascript dependency into your typescript app, you might run into this error...

Migrating From Tslint To Eslint

I knew our codebase had some dirt and I myself had forgotten a lot of unused imports while refactorin...

post-233-thumbnail
The Complete Guide To Ngrx Testing

The main secret behind having better test coverage in an Angular app is to reduce the friction it tak...

Let's Display The Response From Api Beautifully

Probably you have used console.log to display data from API. import fetch from "node-fetch"; const...

Data Validation In Typescript Using The Either Pattern

You can go with this, or you can go with that

Painless Strongly Typed Angular Reactive Forms

A few days back while looking into strongly typing reactive forms in Angular, I c...

post-32-thumbnail
Adding A Dynamic Sitemap.Xml To A Next.Js Site

While building my blog with Next.js I naturally wanted to support sitemaps because it can supposedly...

Typescript. Simple React Components.

How to write components with friendly interface, but also with strict typings.