Vi esta cifra y me parece imposible no detenerse a pensar en ella: 3 de cada 4 candidatas han sufrido violencia durante su campaña.
Por eso es importante abrir conversaciones para construir escenarios políticos más seguros, equitativos y libres de violencia para las mujeres. 🇨🇴
@adamwathan The main function that calls the others should come first, because if you named the functions you extracted correctly, just by reading your main function you would understand what it is all about. Another thing would be if you wanted to see an extracted function in detail.
@MichaelThiessen@vuejs@MichaelThiessen I have a question, please. If I have a lot of global directives and I want to store them in a specific file and set them in app.directive, how do I do it?
I wrote a VSCode extension that allows you to use ChatGPT within the context of your code 🔥
You can click on code blocks to paste them into the editor, or use a selected code snippet as a reference.
The extension is on GitHub if you want to check it out https://t.co/pevdz2taig
The Islands Architecture is cool: server-render HTML with small "islands" that get interactive independently.
Explainer by @_developit: https://t.co/3PSeL6hGOl
Etsy's usage w/Preact: https://t.co/o7hEyAGjCS
Patterns incl w/Astro: https://t.co/hli73LdDpG
@RappiColombia no me quiere responder por un débito que hicieron a mi tarjeta por una suma considerable y que nunca llegó al comercio. Puse la queja y veo que cerraron el caso y no me dieron respuesta de nada, esto ya hace 1 mes.
Want to be a wizard with CSS border-radius? ✨
I made a little tool to help visualize it ⚒️
This will help with creating those awkward rounded shapes in your CSS illustrations 👍😎
💻 https://t.co/6feRBULUf6 via @CodePen
#DevTools Tip ⚡️ Copy and extract all the CSS for an element on the page
Right click element > Copy > Copy Styles
Useful as styles can often be scattered across many selectors! ⭐️
JavaScript Tip 💡️ You can toggle a class on and off an element with the .toggle() method:
element.classList.toggle('hey')
If the class is already on the element, it is removed. Otherwise it is added.