- 👋 Hi, I’m @bilelz
- 👀 I’m interested in the web
- 🌱 I’m currently learning the web
- 💞️ I’m looking to collaborate on the web
- 📫 How to reach me : bilelz.dev
-
Bilelz
- Paris, France
- https://bilelz.github.io
- @bilelz
Block or Report
Block or report bilelz
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
PKCE Code Verifier and Code Challeng...
PKCE Code Verifier and Code Challenge Generator without externals libs (vanilla js). Demo : https://codepen.io/bilelz/full/YzNozBe 1function generateCodeVerifier() {
2return Array(128)
3.fill('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-._~')
4.map(x => x[Math.floor(crypto.getRandomValues(new Uint32Array(1))[0] / (0xffffffff + 1) * x.length)])
5.join('');
-
Generate app version file from packa...
Generate app version file from package.json and git | for angular or other frameworks 1/*
2From https://gist.github.com/bilelz/04707e300811d2b7fe3815ede073422c
3inspired by https://medium.com/@amcdnl/version-stamping-your-app-with-the-angular-cli-d563284bb94d
4*/
5const fs = require('fs');
-
HTML's < dialog > element - feature...
HTML's < dialog > element - feature detection 1if (!!document.createElement("dialog").showModal) {
2console.log('Native support: OK 😀')
3}else{
4console.log('Native support: KO 😭')
5}
270 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
More