Tag: Performance
-
How are client hints really useful for web performance
Posted on August 28, 2021, Level beginner Resource Length long
Client Hints are HTTP request header fields that a server can request from a client in order to get information about the client's device, network, etc. The server can then determine the type of data to be displayed according to the client information received. By Hargunbeer Singh.
Tags apis devops software web-development performance
-
Top new features of Cucumber JVM v6
Posted on August 27, 2021, Level beginner Resource Length long
Behavior Driven Development or BDD is one of the magical terms that many organizations are looking for today. The influence of the BDD methodology has significantly impacted the way the development model works. Its powerful business-driven approach has helped many teams collaborate with different stakeholders to define a better requirement. By Giridhar Rajkumar.
Tags tdd java software performance web-development
-
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
-
How Kaizen can create a culture of continuous improvement
Posted on July 12, 2021, Level beginner Resource Length medium
The Japanese manufacturing industry is renowned for their methods of process improvement. It's introduced us to methods such as Kanban and Lean. Another approach that's proven to be popular amongst businesses who want to achieve business improvement is Kaizen. By Dinnie Muslihat.
Tags teams agile cio software performance
-
How to handle one-to-many relationships in NoSQL databases
Posted on July 11, 2021, Level beginner Resource Length medium
Data modeling in NoSQL is trickier than normal SQL. Sometimes, it goes against our intuition. Especially coming from an SQL background, I found it hard to comprehend the various reasons behind the data modeling in NoSQL databases like AWS DynamoDB or Firebase. By Mohammad Faisal.
Tags database nosql app-development performance
-
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
-
Behind the scenes of creating the world's biggest graph database
Posted on July 3, 2021, Level intermediate Resource Length long
How we'd decided to try and build the biggest graph database that has ever existed. By Chris Gioran.
Tags database queues search performance cloud devops aws streaming
-
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
-
How to use metacognition skills to remember 90% of what you read
Posted on June 16, 2021, Level beginner Resource Length medium
Reading a lot of great books improves our knowledge, judgment and mental models. But many people rarely engage with the content of their books. By Thomas Oppong.
Tags learning management cio performance miscellaneous
-
Improving workforce performance through digital transformation
Posted on June 15, 2021, Level beginner Resource Length short
Improving your workforce performance is probably one of the biggest priorities for all executives and business owners. When your team's productivity is up, everything else is expected to be just as high in performance. By Thomas Jones.
Tags agile performance management cio startups
-
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
-
Extreme HTTP performance tuning: 1.2M API req/s on 4 vCPU EC2 instance
Posted on May 25, 2021, Level advanced Resource Length long
This post will walk you through the performance tuning steps that I took to serve 1.2 million JSON "API" requests per second from a 4 vCPU AWS EC2 instance. For the purposes of this recreated quest, we will ignore most of the dead ends and dark alleyways that I had to struggle through on my solo expedition. By Marc Richards.
Tags performance aws devops json programming cloud apis