├── code-of-conduct.md ├── contributing.md └── readme.md /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at jon.kuperman@gmail.com. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a 4 | [Contributor Code of Conduct](code-of-conduct.md). By participating in this 5 | project you agree to abide by its terms. 6 | 7 | --- 8 | 9 | ## Creating a PR 10 | 11 | Open up `readme.md` and add your personal blog or one you know to the list! 12 | 13 | The only rules are all blogs submitted must: 14 | 15 | - Be on a personal domain (sally [dot] com not blogspot [dot] com/sally) 16 | - Be a custom website (not Medium or Blogger) 17 | - Have personal content (not company news or reblogging) 18 | 19 | ## Updating your PR 20 | 21 | A lot of times, making a PR adhere to the standards above can be difficult. 22 | If the maintainers notice anything that we'd like changed, we'll ask you to 23 | edit your PR before we merge it. There's no need to open a new PR, just edit 24 | the existing one. If you're not sure how to do that, 25 | [here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) 26 | on the different ways you can update your PR so that we can merge it. 27 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Awesome Personal Blogs [](https://awesome.re) 2 | 3 | > A delightful list of personal tech blogs 4 | 5 | ## Personal Blogs 6 | 7 | - [Adam C. Conrad](https://userinterfacing.com/) 8 | - [Adam Rackis](https://adamrackis.dev/) 9 | - [Angie Jones](http://angiejones.tech/) 10 | - [Angus Croll](https://javascriptweblog.wordpress.com/) 11 | - [Aditya Rohilla](https://adityarohilla.com/blog/) 12 | - [Alan Bi](https://alanbi.com/blog/) 13 | - [Alan Chang](https://tcode2k16.github.io/blog/) 14 | - [Alexandru-Paul Copil](https://cpl.li) 15 | - [Ali Spittel](https://dev.to/aspittel) 16 | - [Amadou Sall](https://www.amadousall.com) 17 | - [Aman Pratap Singh](https://blog.amanpratapsingh.in) 18 | - [Amit Chaudhary](https://amitness.com) 19 | - [Amit Merchant](https://www.amitmerchant.com/) 20 | - [Andrew Healey](https://healeycodes.com/) 21 | - [Andy Bell](https://andy-bell.design/) 22 | - [Anton Medvedev](https://medv.io) 23 | - [Antonin Januska](https://antjanus.com/) 24 | - [Arun Michael Dsouza](https://arunmichaeldsouza.com/blog) 25 | - [Ata Sanchez](https://atasanchez.com/) 26 | - [Avinash](https://avinash.com.np/) 27 | - [Benedikt Meurer](https://benediktmeurer.de/) 28 | - [Berkhan Berkdemir](https://berkhanberkdemir.com) 29 | - [Brandon Dail](https://aweary.dev/) 30 | - [Brandon Skerritt](https://skerritt.blog/) 31 | - [Bryan Cantrill](http://dtrace.org/blogs/bmc/) 32 | - [Chase McCoy](https://chasem.co/thoughts/) 33 | - [Chiamaka Ikeanyi](https://chiamakaikeanyi.dev/) 34 | - [Chris Biscardi](https://www.christopherbiscardi.com/) 35 | - [Christopher Olah](http://colah.github.io/) 36 | - [Christian Fei](https://christianfei.com/) 37 | - [Colin Cummings](https://colinrcummings.github.io/blog/) 38 | - [Dan Abramov](https://overreacted.io/) 39 | - [Daniel Lemay](https://www.dslemay.com/) 40 | - [Daniel Lo Nigro](https://d.sb/blog) 41 | - [Darren Jennings](https://guuu.io/) 42 | - [Dave Chaney](https://dave.cheney.net) 43 | - [Dave Geddes](https://gedd.ski/) 44 | - [David Walsh](https://davidwalsh.name/) 45 | - [Dean Harris](https://deanacus.com/) 46 | - [Dimitri Do Bairro](https://dimsolution.com/) 47 | - [Dimitrios Lytras](https://dimitrioslytras.com/) 48 | - [Dimitris Raptis](https://raptis.wtf/blog) 49 | - [Dinesh Pandiyan](https://dineshpandiyan.com/) 50 | - [Don Hamilton III](https://blog.donhamiltoniii.com/) 51 | - [Doğan Uçar](https://www.dogan-ucar.de/category/blog/) 52 | - [Eduards Sizovs](https://sizovs.net) 53 | - [Eli Bendersky](https://eli.thegreenplace.net) 54 | - [Elijah Lynn](https://www.elijahlynn.net/) 55 | - [Eric Jiang](https://lorderikir.me/blog) 56 | - [Eric Pierce](https://eric-pierce.com) 57 | - [Evan Miller](http://www.evanmiller.org/) 58 | - [Farzad YZ](https://farzadyz.com/blog) 59 | - [Fatih Arslan](https://arslan.io) 60 | - [Fatih Kalifa](https://fatihkalifa.com/) 61 | - [Gavin Henderson](https://gavinhenderson.me) 62 | - [Georgi Yanev](https://blog.georgi-yanev.com/) 63 | - [Gideon Pyzer](https://gideonpyzer.dev/blog/) 64 | - [Glenn Stovall](https://glennstovall.com/) 65 | - [Gokulakrishnan Kalaikovan](https://gokul.site) 66 | - [Greg Johns](http://www.gregjohns.com/) 67 | - [Harry Wolff](https://hswolff.com/) 68 | - [Hans Gerwitz](https://hans.gerwitz.com/) 69 | - [Henrique Dias](https://hacdias.com/) 70 | - [Houssein Djirdeh](https://houssein.me/) 71 | - [Hugo Di Francesco](https://codewithhugo.com) 72 | - [Huy Nguyen](https://www.huy.dev) 73 | - [Ire Aderinokun](https://bitsofco.de/) 74 | - [Ismail Ghallou](https://smakosh.com/blog/) 75 | - [J.C. Hiatt](https://jchiatt.com/) 76 | - [Jaime González](https://www.barbarianmeetscoding.com/) 77 | - [Jake Archibald](https://jakearchibald.com/) 78 | - [Jake Champion](https://jakechampion.name/) 79 | - [Jake Jarvis](https://jarv.is/notes/) 80 | - [James Milner](https://www.loxodrome.io/) 81 | - [James Nelson](http://jamesknelson.com/) 82 | - [Jan-Lukas Else](https://jlelse.blog/) 83 | - [Jared Gorski](https://jaredgorski.org/) 84 | - [Jason Everett](https://blog.ijasoneverett.com/) 85 | - [Jeff Atwood](https://blog.codinghorror.com/) 86 | - [Jeremy Shaw](https://blog.jeremyshaw.co.nz/) 87 | - [Jessie Frazelle](https://blog.jessfraz.com/) 88 | - [Jibin Thomas](https://blog.jibin.tech/) 89 | - [Jim Filippou](https://jimfilippou.space/) 90 | - [Joel Spolsky](https://www.joelonsoftware.com/) 91 | - [John Reilly](https://blog.johnnyreilly.com/) 92 | - [John Stewart](https://www.johnstewart.io/) 93 | - [John Wright Stanly](https://jwstanly.com/blog) 94 | - [Jon Kuperman](https://jonkuperman.com/) 95 | - [Jon Paul Uritis](https://jonpauluritis.com/) 96 | - [Jon Skeet](https://codeblog.jonskeet.uk/) 97 | - [Julia Evans](https://jvns.ca/) 98 | - [Juri Strumpflohner](https://juristr.com/blog) 99 | - [Justin James](https://digitaldrummerj.me/) 100 | - [Katie McLaughlin](https://glasnt.com/blog/) 101 | - [Kendra Little](https://littlekendra.com/) 102 | - [Kent C. Dodds](https://kentcdodds.com/) 103 | - [Kevin Berridge](https://www.kevinberridge.com/) 104 | - [Kevin Hirczy](https://nehalist.io) 105 | - [Kevin Jalbert](https://kevinjalbert.com/) 106 | - [Khaled Garbaya](https://khaledgarbaya.net/) 107 | - [Kris Siegel](https://www.krissiegel.com/) 108 | - [Kyle Hall](https://kylehall.io/) 109 | - [Kyle Mathews](https://www.bricolage.io/) 110 | - [Kyle Shevlin](https://kyleshevlin.com/) 111 | - [Lacy Henschel](https://www.laceyhenschel.com/blog/) 112 | - [Lauren Tan](https://www.no.lol/) 113 | - [Lazarus Lazaridis](https://iridakos.com) 114 | - [Lea Verou](http://lea.verou.me/) 115 | - [Leo Van](http://leovan.me/) 116 | - [León Castillejos](https://L1Cafe.blog) 117 | - [Lindsey Kopacz](https://www.a11ywithlindsey.com/) 118 | - [Lorna Jane](https://lornajane.net/) 119 | - [Luciano Mammino](https://loige.co/) 120 | - [Lucy Bain](https://lucybain.com/blog/) 121 | - [Maddy Miller](https://madelinemiller.dev/blog/) 122 | - [Marcy Sutton](https://marcysutton.com/) 123 | - [Marius Schulz](https://mariusschulz.com) 124 | - [Mark Erikson](https://blog.isquaredsoftware.com/) 125 | - [Marshall Bowers](https://maxdeviant.com/) 126 | - [Mark Luetke](https://luetkemj.github.io/) 127 | - [Martin Fowler](https://martinfowler.com/) 128 | - [Matt Might](http://matt.might.net/#blog) 129 | - [Matt Podwysocki](https://mattpodwysocki.github.io/) 130 | - [Matthias Noback](https://matthiasnoback.nl/) 131 | - [Matthieu Cneude](https://web-techno.net/) 132 | - [Max Li](https://maxlibin.com/) 133 | - [Max Stoiber](https://mxstbr.com/thoughts/) 134 | - [Mbithe Nzomo](http://decodegirl.com/) 135 | - [Michael Malura](https://malura.de/) 136 | - [Mike Behnke](https://kgrz.io/) 137 | - [Mike Bifulco](https://mike.biful.co/) 138 | - [Mouse Reeve](https://www.mousereeve.com/) 139 | - [Mustafa Çalap](https://calap.co/blog) 140 | - [Nate Amack](https://nateamack.com/) 141 | - [Nathanael Beisiegel](https://beisiegel.me/) 142 | - [Nicole Harris](https://whoisnicoleharris.com/) 143 | - [Nikita Sobolev](https://sobolevn.me/) 144 | - [Olavi Haapala](https://olavihaapala.fi/) 145 | - [Omar Bahareth](https://omar.engineer/) 146 | - [Paolo Melchiorre](https://www.paulox.net/) 147 | - [Paul Hubbard](https://ultracrepidarian.phfactor.net/) 148 | - [Peter Bengtsson](https://www.peterbe.com/) 149 | - [Peter Thaleikis](https://peterthaleikis.com/) 150 | - [PC Maffey](https://www.pcmaffey.com/) 151 | - [Philipp Spiess](https://philippspiess.com/) 152 | - [Rachel Kroll](https://rachelbythebay.com/w/) 153 | - [Rene Rehme](https://renerehme.dev/) 154 | - [Reginald Braithwaite](https://raganwald.com/) 155 | - [Richard Shackleton](https://rshackleton.co.uk/) 156 | - [Rob Dodson](https://robdodson.me/) 157 | - [Rob Kendal](https://robkendal.co.uk/) 158 | - [Robin Cannon](https://www.robin-cannon.com/) 159 | - [Robin Wieruch](https://www.robinwieruch.de/) 160 | - [Roelof Jan Elsinga](https://roelofjanelsinga.com/articles) 161 | - [Russ Cox](https://research.swtch.com) 162 | - [Sagar Giri](https://girisagar46.github.io/) 163 | - [Shodipo Ayomide](https://www.shodipoayomide.com/) 164 | - [Sara Soueidan](https://www.sarasoueidan.com/) 165 | - [Sara Winter](https://jsblog.sarawinter.se/) 166 | - [Sarah Chima](https://dev.to/sarah_chima) 167 | - [Sarah Drasner](https://sarahdrasnerdesign.com/) 168 | - [Sarah Lean](https://www.techielass.com) 169 | - [Scott Hanselman](https://www.hanselman.com/blog/) 170 | - [Scott Helme](https://scotthelme.co.uk/) 171 | - [Sergio Xalambrí](https://sergiodxa.com/) 172 | - [Shirley Wu](http://sxywu.com/) 173 | - [Siddharth Kshetrapal](https://sid.studio/blog) 174 | - [Simon Gilbert](https://www.simongilbert.net) 175 | - [Simon Willison](https://simonwillison.net/) 176 | - [Soledad Penadés](https://soledadpenades.com/) 177 | - [Sophie Alpert](https://sophiebits.com/) 178 | - [Surya Dantuluri](https://blog.suryad.com/) 179 | - [Susie Lu](https://susielu.com/) 180 | - [Tania Rascia](https://www.taniarascia.com/) 181 | - [Tanner Linsley](https://tannerlinsley.com/) 182 | - [Terin Stock](https://terinstock.com) 183 | - [Thomas Hunter II](https://thomashunter.name) 184 | - [Thomas Kekeisen](https://thomaskekeisen.de/en/blog/archive/) 185 | - [Tiffany R. White Blog](https://tiffanywhite.dev/) 186 | - [Tiger Oakes](https://tigeroakes.com/posts/) 187 | - [TK](http://leandrotk.github.io/tk) 188 | - [Toma Nistor](https://tomanistor.com/blog) 189 | - [Tony Xu](https://tonyxu.io) 190 | - [Travis Bumgarner](https://blog.travisbumgarner.com/) 191 | - [Trevor Harmon](https://thetrevorharmon.com/) 192 | - [Troy Hunt](https://www.troyhunt.com/) 193 | - [Victor Gosse](https://code-trotter.com/web/) 194 | - [Victoria Dev](https://victoria.dev/) 195 | - [Walker Frederick](https://walkerfrederick.com/) 196 | - [Yegor Bugayenko](https://www.yegor256.com/) 197 | - [Yomesh Gupta](https://devtools.tech/) 198 | - [Zero Cho](https://itsze.ro/blog) 199 | - [Zafar Khodjaev](https://zaff.netlify.com/) 200 | - [Tigran Hakobyan](https://tik.dev) 201 | 202 | --------------------------------------------------------------------------------