Tag: Web development
-
Inside look at modern web browser
Posted on April 22, 2019, Level beginner Resource Length long
In this article from Mariko Kosaka she walks you though insides of the Chrome browser from high-level architecture to the specifics of the rendering pipeline. If you ever wondered how the browser turns your code into a functional website, or you are unsure why a specific technique is suggested for performance improvements, then the article and next 3 ones in this series is for you.
Tags web-development css frontend ux browsers
-
Lambda deployment frameworks compared
Posted on April 19, 2019, Level intermediate Resource Length medium
A comparison piece by Yan Cui about underlying plumbing when deploying Lambda function to AWS. One needs to be able manage the configuration for functions as well as other related resources such as API Gateway, CloudWatch log groups and IAM policies.
Tags serverless aws web-development cloud
-
How to collect, customize, and centralize Python logs
Posted on April 17, 2019, Level intermediate Resource Length long
This is a detailed guide on hot topic -- how to collect, customize, and centralize Python logs. From pens of Emily Chang and Nils Bunge. this guide will show you how to configure this module to log all the data you need, route it to your desired destinations, and centralize your logs to get deeper insights into your Python applications.
Tags python programming monitoring web-development
-
Make your UX design process Agile using Google's methodology
Posted on April 15, 2019, Level beginner Resource Length long
Google has developed a methodology to make the design process fast and still offer valuable insight. Forget minimum viable products and focus on prototypes and build and test in a week! An article by interaction-design.org.
Tags ux web-development learning agile teams
-
Comparing serverless architecture providers: AWS, Azure, Google, IBM, and other FaaS vendors
Posted on April 12, 2019, Level beginner Resource Length long
This is comparison between the largest serverless vendors (and some open source alternatives) has all the right metrics. From the pen of Ihor Lobastov published in March 2019.
Tags cloud web-development serverless apis
-
Information architecture -- UX designer's guide
Posted on April 11, 2019, Level beginner Resource Length long
Good UX requires that all information is logical and within reach. Check out this complete guide and leave no user lost behind! Great article by Rebeca Costa.
Tags ux web-development learning
-
Top 5 reasons why Agile Testing Governance is needed
Posted on April 10, 2019, Level beginner Resource Length medium,
This podcast from Cignity is all about Agile testing and why it is important for Agile not function as a set of principles that operate independently once they are set into motion. It is a process that needs holistic environment management, and the reasons could be quite compelling to know.
Tags agile programming web-development learning
-
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
-
Agile is not enough
Posted on April 8, 2019, Level beginner Resource Length medium
The interesting piece from pens of Will Poindexter and Steve Berez about addressing architectural rigidity, closing talent gaps, and adopting a product mindset in order to realize Agile's power.
Tags agile programming web-development
-
Replicating success of REST in Event-Driven Architecture
Posted on April 6, 2019, Level beginner Resource Length medium
Fran Méndez is author of this piece about Event Driven Architecture (EDA). He explores similarities between Representational State Transfer) (REST) and EDA. It worth noting that REST APIs are still the dominant application integration paradigm today.
Tags devops web-development cloud distributed
-
CI/CD with Jenkins pipeline: managing infrastructure with Terraform and Docker
Posted on March 25, 2019, Level intermediate Resource Length long
An article by Alexander Savchuk in which he continues his series on CI/CD with Jenkins. This blog post attempts to document some of the lessons we learned during their two-year journey with Terraform.
Tags docker devops containers web-development
-
Deep-dive tutorial series on React, TypeScript, and TDD
Posted on March 23, 2019, Level beginner Resource Length long
Paul Everitt, PyCharm Developer Advocate form JetBrains, posted this article with links to resources for learning React, TypeScript and Test Driven Development (TDD). React is obviously super-hot, TypeScript has recently become super-hot, and the combination is attracting increasing interest.
Tags javascript react web-development app-development