Tagged “web”

Long

Typed Javascript library

Making a reusable correctly typed library has always been something I wanted to achieve. I've tried multiple times but could never find the magic recipe. Until now.

Read more

Long

Building a Nextcloud application

My experience building `thesearchpage` for Nextcloud

Read more

Long

Bookmarklets

A praise for bookmarklets

Read more

Mini

Svelte summit 2021

This year's svelte summit was great. My picks of this year's summit in no particular order.

Read more

Mini

Network Error Logging

Server responses so slow the user abandoned! Trace using NEL and an example in Node.js

🔗 https://medium.com ⋯ server-responses-so- ⋯
Mini

Futuristic Web development

Watch this potential future replacement of svelte/Sapper.

🔗 https://www.youtube.com
Mini

Svelte summit 2020

Svelte, svelte, svelte.

🔗 https://www.youtube.com
Long

Create React app not at /

How to configure create-react-app to live in a sub-folder

Read more

Mini

Svelte v3 rulez!

Svelte is the "new" kid on the block and it is great!

Read more

🔗 https://svelte.dev/tutorial/basics
Mini

React simple animation

Very interesting package to look into to do some animations with React.

🔗 https://react-simple-animate.now.sh
Mini

Formik for React forms

Formik is a tool to handle all the boilerplate code around forms in React.

Read more

🔗 https://jaredpalmer.com/formik/
Long

dev-proxy or why I fork

Being the maintainer of a publicly used module is hard. I'm not really one. You get a lot of requests because the module is not solving the specific need of another user. You loose a lot of time sorting issues that might be bugs from requests.

Read more

Mini

microbundle

Simple stupid bundler for libraries.

Using rollup.

🔗 npm/npmjs.com/package/microbundle
Mini

Web screen split library

Small library to enable space splitting in a web interface.

Might be useful for internal applications or development oriented content.

🔗 https://split.js.org
Mini

Uppy file uploader

Is this the new "best in class" for file uploader?

It supports lots of "uploaders", configurable XHR, S3...

File can come from webcam, drag-n-drop or from "providers" like google-drive, instagram.

🔗 https://uppy.io
Mini

ebook on images on the web

Just about everything you need to know about images.

And be sure to use squoosh.app to test.

🔗 https://images.guide
Long

Lodash sucks

Lodash sucks

hehe... clickbait.

But yes, I mean it when you plan to use it in the browser.

Long

How to be blocked from updating your password

Achievement unlocked: being blocked because of non compliant current password

Read more

Long

Images on the web

Working at trying to enhance the visits of our customers on the website, we looked into image format and sizes.

Read more

Mini

Disabilities simulation on the web

Funkify is a chrome extension to simulate different disabilities your user might encounter.

🔗 https://funkify.org
Mini

frontend checklist

Nice tool to check before publishing a new web site.

🔗 https://frontendchecklist.io
Mini

Handling fonts on the web

The most concise guide on how to load fonts on the web.

🔗 https://www.filamentgroup.com ⋯ js-web-fonts.html