Reactions
(2)
No comment yet.
Sign up to comment
WTF is JAMstack?
A simple guide to help you get on the JAMstack
Vue Modal Examples
Vue.js modal component. Simple, clean with no external dependencies.
Using OAuth with fetch() in vanilla JS | Go Make Things
body: 'grant_type=client_credentials&client_id=' + key + '&client_secret=' + secret
Theophile vast:
vanilla js fetch
Making API Requests with node-fetch
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);
An Introduction to mo.js
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
Animocons: Animated Icons with mo.js | Codrops
Animated icons powered by the motion graphics library mo.js by Oleg Solomka
Why you should use SVG images: how to animate your SVGs and make them lightning fast
Seven powerful benefits of SVG images and a fast and practical way to animate them
Dart programming language | Dart
Dart is a client-optimized language for fast apps on any platform
What is Flutter and Why You Should Learn It in 2020
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.
How to Design Secure Web Forms: Validate, Sanitize, and Control
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
Gate of Time SVG + CSS
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
Riot.js — Simple and elegant component-based UI library
Riot.js lets you build user interfaces with custom tags using simple and enjoyable syntax.
• The best validation library for JavaScript
The best validation library for JavaScript. No dependency. Supports popular frameworks including Bootstrap, Zurb Foundation, Pure, Semantic, UIKit, Bulma, spectre, Shoelace
Free & Open Source Gatsby Themes by LekoArts
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.