Tag: Javascript
-
Going from JavaScript to WebAssembly in three steps
Posted on November 3, 2020, Level intermediate Resource Length long
It is vital that the performance on the client's browser is as good as possible. The reason for this is very simple: when you are being told a story, or watching a movie, even a single frameskip immediately takes you out of your experience. By Marcel Duin.
Tags javascript web-development browsers performance
-
A beginners guide to abstraction in Object-Oriented programming
Posted on October 23, 2020, Level beginner Resource Length medium
Learn the basics of abstraction in object-oriented programming with example code and practice challenges. By Lee Nathan.
Tags oop programming java javascript python software-architecture
-
Full-Stack Flutter: Creating a backend for your app with AWS & serverless
Posted on October 11, 2020, Level intermediate Resource Length medium
Being such a popular language for new developers, many of those using Flutter don't know how or where to even begin when it comes to setting up a backend for their applications. By BleylDev.
Tags app-development javascript android cloud google
-
Exploring site speed optimisations with WebPageTest and Cloudflare Workers
Posted on October 7, 2020, Level intermediate Resource Length medium
One of the common questions often asked by clients is "What difference will the changes you're recommending make to our site's speed"? By Andy Davies.
Tags nodejs web-development performance code-refactoring javascript
-
Building a chat application using SvelteJS and SSE
Posted on October 5, 2020, Level intermediate Resource Length medium
If you've already developed web applications with ReactJS or VueJS, you've probably heard of SvelteJS. In this article, author will explore this new framework to discover its subtleties, and show you how it is not so different from others (on the surface). By Julien Demangeon.
Tags nodejs JavaScript web-development servers
-
Everything about null in JavaScript
Posted on October 4, 2020, Level beginner Resource Length short
JavaScript has 2 kinds of types: primitives (strings, booleans, numbers, symbols) and objects. But there are situations when an object cannot be created. For such cases, JavaScript provides a special value null -- which indicates a missing object. By Dmitri Pavlutin.
Tags nodejs javascript programming code-refactoring
-
Writing AWS Lambda functions with Typescript and Webpack
Posted on September 29, 2020, Level beginner Resource Length short
Whether you use terraform, the terraform cdk or the aws cdk, you still need to compile your source code and make them into lambda deployment packages. By Julian.
Tags nodejs javascript serverless frontend web-development
-
How I built a serverless recipes app with FaunaDB and Vue.js
Posted on September 28, 2020, Level beginner Resource Length long
The author's experience with building a minimal web application that would serve him and his wife as a recipes collection for food that we enjoy cooking. Convenient bonus features like PWA functionality (i.e. using the app on the phone or tablet when standing in the kitchen) and user authentication should be available too, making sure it's not just functional, but also enjoyable to use. By Tom.
Tags nodejs javascript serverless
-
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 to create a great user experience with React, TypeScript, and React Testing Library
Posted on September 23, 2020, Level intermediate Resource Length long
This post is my attempt to illustrate a Proof of Concept (PoC) author built to try out some ideas. Primarily author wanted to understand more about how to create great product experiences. By TK.
Tags ux web-development tdd app-development react javascript javascript
-
How to create a great user experience with React, TypeScript, and React Testing Library
Posted on September 23, 2020, Level intermediate Resource Length long
This post is my attempt to illustrate a Proof of Concept (PoC) author built to try out some ideas. Primarily author wanted to understand more about how to create great product experiences. By TK.
Tags ux web-development tdd app-development react javascript javascript
-
The guide to accessible web components
Posted on September 22, 2020, Level intermediate Resource Length long
Web Components are a newly supported standard. They're a great match for Design Systems because they're futureproof and work with any framework. Building proper UI Web Components can be quite a task though, especially if you want them to be accessible. By Erik Kroes.
Tags ux web-development app-development browsers javascript