I'm a versatile developer with a passion for problem-solving and a knack for learning new technologies. I deliver high-quality results on a variety of projects.
- Rio de Janeiro, Brazil
- https://dev.to/saulodias
- in/saulo-dias76
Pinned Loading
-
fgts-saque-aniversario
fgts-saque-aniversario PublicA calculadora do Saque Aniversário do FGTS é uma ferramenta web desenvolvida em HTML, CSS e JavaScript, utilizando o framework Bootstrap para o estilo visual. Ela permite aos usuários calcular o v…
HTML
-
-
br-cidades-api
br-cidades-api PublicAPI de Consulta de Municípios por Coordenadas Geográficas. Encontre a cidade brasileira correspondente a uma localização com latitude e longitude.
Python 4
-
Converts SVG files from stroke to path
Converts SVG files from stroke to path 1mkdir -p _output
23for i in *.svg
4do
5inkscape --actions="select-all;selection-ungroup;select-all;selection-ungroup;select-all;object-stroke-to-path;" --export-filename=- $i > _output/$i
-
A TypeScript module with useSessionS...
A TypeScript module with useSessionStorage and useLocalStorage React hooks to save values in the browser sessionStorage or localStorage. 1import { useState, useEffect } from 'react'
23// Check if the code is running in the browser (Next.js support)
4const isClient = typeof window !== 'undefined'
5
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.