Google Analytics is over, at least for me.
After discovering a service called Plausible in 2020, I started to remove Google Analytics from all my websites, one by one, until getting completely free of it in February of this year.
After discovering a service called Plausible in 2020, I started to remove Google Analytics from all my websites, one by one, until getting completely free of it in February of this year.
Após ter conhecido um serviço chamado Plausible em 2020, comecei a remover o Google Analytics dos meus sites, um a um, até me tornar totalmente livre do serviço do Google em Fevereiro deste ano.
After not having found any tool like this on the internet, I decided to make the life of programmers and designers that need apply multiple borders in their creations easier.
Depois de não encontrar qualquer ferramenta desse tipo, decidi facilitar a vida de programadores e designers que precisam usar múltiplas bordas em suas criações.
Although very powerful, even CSS has its limitations. One of the moments in which you perfectly realize this is when you need to set multiple borders for a single element. With some creativity, however, it's quite possible to code the style you wish.
Embora muito poderoso, até o CSS tem suas limitações. Um dos momentos em que você percebe isso perfeitamente é na hora de definir múltiplas bordas para um mesmo elemento. Com um pouco de criatividade porém, é completamente possível alcançar o estilo que você deseja.
Explore the power of native HTML and try out several elements that can increase your productivity and reduce the amount of code you need to write, thanks to the versatility of HTML and its harmonious integration with the operating systems of any device.
Explore o poder do HTML nativo e experimente vários elementos que podem impulsionar sua produtividade e reduzir a quantidade de código a ser escrito, graças à versatilidade do HTML e à sua integração harmoniosa com sistemas operacionais de qualquer dispositivo.
Semantic HTML ensures neat structure and good accessibility to the document. Testing Library's getByRole function is very helpful with this, but, not knowing elements' implicit roles, its use can become a huge hurdle.
Um HTML semântico garante bela estrutura e boa acessibilidade ao documento. A função getByRole da Testing Library é muito útil nesse assunto, mas sem conhecer os papéis implícitos dos elementos, seu uso pode se transformar num grande desafio.