Learning Community for Developers

Where developers share insights, exchange ideas, and learn from each other

GET STARTED

Asynchronous JavaScript made readable again: async/await

async/await provides us opportunity to write asynchronous code with a simpler and cleaner syntax. This article briefly explains how it works and how it helps convey our intentions better.
Asynchronous JavaScript made readable again: async/await

How-to: call() , apply() and bind() in JavaScript

A short introduction of apply() ,call(), and bind() methods in JavaScript for beginners.
How-to: call() , apply() and bind() in JavaScript

Thinking in React

React is different in so many ways from its front-end predecessors. But the most different part is its way of thinking. Read on to find out more!
Thinking in React

Journey from SQL to NoSQL

I've been using databases for many many years and up until recently, one would never think about what type of database to use in a project. Relational databases have ruled the domain of data management...

The Art of Working With Third-Party Companies

The Art of Working With Third-Party Companies
The Art of Working With Third-Party Companies
popular writers

Dive into Genetic Algorithms: A 101

Introduction to Genetic Algorithms
Dive into Genetic Algorithms: A 101

What makes a good software engineer job description?

If a resume is your first impression on a potential employer, a job description is a company’s first impression on you. What makes a good software engineer job description?

ios/Android development overview

IOS development

Becoming a Certified Spring Professional without the Core Spring Course

How I became a Certified Spring Professional without attending the Pivotal 4-day Core Spring training course.

Ticket Ordering and Positioning (Front-end)

Use Vue.js to implement the front-end part of rearranging tickets.
Ticket Ordering and Positioning (Front-end)