OUR
Blog
De un tuit a la primera competencia de programación en vivo de Argentina
La tecnología es una industria muy cambiante, parecería que siempre tenemos algo pendiente por hacer, un nuevo lenguaje por aprender o una buena práctica por implementar, las comunidades que se han armado en torno a la industria son un espacio para desconectar, pero sin alejarnos de lo que nos gusta nos gusta hacer.
Upgrade your forms and data collection on mobile devices
It doesn’t matter if you are a freelancer or the owner of a small business. In 2020 your customer expects a flawless experience when is using your product or service especially when we are talking about mobile users.
Liderazgo y diversidad en GM2
Por: Marcelo Ciceri Hace poco en Buenos Aires se celebró el Día del Orgullo LGBT+. No mucho tiempo atrás también celebramos el Día de la
¿Qué hemos aprendido del trabajo remoto durante la covid-19?
Cuando se presenta una situación como la que estamos viviendo actualmente a nivel mundial, nos vemos en la necesidad de adaptarnos, reinventarnos, reorganizarnos y replantearnos
CuTt8: git branch by date
Copper’s Tips & Tricks #8: git branch by date Here at the office we use feature branches. Feature branches with ticket name/numbers. Now, I am
CuTt7: theme-symlink
Copper’s Tips & Tricks #7: theme-symlink WordPress developers, I know some of you who use Sublime or similar tools with file explorer sidebars, have problems.
CuTt6: cd symlink “/” autocomplete
Copper’s Tips & Tricks #6: cd symlink autocomplete I found myself questioning everything why do I have to double tap tab whenever I want to
CuTt5: WooCommerce Mobile Breakpoint
Copper’s Tips & Tricks #5: WooCommerce Mobile Breakpoint At the office, we use this breakpoints for CSS layouts, basically bootstrap’s: From To Description Nothingness 767px
CuTt4: Gulp cache busting
Copper’s Tips & Tricks #4: Gulp cache busting So, have you ever developed using Gulp? If you haven’t go do that now. Done? Good. One
CuTt3: Useful terminal shortcuts II
Copper’s Tips & Tricks #3: Useful terminal shortcuts Note: I use iTerm. If you’re here you’re probably computer savvy enough to adapt the instructions to
CuTt2: Useful terminal shortcuts I
Copper’s Tips & Tricks #2: Useful terminal shortcuts If you didn’t know about this (and some people at the office don’t/didn’t), first of all, I
CuTt: Find file’s fullpath
Copper’s Tips & Tricks #1: Find file’s fullpath Two ways to do this, the normal way, using `find`, and the hipster way, using `tree` and
WooCommerce Custom Password Strength
Haven’t you been wanting to do this? To choose your own password strength for WC? Haven’t you? Well, here’s a quick way to copy paste
How CSS CALC works
How CALC works. Mirar esto para entender cómo funciona el CALC de CSS https://bitsofco.de/how-calc-works/
YDNJS – Must read to understand Javascript
Es una seria de READMEs, muy interesante. YDNJS https://github.com/getify/You-Dont-Know-JS
Best Code Practices – Javascript
Best Code Practices for Javascript https://github.com/ryanmcdermott/clean-code-javascript/blob/master/README.md
Cómo funciona el browser
Interesante lectura sobre como funciona el browser. No podés no saber esto: https://dev.to/sanjsanj/optimising-the-front-end-for-thebrowser
Centrando cosas con CSS
Van guías prácticas, muy.. Caso centrar vertical y horizontalmente, sabiendo el tamaño o no.. Centering in CSS: A Complete Guide http://howtocenterincss.com/
Flexbox: la evolución del responsive, adiós floats?
Flexbox es un nuevo módulo de CSS3 que permite mejorar y facilitar la forma en que ubicamos elementos, simple y fácil. Hoy Uriel nos compartió
Conditional CSS: Targeting IE new versions
Targeting IE new versions such us IE10 & IE11 and Edge browsers with CSS is possible, but not the ol’ fashioned way because Microsoft deprecated