Atta

Atta @attacomsian

About: I write about modern JavaScript, Node.js, Spring Boot, and all things web development. Subscribe to my newsletter: https://attacomsian.com/newsletter

Joined:
Aug 16, 2018

Atta
articles - 19 total

How to implement Stripe revenue verification?

I am building AcquireBase - a marketplace for buying and selling side-projects, micro-SaaS, etc. As...

Learn More 4 0Sep 5 '21

Are Ad Blockers blocking Google Analytics?

Blog Stats Discrepancy (Feb 2020) Google Analytics shows I had 70.7k total users including direct,...

Learn More 3 8Mar 3 '20

Introduction to JavaScript URL Object

This post was originally published on attacomsian.com/blog. The vanilla JavaScript URL object is...

Learn More 77 2Sep 8 '19

Object.entries() and Object.values() Methods in JavaScript

This post was originally published on attacomsian.com/blog. The Object.entries() and Object.value...

Learn More 37 4Aug 22 '19

Introduction to XMLHttpRequest (XHR)

This post was originally published on attacomsian.com/blog. XMLHttpRequest (XHR) was invented by...

Learn More 114 9Aug 16 '19

Introduction to JavaScript Regular Expressions

This post was originally published on attacomsian.com/blog. A regular expression (also called reg...

Learn More 108 5Aug 9 '19

Introduction to JavaScript Arrow Functions

This post was originally published on attacomsian.com/blog. Arrow functions, introduced in ES6/EC...

Learn More 93 2Jul 31 '19

Getting DOM Elements using JavaScript

This post was originally published on attacomsian.com/blog. The Document Object Model (DOM) is a...

Learn More 77 5Jul 25 '19

Introduction to Service Workers in JavaScript

This post was originally published on attacomsian.com/blog. Service workers are a core part of Pr...

Learn More 353 7Jul 18 '19

A marketplace for buying and selling side-projects

Hey Dev.to community! I just launched Whobal - a marketplace for buying and selling online businesse...

Learn More 11 7Jul 11 '19

Introduction to JavaScript Fetch API

This post was originally published on attacomsian.com/blog. The Fetch API is a promise-based Java...

Learn More 88 0Jul 3 '19

Objects, Prototypes and Classes in JavaScript

This post was originally published on attacomsian.com/blog. JavaScript is based on a simple objec...

Learn More 101 2Jun 28 '19

Maps in JavaScript

This post was originally published on attacomsian.com/blog. Maps are a new data structure in Java...

Learn More 109 10Jun 19 '19

Sets in JavaScript

This post was originally published on attacomsian.com/blog. A Set is a special type of object in...

Learn More 73 14Jun 12 '19

Understanding JSON.parse() and JSON.stringify()

This post was originally published on attacomsian.com/blog. JSON (JavaScript Object Notation) is...

Learn More 33 0Jun 3 '19

How to show desktop notifications using JavaScript

This post was originally published on attacomsian.com/blog. JavaScript Notifications API enables...

Learn More 254 9May 19 '19

Smooth scroll to page section with jQuery

This post was originally published on attacomsian.com/blog. For one page templates and websites,...

Learn More 12 1Apr 3 '19

Data Type Conversions in Java

A brief guide to popular data type conversions in Java

Learn More 12 7Mar 27 '19

7 Ways to Make HTTP Requests in Node.js

A quick guide to learn how to make HTTP requests and parse responses to JSON in Node.js.

Learn More 16 1Jan 29 '19