Mikhaël Aubut (@aubutmikhael) 's Twitter Profile
Mikhaël Aubut

@aubutmikhael

Building mechmate.io
Lead Front End Developer @ eZsign

ID: 1097492151171252225

calendar_today18-02-2019 13:44:54

160 Tweet

103 Followers

266 Following

Harsh | Web, Mobile, SaaS Development (@makadiaharsh) 's Twitter Profile Photo

4 AI tools you should try today: 1. Photosonic —The AI that paints your dreams with pixels. 2. Namelix —Generate a short, brandable business name. 3. Firefiles. ai— AI assistant for your meeting. 4. Narakeet —Create Narrated videos in minutes. 10X Productivity!

Michael Thiessen (@michaelthiessen) 's Twitter Profile Photo

First, I'll show you *how*, then we'll get into *why* you'd want to hide slots. Every Vue component has a special `$slots` object with all of your slots in it. The default slot has the key `default`, and any named slots use their name as the key:

First, I'll show you *how*, then we'll get into *why* you'd want to hide slots.

Every <a href="/vuejs/">Vue</a> component has a special `$slots` object with all of your slots in it.

The default slot has the key `default`, and any named slots use their name as the key:
Kieran Drew (@itskierandrew) 's Twitter Profile Photo

Do you sit at a computer for longer than 6 hours a day? You’re destroying your body if so. Here’s the setup you need to protect yourself from posture problems and crippling long-term injuries: 🧵

Do you sit at a computer for longer than 6 hours a day?

You’re destroying your body if so.

Here’s the setup you need to protect yourself from posture problems and crippling long-term injuries: 

🧵
Jared Spool (@jmspool) 's Twitter Profile Photo

Having strong presentation skills is important when explaining your ideas. I enjoyed reading this article by Katrine Tjoelsen as she writes about three frameworks that are great ways to think about how you tell the story of your idea. productcoalition.com/3-frameworks-t…

Sam Williams (@iamsam_williams) 's Twitter Profile Photo

How to achieve more in the first hour than 97% do in 1 week: - Put on Endel.io - Get 7-8 hours sleep - Write down 3 priority tasks - Use noise-cancelling headphones - Charge your phone in a separate room - Eliminate distractions from your environment What else?

IxDF - Interaction Design Foundation (@designwithixdf) 's Twitter Profile Photo

7 factors describe user experience, according to Peter Morville a pioneer in the UX field who was written several best-selling books and advises many Fortune 500 companies on UX. Read them here: interaction-design.org/literature/art…

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

Lil future HTML/CSS Tip! ✨ Create an off-canvas menu with the Pop-up API and CSS :has() 😎 No JS required! <button popuptoggletarget=menu> <nav id=menu popup> body:has([popup]:open) { translate: calc(var(--nav-width) * -1) 0; } Demo link/info below! 👇

Vitaly Friedman 🇺🇦🏳️‍🌈 (@vitalyf) 's Twitter Profile Photo

Wouldn’t it be fantastic to be able to search for a component and check how it’s designed and implemented across design systems out there? Component Gallery (component.gallery) and Storybook Encyclopedia (storybook.js.org/showcase) allow you to do just that. #design #ux

Wouldn’t it be fantastic to be able to search for a component and check how it’s designed and implemented across design systems out there? Component Gallery (component.gallery) and Storybook  Encyclopedia (storybook.js.org/showcase) allow you to do just that. #design #ux
Mikhaël Aubut (@aubutmikhael) 's Twitter Profile Photo

Just started using #Svelte for a personnal web project and it's a blast! If you haven't tried it out yet, I highly recommend giving it a spin.

Parcel (@parceljs) 's Twitter Profile Photo

Parcel v2.8.3 is out, including fixes for CSS ordering, tree shaking, source maps, HMR, and more! github.com/parcel-bundler…

Astro (@astrodotbuild) 's Twitter Profile Photo

🧑‍🚀⭐ Calling all aspiring astronauts—Astro 3.0 touches down next week. We're giving away 10 of these official Astro hats to celebrate! Retweet for your chance to win.

🧑‍🚀⭐ Calling all aspiring astronauts—Astro 3.0 touches down next week. We're giving away 10 of these official Astro hats to celebrate!

Retweet for your chance to win.
Mikhaël Aubut (@aubutmikhael) 's Twitter Profile Photo

Exploring Figma and wondering if it's possible to create wireframe-style borders. Trying to give my prototype that authentic hand-drawn wireframe feel. Any tips or suggestions? #figma #wireframe

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

Q2 CSS nested radius post .parent { --nested-radius: calc(var(--radius) - var(--padding)); } .nested { border-radius: var(--nested-radius); } * realistically these will be static values