Prototyped - Thoughts from the folks at PROTOTYP
  • Design
  • Development
  • Devops
  • General
  • Official website
Sign in Subscribe

Adrian Bece

Adrian Bece
We developed a font loader plugin for Gatsby

Development

We developed a font loader plugin for Gatsby

In this article, I will explain how I developed a font loader for Gatsby and how to apply it to work with both web fonts and self-hosted fonts.

By Adrian Bece 05 Nov 2020
Improving website performance by eliminating render-blocking CSS and JavaScript

Development

Improving website performance by eliminating render-blocking CSS and JavaScript

How to improve website performance and achieve great results? This tutorial brings you answers on how to eliminate render-blocking CSS and JavaScript to improve website performance.

By Adrian Bece 14 Sep 2020
Best way to lazy load images for maximum performance

Development

Best way to lazy load images for maximum performance

Lazy loading is important for optimizing image loading and therefore improving web performance. This article covers how to implement native lazy loading with fallback for unsupported browsers.

By Adrian Bece 24 Aug 2020
UX lessons learned from eCommerce projects

Design

UX lessons learned from eCommerce projects

In this article, I will present a general overview of some of the lessons and UX best practices that I’ve learned throughout my 4-year career working on eCommerce projects.

By Adrian Bece 12 Nov 2019
Improving CSS performance and file size - an in-depth guide

Development

Improving CSS performance and file size - an in-depth guide

Follow this in-depth-guide and learn ways to improve CSS performance and file size.

By Adrian Bece 16 Oct 2019
Improve your CSS with these 5 principles

Development

Improve your CSS with these 5 principles

We're going to look at the five simple and very effective principles that will take your CSS to the next level.

By Adrian Bece 07 Oct 2019
Optimizing images for the web - an in-depth guide

Development

Optimizing images for the web - an in-depth guide

Follow this in-depth-guide and learn different ways to optimize images for your website.

By Adrian Bece 01 Oct 2019
Implementing Skeleton Loading in React

Development

Implementing Skeleton Loading in React

The idea and concept of Skeleton Loading or Skeleton Screens was introduced in 2013. in this blog post by Luke Wroblewski.

By Adrian Bece 04 Sep 2019
Building Custom React Hooks

Development

Building Custom React Hooks

React’s official documentation doesn’t cover custom hooks in detail as it covers the basic hooks, so the focus of this article is going to be primarily on building custom React hooks and best practices.

By Adrian Bece 13 Aug 2019
Javascript ES6: Destructuring with default values

Development

Javascript ES6: Destructuring with default values

This is a short, but very useful code snippet for destructuring variables with default values (if the value is undefined). Very useful snippet for avoiding errors caused by undefined variables. In the following example, the options object is being destructured. const { valFirst = 1, valSecond = "hello", valThird = false } = options;

By Adrian Bece 06 Aug 2019
React: useEffect explained with lifecycle methods

Development

React: useEffect explained with lifecycle methods

Sometimes, we'd like only a single of those lifecycle methods to run. The following cheat-sheet will help you achieve the "effect" you're looking for.

By Adrian Bece 05 Aug 2019
Prototyped - Thoughts from the folks at PROTOTYP
Powered by Ghost

Prototyped - Thoughts from the folks at PROTOTYP

Interfaces, apps and everything in between