top of page

Buscar


Javascript - Update URL query string without refreshing the page
In order to update the query string of an URL without reloading the page, we can use the history.pushState() method. This method receives...

Fábio Henrique
18 de jan. de 20221 min de leitura
5.031 visualizações
0 comentário


C# - assigning null value to an anonymous type property
To assign a null value to an anonymous type property you have to cast the null value to the right type so that the compiler knows which...

Fábio Henrique
18 de jan. de 20221 min de leitura
2.364 visualizações
0 comentário


Javascript formatando data com regex
Houveram situações que eu precisei converter datas do formato americano month/day/year para o formato brasileiro day/month/year e...

Fábio Henrique
20 de ago. de 20211 min de leitura
981 visualizações
0 comentário
bottom of page