tutoriais
Customize SVGs in React
I tried a few ways to display SVG images in React and I want to share why did I choose to use SVGs as a React component. Continue reading on DEV.to » Did you find it interesting? Follow me on Read more…
I tried a few ways to display SVG images in React and I want to share why did I choose to use SVGs as a React component. Continue reading on DEV.to » Did you find it interesting? Follow me on Read more…
Because sometimes things aren’t so obvious – All these functions return undefined. See example online at https://codesandbox.io/s/returning-undefined-x6wxh Did you find it interesting? Follow me on Twitter.
I share my PHP library to validate forms (server-side). A repository has been created in GitHub called verum-php where you can find all the documentation. You can install Verum PHP with Packagist: composer require sandromiguel/verum-php Simple usage example Did you Read more…
Because sometimes things aren’t so obvious, I decided to share my true table. is_null – Finds whether a variable is NULL isset – Determine if a variable is declared and is different than NULL empty – Determine whether a variable Read more…
I share the project setup guidelines I use for my personal projects. A repository has been created in GitHub called some-awesome-project where these guidelines are shared. Did you find it interesting? Follow me on Twitter.
The following steps lead you to improve your git commit messages as well as automating changelog and versioning. Goals Enforce a standard on every commit respecting Conventional Commits specification Automatically bumps the version in package.json respecting Semantic Versioning Automatically updates Read more…
Partilho a minha configuração do ficheiro .editorconfig para servir de inspiração. Foi criado um repositório no GitHub denominado .editorconfig boilerplate onde é partilhada esta configuração. Achou interessante? Siga-me no Twitter.
Partilho a minha configuração do ficheiro .gitignore para servir de inspiração. Foi criado um repositório no GitHub denominado .gitignore boilerplate onde é partilhada esta configuração. Achou interessante? Siga-me no Twitter.
Acabei de lançar o meu contributo para uma configuração partilhável do ESLint que pode ser utilizado em aplicações desenvolvidas em JavaScript (Vanilla.js, React.js ou Node.js). Foi criado um pacote npm e um repositório no GitHub denominado ESLint config Cecilia onde é partilhada esta Read more…
Acabei de lançar o meu contributo para uma Estrutura de Diretórios que pode servir de base para aplicações desenvolvidas em PHP. Foi criado um repositório no GitHub denominado PHP Sceleto onde é partilhada esta estrutura. Achou interessante? Siga-me no Twitter.