Tag: Backend development
-
Introduction to Generators in PHP
Posted on October 14, 2017, Level intermediate Resource Length long
Niklas Keller excellent blog post focusing on generators in PHP. Generators are special functions in PHP. Whenever a function contains yield, it's no longer a normal function anymore, but always returns a Generator.
Tags software-engineering backend-development frontend-and-mobile
-
Erlang tutorial for PHP developers
Posted on October 12, 2017, Level beginner Resource Length medium
Marcelog published article intended for PHP developers that want to understand and start learning and coding Erlang applications. Author tried to point out main differences between these two distant worlds from a general perspective.
Tags backend-development software-engineering frontend-and-mobile
-
Getting Started with Moon.js
Posted on October 3, 2017, Level intermediate Resource Length long
Alan Morel extensive tutorial in which, he will be creating a simple single-page application with basic routing using the new and young Moon.js library.
Tags frontend-and-mobile backend-development
-
ES6 Promises: Patterns and Anti-Patterns
Posted on October 2, 2017, Level intermediate Resource Length long
Bobby Brennan post about hot topic - Promises in ECMAScript 6 and specifically he writtes about Patterns and Anti-Patterns.
Tags frontend-and-mobile backend-development
-
How we built Twitter Lite
Posted on September 30, 2017, Level beginner Resource Length short
Nicolas Gallagher short blog post describing Twitter team journey to successful build of Twitter Lite - new Progressive Web App powering fast and responsive mobile.twitter.com.
Tags frontend-and-mobile backend-development product-and-design
-
Getting Started With Serverless PHP
Posted on September 3, 2017, Level intermediate Resource Length short
Rob Alen short article in which he takes a look at how to build a simple serverless PHP function. He is interested in Apache OpenWhisk and this article focuses on PHP runtime with IBM OpenWhisk.
Tags backend-development architecture-and-apis cloud-and-infrastructure
-
5 things about programming I learned with Go
Posted on August 26, 2017, Level beginner Resource Length long
Michał Konarski interesting and engaging post about his journey with golang programming language. Author explains why even if you do not plan to use it in the long run, Go is worth the effort.
Tags software-engineering backend-development
-
Alternative Patterns for Method Overloading in Golang
Posted on July 1, 2017, Level intermediate Resource Length medium
Chris Tomich shares in this post 3 patterns, 2 of which can be used, to deal with Golang's lack of method overloading – a functional way, an object oriented way, and a "JavaScript" way.
Tags backend-development software-engineering
-
How to Handle Exceptions in Python
Posted on June 22, 2017, Level intermediate Resource Length medium
Monty Shokeen wrote neat article about handling exceptions in Python programming language.
Tags backend-development software-engineering
-
Functional Programming for Android Developers
Posted on June 10, 2017, Level intermediate Resource Length medium
Anup Cowkur post on topic: why not use some of the concepts and techniques from the functional world in Android programming.
Tags software-engineering backend-development frontend-and-mobile product-and-design
-
Build a simple Twitter Bot with Node.js in just 38 lines of code
Posted on June 3, 2017, Level beginner Resource Length long
Brandon Morellinot complicated tutorial aiming to build a simple Twitter favorite bot with Node.js in just 38 lines of code.
Tags backend-development ai-and-machine-learning frontend-and-mobile
-
7 Best Practices for JSON Web Tokens
Posted on May 28, 2017, Level intermediate Resource Length medium
Neil Madden has written about best practices for JSON Web Tokens (JWTs, pronounced "jots").
Tags backend-development security-and-privacy frontend-and-mobile