Trending

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

GET STARTED

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.

Learning AI if You Suck at Math

Learning AI if you suck at math
Learning AI if You Suck at Math

What is JavaScript and How it works under the hood

Learn what is Javascript and what makes it special like Prototypal inheritance, first-class functions, Multi -paradigm and how JavaScript works and what makes it non-blocking even when is single threaded.
What is JavaScript and How it works under the hood

How to Learn JavaScript - The Right Way

One of my goals this year is to acquire new skills, so I've decided to start by learning JavaScript. As was the case when I learned HTML and CSS, it's a tricky endeavor, because I'm not exactly a begin...
How to Learn JavaScript - The Right Way

What does your development team’s culture look like?

What do you think is the most important cultural trait for a dev team? Join the discussion now!
popular writers

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?

The Art of Working With Third-Party Companies

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

Build Simple React Apps Using EventEmitters

Learn how EventEmitters can help you create simple React apps with simple modular components that are easy to maintain.
Build Simple React Apps Using EventEmitters

Dive into Genetic Algorithms: A 101

Introduction to Genetic Algorithms
Dive into Genetic Algorithms: A 101

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...

How do you balance code quality and development speed?

How do you (or your team) balance code quality and development speed? Join the discussion now!
How do you balance code quality and development speed?

Python Image Library: Convert Type and Quality of Image

Using the appropriate image file makes a big difference to your website. Learn how to convert image type and quality using Python Image Library.
Python Image Library: Convert Type and Quality of Image

Visualize News Word Cloud using Python, Flask and JQCloud

In this post you will learn to consume a RESTful API, build a word cloud using NLTK and aslo to visualize it using JQCloud library.
Visualize News Word Cloud using Python, Flask and JQCloud

GraphQL: API Client Validation

Figure out how client side API validation works when you're using GraphQL API.
GraphQL: API Client Validation

DRY code vs. WET code

Good programming practices: DRY code and WET code practices.
DRY code vs. WET code

Building HandsUp: An OS Real-Time Q&A App Using GraphQL and React

In this article, we will look at all the steps that were involved to build an Open Source real-time voting App using GraphQL Subscriptions, Apollo Client 1.0 and Auth0.
Building HandsUp: An OS Real-Time Q&A App Using GraphQL and React

Run Mocha + Enzyme with create-react-app

Jest is not all that. Want to use mocha with create-react-app? Here's how!
Run Mocha + Enzyme with create-react-app

Getting Started with React Navigation, the Navigation Solution for React Native

If you’ve worked with React Native for any amount of time you’ve likely been confused by how you navigate in your app (practices, packages, etc). I’ve used React Native since the very early days of it ...
Getting Started with React Navigation, the Navigation Solution for React Native

Using ngrok to expose local web server

How to use ngrok to create temporary preview links to your local web server.
Using ngrok to expose local web server

Preparing a React Native Android App for Production

We’re currently going through the launch process of one of our client’s apps — an app built with React Native running on both iOS and Android. Using React Native with Android is easy, it just works. U...
Preparing a React Native Android App for Production