Skip to content
First Class JS

First Class JS

Modern Javascript from A to Z

  • Home
  • About Us
  • Contact Us
April 12, 2020 Angular

Persist data using Local Storage and Angular

Intro Local storage and Session storage are part of the so called Web storage. Both of them give us the possibility to store key-value data on client side. The data

Continue reading
November 11, 2019 Angular

Mock/Fake Backend API in Angular – How To

Developing in synchronization with the backend could be challenging sometimes. Various things like – down of environment, incorrect response or wrong endpoint behavior can complicate the process and make it

Continue reading
June 25, 2019 JavaScript

How to convert string to number in JavaScript (BE CAREFUL!)

Converting string to number in JavaScript is easily achievable using some of the built in methods. I’m saying “some”, because there are quite a few ways to achieve this. However,

Continue reading
May 30, 2019 AWS / Node.JS

Serverless CRUD API using AWS Lambda, DynamoDB, API Gateway and Node.JS

The purpose of this tutorial is to show you how to create your first serverless API using Amazon Web Services(AWS) Lambda, DynamoDB, API Gateway for API exposure and of course

Continue reading
April 2, 2019 JavaScript

Check if Object is empty in Javascript

Unfortunately, there is no build-in isEmpty or similar method to checking if specific object is empty(has own properties) in JavaScript. We usually create our own helper method or use an

Continue reading
March 26, 2019 JavaScript

Under The Hood: Arrays in JS

Here are two truths about JavaScript: JavaScript does’t have integers, so you have to use numbers instead. JavaScript arrays are not typed, you can put whatever you want in them.

Continue reading
March 19, 2019 Angular / AWS

Deploy Angular application to AWS S3 and CloudFront

The purpose of this article is to show you how to deploy your angular application to AWS S3 in few detailed steps. An important thing to mention before continue: the

Continue reading
March 15, 2019 Algorithms / JavaScript

Remove duplicate objects from JavaScript array – How to & Performance comparison

The purpose of this article is to share with you the best ways to remove duplicate objects from JavaScript Array based on specific property/key. We will also analyze their performance

Continue reading
March 12, 2019 Node.JS

How to convert JSON to CSV in Node.JS

This article is a continuation of How to convert CSV to JSON in Node.JS. We will keep up with the same pattern used there – introducing two solutions to our

Continue reading
March 8, 2019 JavaScript

ECMAScript 2019(ES2019) – New Features with Examples

And here we are, it’s that time of the year when a new version of ECMAScript is released. What does it actually means ? There is a defined process before

Continue reading

Posts navigation

1 2 Next Posts»

Subscribe to our newsletter – Don’t miss the fun!

Follow us

  • facebook
  • twitter
  • instagram
  • github

Recent Posts

  • Persist data using Local Storage and Angular
  • Mock/Fake Backend API in Angular – How To
  • How to convert string to number in JavaScript (BE CAREFUL!)
  • Serverless CRUD API using AWS Lambda, DynamoDB, API Gateway and Node.JS
  • Check if Object is empty in Javascript

Categories

  • Algorithms
  • Angular
  • AWS
  • JavaScript
  • Node.JS
WordPress Theme: Maxwell by ThemeZee.

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.
Check our Privacy Policy if you need more information about your privacy.

Close

Privacy Policy