Tag: Backend development
-
A Short Guide to Mastering Strings in Golang
Posted on May 21, 2017, Level intermediate Resource Length medium
Chris Tomich post aiming to explain Go strings and their relationship to runes and bytes in a compact way.
Tags backend-development software-engineering
-
Java 9: Step by Step From Zero to Modules (Part 1)
Posted on May 6, 2017, Level intermediate Resource Length short
Tomer Ben David wrote guide which covers the basic building blocks of making modules in Java 9.
Tags software-engineering backend-development
-
An Overview of Object-Oriented Programming Using Python
Posted on March 30, 2017, Level beginner Resource Length medium
Sajjan Kumar article serves as intro into Object-Oriented Programming in Python.
Tags software-engineering backend-development
-
Token-Based Authentication With Flask
Posted on January 28, 2017, Level intermediate Resource Length long
This tutorial takes a test-first approach to implementing token-based authentication in a Flask app using JSON Web Tokens (JWTs).
Tags software-engineering backend-development architecture-and-apis
-
Improve Your Node.js App Throughput One Micro-optimization at a Time
Posted on January 21, 2017, Level intermediate Resource Length medium
Jorge Bay - lead engineer for the Node.js and C# client drivers for Apache Cassandra and DSE at DataStax - published article to help you improve performance of Node.js and focus on the most significant areas that could cause throughput degradation.
Tags backend-development frontend-and-mobile
-
Introduction to Erlang and Elixir
Posted on January 14, 2017, Level beginner Resource Length short
Tom Whitbread's intro into Elixir. Elixir is a fast, dynamic and scalable language which is fast becoming adopted by the startup crowd and established businesses alike for production applications.
Tags software-engineering backend-development
-
Build a React.js Application with User Login and Authentication
Posted on January 10, 2017, Level intermediate Resource Length super long
This post will show you how to build a React application from scratch, using the Stormpath React SDK to add features that allow people to sign up, log in, and even view their own user profile.
Tags frontend-and-mobile backend-development
-
Node Hero - Node.js Authentication using Passport.js
Posted on January 9, 2017, Level beginner Resource Length super long
This is the 8th part of the tutorial series called Node Hero - in these chapters, you can learn how to get started with Node.js and deliver software products using it.
Tags backend-development frontend-and-mobile security-and-privacy
-
Make Your Containerized Apps Production-Ready
Posted on January 5, 2017, Level intermediate Resource Length long
While building containerized applications has become an established practice, some organizations are facing challenges with managing the containers themselves.
Tags architecture-and-apis devops-and-ci-cd backend-development
-
Tutorial: Building ExpressJS-based microservices using Hydra
Posted on January 4, 2017, Level intermediate Resource Length long
This microservices tutorial describes how to use a new Node module called Hydra to build more capable ExpressJS microservices.
Tags architecture-and-apis frontend-and-mobile backend-development