🚀
Software Engineer at Solutis Tecnologias
-
Solutis Tecnologias
- Fortal City
-
21:45
(UTC -03:00) - https://whoamindx.github.io
- @whoamindx
Pinned Loading
-
-
my-starter-theme-for-wordpress-with-gulp
my-starter-theme-for-wordpress-with-gulp Public🚀 My starter theme for Wordpress with gulp
-
-
wordpress-docker-compose
wordpress-docker-compose Public🐳 My simple project for local wordpress development with docker
-
app.js
app.js 1//referencia do prompt
2var bannerInstall;
34if ('serviceWorker' in navigator){
5navigator.serviceWorker
-
Debounce in few lines
Debounce in few lines 1let timer = null;
23export const debounce = (func, wait) => () => {
4clearTimeout(timer);
5timer = setTimeout(func, wait);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.