Tag: Frameworks
-
Deep-dive: VideoNG
Posted on September 17, 2021, Level beginner Resource Length medium
This post is a part of a series on the Chromium rendering engine. The team is responsible for the web facing APIs for video playback like MSE and WebCodecs, and the platform specific internals involved in demuxing, decoding, and rendering audio and video. By Dale Curtis.
Tags browsers ux miscellaneous frameworks
-
Understanding Angular's async pipe: Condensed Angular experiences
Posted on July 18, 2021, Level intermediate Resource Length medium
We will explore concepts in Angular that seem simple but are very powerful and critical for the application architecture. By Max Schulte is engineer consultant at Thinktecture.
Tags angular frontend web-development app-development frameworks
-
A first look at Qwik - the HTML first framework
Posted on July 17, 2021, Level beginner Resource Length short
Even with the most optimized code, it is hard for eCommerce sites to reach a 100 out of 100 score on PageSpeed Insights unless they serve only static HTML. By Misko Hevery.
Tags css frontend web-development app-development frameworks performance
-
What are the benefits of Artificial Intelligence in Government?
Posted on July 16, 2021, Level beginner Resource Length medium
From listening better to citizens, to making operations more efficient, AI brings multiple benefits to governments to make better decisions. By Hugo Cen.
Tags big-data machine-learning miscellaneous data-science management frameworks
-
Why Gatsby chose headless WordPress for our blog
Posted on November 25, 2020, Level beginner Resource Length medium
Back when Gatsby first launched we produced all of our content — including blog, landing pages, and documentation — in a public GitHub repo. That approach just made sense for an open-source software company where most of the team were web developers. And it worked fine ... for a while. By Hashim Warren.
Tags web-development php javascript frameworks
-
How to create a custom Alexa skill using AWS Lambda and Serverless framework
Posted on August 22, 2020, Level intermediate Resource Length medium
The world of artificial intelligence assistants is growing with such velocity that it doesn't surprise us anymore and it's about to be ubiquitous. Written by Maria Meheden.
Tags data-science serverless programming frameworks learning aws
-
OTP as the core of your application
Posted on August 21, 2020, Level intermediate Resource Length long
In this two part series, we'll be taking a deep dive into what exactly the Actor Model is, how exactly the Actor Model is implemented in Elixir/Erlang and how we can leverage this pattern in pragmatic way from within our applications. By Alex Koutmos.
Tags software-architecture performance frameworks elixir web-development functional-programming
-
From gut to plan: the thoughtful execution framework
Posted on August 5, 2020, Level advanced Resource Length long
Gut is an important aid in a creative process. But it shouldn't alone drive strategic decisions or prevent you from exploring multiple solutions to a single hypothesis. By Annina Koskinen.
Tags agile ux frameworks web-development learning
-
How to apply Lean Principles to your startup's productivity and time management
Posted on January 10, 2020, Level beginner Resource Length medium
John Rampton wrote this article about how focusing on one thing at a time is a very good start to your productivity.
Tags agile frameworks miscellaneous software how-to
-
HTML, CSS and Go: Vugu premise and example
Posted on December 28, 2019, Level intermediate Resource Length medium
An article by Brad Peabody about Vugu andd WwebAssembly. Vugu is a Go library that makes it easy to write HTML markup and Go code which is compiled and run in the browser using WebAssembly.
Tags javascript frameworks nodejs web-development miscellaneous
-
Java theory and practice: Explore new Java SE 11 and 12 APIs and language features
Posted on June 23, 2019, Level beginner Resource Length long
Mohamed Taman from IBM wrote this guide focusing on what is new in Java. New classes, security features, HTTP Client, and a no-compile code launch technique that every developer should know.
Tags java programming frameworks ibm
-
Things I learnt the hard way (in 30 years of software development)
Posted on June 22, 2019, Level beginner Resource Length long
This is a cynical, clinical collection of things Julio Biason learnt in 30 years working with software development.
Tags agile programming career how-to code-refactoring frameworks