- 🌱 learning scalable micro front-ends,
- 💼 working onWix Hotels, and
- 🤝 open to collaborations.
- 🛎️HotelRunner: Top travel management app in the world.
- 🏨Wix Hotels: Hotel management system tailored for Wix.
- 💞Siberalem: Top online dating app in Türkiye.
- ✏️ Regular Bytes:Read my tiny engineer guide
- 👔 LinkedIn:Let's connect
- 👨💻 Codesandbox:Check out my playground
PinnedLoading
- vite-preact
vite-preact Public templateForked fromTomokiMiyauci/vite-preact
A simple boilerplate with Vite and Preact
TypeScript 1
- Google Speech
Google Speech 1"""Synthesizes speech from the input string of text or ssml.
23Note: ssml must be well-formed according to:
4https://www.w3.org/TR/speech-synthesis/
5"""
- FFmpeg downsize mp4s in directory
FFmpeg downsize mp4s in directory 1source~/.bash_profile
23forVIDEOin$(ls*.mp4);
4do
5echo"Converting$VIDEO using ffmpeg with flag 'crf' set to 28 ..."
- Google Translate Demo
Google Translate Demo 1importos
2fromgoogle.cloudimporttranslate
3fromdecoupleimportconfig
45os.environ["GOOGLE_APPLICATION_CREDENTIALS"]="service-account.json"
- Binding `this`
Binding `this` 1constexternal=function(sample){
2if(!!sample)this.beCool('I AM COOL!');
3}
45classCool{
- Convert all files in directory to we...
Convert all files in directory to webp, with default params, or standard cwebp params passed from command 1#!/bin/bash
23PARAMS=('-m 6 -q 70 -mt -af -progress')
45if [$#-ne 0 ];then
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.