Webdesign & user experience
972 views | +0 today
Follow

Dockerizing a web app

From nodejs.org

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
No comment yet.

Vue Modal Examples

From vue-js-modal.yev.io

Vue.js modal component. Simple, clean with no external dependencies.
No comment yet.

Using OAuth with fetch() in vanilla JS | Go Make Things

From gomakethings.com

body: 'grant_type=client_credentials&client_id=' + key + '&client_secret=' + secret
Theophile vast:

vanilla js fetch

No comment yet.

Making API Requests with node-fetch

From hackersandslackers.com

const get_data = async url => {
try {
const response = await fetch(url);
const json = await response.json();
console.log(json);
} catch (error) {
console.log(error);
}
};

getData(url);
No comment yet.

An Introduction to mo.js

From css-tricks.com

mo.js is a JavaScript library devoted to motion for the web. It offers a declarative syntax motion and the creation of elements for animation. Even though
No comment yet.

Animocons: Animated Icons with mo.js | Codrops

From tympanus.net

Animated icons powered by the motion graphics library mo.js by Oleg Solomka
No comment yet.

Loading dots with CSS

From codepen.io

loading
Theophile vast:

loader experrience simple but powerfull

No comment yet.

Why you should use SVG images: how to animate your SVGs and make them lightning fast

From www.freecodecamp.org

Seven powerful benefits of SVG images and a fast and practical way to animate them
No comment yet.

Flutter Documentation - Flutter

From flutter.dev

The landing page for Flutter documentation.
No comment yet.

Dart programming language | Dart

From dart.dev

Dart is a client-optimized language for fast apps on any platform
No comment yet.

What is Flutter and Why You Should Learn It in 2020

From www.freecodecamp.org

This year again, mobile applications became more and more used and popular. Many programming tools are offered to developers to create them. Among these tools, Flutter, a free and open-source mobile UI framework created by Google, distinguishes itself particularly well.
No comment yet.

How to Design Secure Web Forms: Validate, Sanitize, and Control

From www.freecodecamp.org

While cybersecurity is often thought of in terms of databases and architecture,
much of a strong security posture relies on elements in the domain of the
front-end developer.

For certain potentially devastating vulnerabilities like SQL injection
[https://www.owasp.org/index.php/Top_10-2017_A1-Injection] and Cross-Site
Scripting (XSS)
[https://www.owasp.org/index.php/Top_10-2017_A7-Cross-Site_Scripting_(XSS)], a
well-considered user interface is the first line of defense.

Here are a few areas
No comment yet.

Space 404

From codepen.io

A 404 page made from pure css and a touch o
Theophile vast:

pretty 404

No comment yet.

Button Collection

From codepen.io

Partly inspired b
Theophile vast:

collection of button with cool UI

No comment yet.

alert message

From codepen.io

Theophile vast:

alert message with very cool UI

No comment yet.

Gate of Time SVG + CSS

From codepen.io

Gate of Time from Zelda Skyward Sword in SVG and CSS. I recreated it in two steps. At first, I used Affinity Designer to create the shapes and the
Theophile vast:

idea for loader

No comment yet.

The Vuex Tutorial

From flaviocopes.com

{{ $store.getters.flavor }}
No comment yet.

Riot.js — Simple and elegant component-based UI library

From riot.js.org

Riot.js lets you build user interfaces with custom tags using simple and enjoyable syntax.
No comment yet.

• The best validation library for JavaScript

From formvalidation.io

The best validation library for JavaScript. No dependency. Supports popular frameworks including Bootstrap, Zurb Foundation, Pure, Semantic, UIKit, Bulma, spectre, Shoelace
No comment yet.

Free & Open Source Gatsby Themes by LekoArts

From themes.lekoarts.de

Get high-quality and customizable Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options. Use Gatsby Themes to take your project to the next level and let you and your customers take advantage of the many benefits Gatsby has to offer.
No comment yet.