Tag: Frontend
-
How to optimize Vue.js applications
Posted on September 27, 2020, Level intermediate Resource Length medium
Performance is a touchy subject in software engineering. It's one thing to write code and ship it; it's another thing entirely to make it faster and more enjoyable for your users — and the next developers after you. Published on theninja.blog.
Tags frontend web-development javascript nodejs
-
How we build micro frontends
Posted on August 28, 2020, Level beginner Resource Length long
Building micro-frontends to speed up and scale our web development process. By Jonathan Saring.
Tags css frontend web-development app-development microservices
-
Setting up Tailwind CSS with Vue.js
Posted on August 27, 2020, Level beginner Resource Length medium
Tailwind CSS is one of the rising stars in the CSS framework world. It's especially popular in the Laravel and Vue.js community. By Markus Oberlehner.
Tags css frontend nodejs web-development app-development
-
WebAssembly and Blazor: A decades old problem solved
Posted on July 24, 2020, Level beginner Resource Length medium
In mid-April 2019, Microsoft gently nudged a young framework from the "anything is possible" experimental phase to a "we're committed to making this happen" preview. The framework, named Blazor because it runs in the browser and leverages a templating system or "view engine" called Razor, enables the scenario .NET developers almost gave up on. By Jeremy Likness, Cloud Advocate for Azure @Microsoft.
Tags web-development frontend javascript json browsers performance
-
Esbuild JavaScript bundler claims 10-100x faster bundling time
Posted on June 26, 2020, Level beginner Resource Length short
esbuild, a JavaScript bundler and minifier, seeks to bring order-of-magnitude speed improvements in the JavaScript bundling and minification process. esbuild achieves its speed by being written in Go compiled to native code, parallelizing tasks to leverage multi-core processors, and minimizing data transformations. By Bruno Couriol for infoq.com.
Tags javascript frontend nodejs devops programming
-
Functional error handling with Express.js and DDD | Enterprise Node.js + TypeScript
Posted on June 6, 2020, Level intermediate Resource Length long
How to expressively represent (database, validation and unexpected) errors as domain concepts using functional programming concepts and how to hook those errors up to our Express.js base controller. By Khalil Stemmler, a developer advocate at Apollo GraphQL.
Tags nodejs javascript frontend web-development
-
Under the hood of the Angular Compatability Compiler(ngcc)
Posted on May 17, 2020, Level beginner Resource Length medium
In this artice, we will explore how angular makes non Ivy libraries compatible with Ivy libraries using its compatability compiler ngcc. By Ajit Singh.
Tags frontend web-development angular nodejs javascript
-
What's in a name?
Posted on May 4, 2020, Level intermediate Resource Length long
Often when we talk about accessibility problems, we end up talking about a number of different errors that all boil down to a missing accessible name: form fields without labels, images without alts, icon buttons without readable text, and many more. Written by Sarah Higley.
Tags web-development ux software css frontend
-
Native image lazy-loading for the web!
Posted on April 29, 2020, Level intermediate Resource Length medium
In this post, we'll look at the new loading attribute which brings native _img_ and _iframe_ lazy-loading to the web! FoWeb pages often contain a large number of images, which contribute to data-usage, page-bloat and how fast a page can load. By Addy Osmani, Engineering Manager at Google working on Chrome.
Tags miscellaneous browsers javascript frontend performance
-
Using Netlify functions with GatsbyJs and Google Sheets API
Posted on April 22, 2020, Level intermediate Resource Length medium
Ivo Šiško has written this article about how to extend your JAMstack application with some dynamic functionality using serverless. He will guide you on his journey of implementation 2 dynamic features to static page.
Tags web-development frontend serverless javascript
-
Quick front-end integrations through components
Posted on March 19, 2020, Level beginner Resource Length medium
Integrations between people and projects are a challenge for every organization. For teams that work remotely, it's twice as challenging. Integrations should be made as simple and "low-touch" as possible. By Jonathan Saring.
Tags frontend web-development programming
-
Introduction to utility-first CSS for web developer
Posted on March 9, 2020, Level beginner Resource Length medium
CSS is an easy language to learn (and to implement) for creating a beautiful website. However, when it comes to implementing CSS at scale, it's not that simple. For large scale websites and applications, CSS becomes really hard to write in. By Thoriq Firdaus in Coding.
Tags ux css frontend web-development