Tag: Web development
-
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
-
Getting started with static code analysis
Posted on July 7, 2021, Level beginner Resource Length medium
Static code analysis is the practice of examining application's source, bytecode, or binary code without ever executing the program code itself. Instead, the code under review is analyzed to identify any defects, flaws, or vulnerabilities which may compromise the integrity or security of the application itself. By John Vester, Sr. Architect, CleanSlate Technology Group.
Tags app-development web-development devops programming cicd infosec
-
Make Jenkins logs pretty
Posted on July 6, 2021, Level beginner Resource Length medium
Jenkins' default logs can be hard to read, but they don't have to be. By Evan "Hippy" Slatis (Red Hat).
Tags app-development web-development devops cicd cloud
-
Core Web Vitals: A guide to improving page speed
Posted on July 5, 2021, Level beginner Resource Length long
The Core Web Vitals for user experience are as follows: Largest Contentful Paint (LCP), First Input Delay (FID), Cumulative Layout Shift (CLS). By Kristi Hines.
Tags app-development web-development performance frontend
-
Laravel Octane v1.0 is here
Posted on July 2, 2021, Level beginner Resource Length short
Laravel Octane, a tool to supercharge your Laravel application's performance. By Paul Redmond.
Tags php app-development web-development performance
-
Telling a story with microstrategy dossier
Posted on June 21, 2021, Level beginner Resource Length medium
Data without context is meaningless. We want every dossier, page, and visualization to tell a story. By Keng Fu Chu.
Tags ux web-development miscellaneous frontend app-development
-
Build mobile apps with Tailwind CSS, Next.js, Ionic Framework, and Capacitor
Posted on June 20, 2021, Level advanced Resource Length long
A very popular stack for building responsive web apps is Tailwind CSS and Next.js by Vercel. By Max Lynch.
Tags app-development css frontend web-development ios android
-
Writing better regular expressions in PHP
Posted on June 12, 2021, Level intermediate Resource Length medium
Regular Expressions are powerful, PHP but they are not known to be readable, and more often than not, maintaining a regular expression is not a straight-forward task. By Ayesh Karunaratne.
Tags php web-development app-development programming
-
Real-world CSS vs. CSS-in-JS performance comparison
Posted on June 10, 2021, Level advanced Resource Length long
CSS-in-JS has taken a solid place in front-end tooling, and it seems this trend will continue in the near future. Especially in the React world. By Tomas Pustelnik.
Tags css frontend javascript web-development ux performance
-
Debugging Elixir code: The definitive guide
Posted on June 6, 2021, Level intermediate Resource Length long
Every application contains bugs, and even if it doesn't, it will. And even if you're not a notorious bug producer and your code quality is generally good, the conditions programmers work in are often suboptimal - you will often find yourself pulling your hair out over code written years ago by someone no longer involved in your project. By MichaĆ Buszkiewicz.
Tags app-development elixir web-development functional-programming
-
GRPC delivers on the promise of a proxyless Service Mesh
Posted on June 2, 2021, Level advanced Resource Length medium
With the newest edition of the gRPC protocol, microservices-based systems will no longer need separate stand-alone service mesh sidecars, noted Megan Yahya, Google's product manager for gRPC, in her talk at KubeCon+CloudNativeCon EU earlier this month. By Joab Jackson.
Tags app-development web-development devops cio kubernetes