Skip to content

Instantly share code, notes, and snippets.

View ugitch's full-sized avatar
:octocat:
Dream big and stay grounded..

Ugljesa Ijacic ugitch

:octocat:
Dream big and stay grounded..
  • Trebinje, Bosnia and Herzegovina
View GitHub Profile
@swyxio
swyxio / 1.md
Last active February 8, 2024 22:30
Learn In Public - 7 opinions for your tech career

2019 update: this essay has been updated on my personal site, together with a followup on how to get started

2020 update: I'm now writing a book with updated versions of all these essays and 35 other chapters!!!!

1. Learn in public

If there's a golden rule, it's this one, so I put it first. All the other rules are more or less elaborations of this rule #1.

You already know that you will never be done learning. But most people "learn in private", and lurk. They consume content without creating any themselves. Again, that's fine, but we're here to talk about being in the top quintile. What you do here is to have a habit of creating learning exhaust. Write blogs and tutorials and cheatsheets. Speak at meetups and conferences. Ask and answer things on Stackoverflow or Reddit. (Avoid the walled gardens like Slack and Discourse, they're not public). Make Youtube videos

@gboudreau
gboudreau / AuthyToOtherAuthenticator.md
Last active July 6, 2024 16:20 — forked from Ingramz/AuthyToOtherAuthenticator.md
Export TOTP tokens from Authy
@stevekinney
stevekinney / front-end-curriculum.md
Created August 9, 2015 00:47
Front-end Curriculum Draft

Module 1

  • Semantic markup
  • HTML standards mode and quirks mode
  • HTML fundamentals
    • Classes and IDs
  • CSS fundamentals
    • Selectors
    • Resets and normalizers
    • The box model
@tallys
tallys / _color-variables
Created January 30, 2015 22:24
Stop Using Colors at Random
// Color Palette
$blue: #4dabdf;
$orange: #FF9058;
//neutrals
$white : #fff;
$gray : #808080;
$dark-gray: #222;