Tag: How to
-
How I migrate Node.js app to serverless using Lambda & API Gateway & Terraform
Posted on May 6, 2019, Level advanced Resource Length long
Herve Khg published this hands on guide how he goes about migrating projects to serverless. The guise only focuses on the terraform code for building the infrastructure, not on the app code itself.
Tags web-development how-to devops apis aws
-
Improving third-party web performance at the Telegraph
Posted on May 5, 2019, Level advanced Resource Length medium
Written by Gareth Clubb this article is about improving the performance of the telegraph frontend. Improving the performance impact of third-party scripts on a website takes time; results won't come overnight, but by being patient and chipping away slowly, eventually these efforts will be rewarded.
Tags web-development performance how-to frontend javascript
-
The one mistake I made as a developer I wished I learned sooner
Posted on May 4, 2019, Level advanced Resource Length medium
An article by Aphinya Dechalert about her journey from zero to dev lead and what she wished she could learn early in her career. The moral of her story -- protect your time.
Tags web-development agile miscellaneous how-to
-
The narrative-driven organization
Posted on April 28, 2019, Level beginner Resource Length long
An article by Jordan Husney. It is meant to be a practical guide to using narrative and storyboards to design products & experiences, and organize teams around delivering value to manifest them.
Tags programming miscellaneous how-to ux
-
Mozilla's 2019 Internet health report
Posted on April 24, 2019, Level beginner Resource Length long
This annual open-source report examines how humanity and the internet intersect. It is a third annual examination of the internet, its impact on society and how it influences our everyday lives. By Mozilla.
Tags miscellaneous how-to learning
-
The habit of calm when you're feeling frustrated
Posted on April 20, 2019, Level beginner Resource Length short
This article by Leo Babauta is about how to deal with getting frustrated when they feel overloaded, and then shutting down or lashing out.
Tags miscellaneous how-to programming startups
-
UX Personas -- What's the point?
Posted on April 9, 2019, Level beginner Resource Length long
Dan Nessler wrote this article focusing on design process and personas. Recently professionals have argued, that personas don't create any real value in the design process and that they are bound to fail.
Tags UX programming web-development how-to
-
10 principles for modernizing your company's technology
Posted on March 29, 2019, Level beginner Resource Length long
This article by Leon Cooper and Milan Vyas contains useful advice how to modernize technology in your company. Today's technology platforms are not just new versions of legacy systems. They allow you to design a completely new digital enterprise.
Tags programming miscellaneous how-to
-
Quadrupling Ansible performance with Mitogen
Posted on August 25, 2018, Level intermediate Resource Length medium
David Wilson article about writting Ansible extension for Mitogen. Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery. Mitogen is a Python library for writing distributed self-replicating programs.
Tags devops ansible cicd how-to
-
AI & blockchain, an introduction
Posted on August 15, 2018, Level beginner Resource Length long
Matt Turck produced this post about Artificial Intelligence (AI) and exploring the intersection of artificial intelligence and blockchain. His goal was to provide a broad introduction to the topic and feed the discussion why the topic matters in the first place, and highlight the work of some interesting companies in the space.
Tags fintech blockchain how-to learning miscellaneous
-
What you need to consider before building a fintech product
Posted on August 8, 2018, Level beginner Resource Length medium
Blog post by Artur Bachynskyi with some advice on topic of fintech products. Financial technology aka fintech is a popular start-up sector for entrepreneurs, as more and more people are striving for financial literacy. The shift to treating one's finances more intelligently has led the creators to apply the principles of human-centered design (HCD) when developing fintech products.
Tags fintech how-to miscellaneous software startups
-
Setting up a reverse-proxy with NGINX and docker-compose
Posted on July 28, 2018, Level intermediate Resource Length long
Dominik Weber tutorial how to set up reverse-proxy with NGINX, which can then handle server-related aspects, like SSL and caching, completely transparent to the application behind it. It is good practice in general to not make internal services public-facing that don't have to be.
Tags nginx how-to performance web-development performance