Log inSign up
Minko Gechev
Angular
15.7K posts
Image
user avatar
Minko Gechev
Angular
@mgechev
Generative UI and AI developer productivity at Google. Martial arts and metal music. Opinions are my own 🇧🇬🇺🇸
California 🌴
github.com/mgechev
Born November 2
Joined August 2010
227
Following
57.9K
Followers
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Apr 21, 2021
    Just discovered a CSS selector I had no idea existed 🤯 :in-range and :out-of-range allow you to select an input whose value is within/outside the min and max attributes 🔥
    Image
    00:00
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Feb 8, 2022
    In JavaScript you can use the spread syntax to find what an emoji is made up of ✨
    Image
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    May 20, 2019
    A bash function I use constantly on airports: function changeMac() { local mac=$(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//') sudo ifconfig en0 ether $mac sudo ifconfig en0 down sudo ifconfig en0 up echo "Your new physical address is $mac" } Unlimited WiFi ✨
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Aug 18, 2022
    CSS is becoming 🔥 I had to write so much JavaScript for snappy scrollbars and now it's just two lines of code...
    Image
    00:00
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Jun 30, 2019
    Learn computer science algorithms using JavaScript: 🔸 Algorithm visualizer algorithm-visualizer.org 🔸 Data structure visualization visualgo.net 🔸 JavaScript algorithms mgv.io/algorithms Good non-JavaScript book on theory: 📚 Algorithms amazon.com/Algorithms-4th…
    Image
    GIF
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Nov 5, 2019
    Browser notepad in 1 line
    Image
    GIF
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Mar 10, 2021
    Modern CSS is 🤯 place-self allows you to align an individual element in the block and the inline directions at once 🚀 (i.e. specify both align-self and justify-self) Works with both flexbox and grid layout ✨ 📚 and more demos buff.ly/3qr0Bee
    Image
    00:00
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    May 10, 2020
    I just reached a continuous streak of 365 days of contributions on GitHub. 🤔
    Image
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Apr 6, 2021
    Modern CSS is so expressive 🤯 :where takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list
    Image
    00:00
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Jul 6, 2020
    Quick cheatsheet for finding the intersection, union, difference, and the symmetric difference of two JavaScript arrays.
    Image
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Jan 27, 2021
    You can set your cursor to an emoji using an inline SVG in CSS #uselessfuntips #unicorncss
    Image
    00:00
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Mar 29, 2021
    mk.js is a Mortal Kombat prototype implemented in JavaScript 🔥 It's open source & has multiplayer support, so you can use it as an example to build your first game 👾 👉🏻 github.com/mgechev/mk.js 👉🏻 mk.mgechev.com
    Image
    00:00
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Jan 31, 2023
    It has been more than 4 years since I joined Google! To prepare for my engineering interview I spent over 2 months solving coding problems and I pushed them on GitHub. You can find all of them at
    Image
    GitHub - mgechev/google-interview-preparation-problems: leetcode problems I solved to prepare for...
    From github.com
    206K
  • user avatar
    Minko Gechev
    Angular
    @mgechev
    Jul 7, 2020
    JavaScript tip: use labels to break from nested loops
    Image

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
Advertisement
Advertisement