🔖 +5K awesome resources for geeks and software crafters 🍺
Go to file
Morgan ee13f58a35 improve helper for computing top words 2019-10-22 08:16:21 +02:00
cd 10 commandments of continuous delivery 2017-09-23 12:21:48 +02:00
cheat How do I fix the indentation of an entire file in Vi? 2019-10-13 13:24:09 +02:00
tests fix invalid link 2019-05-20 10:14:27 +02:00
.gitignore bugfix: only add dates for main entry (not bonuses) 2018-09-08 13:31:25 +02:00
CONTRIBUTING.md update contribution guide tips & syntax 2018-09-12 04:02:26 +02:00
LICENSE Initial commit 2017-05-26 08:55:02 +02:00
PRINCIPLES.md some principles 2018-09-29 13:27:09 +02:00
QUOTES.md A. Lincoln quote on taking the time 2019-05-31 09:03:35 +02:00
README.md You Don’t Have A Time Management Problem — You Just Think You Do 2019-10-22 08:04:36 +02:00
SEARCHES.md add Google Alerts 2019-07-23 13:43:14 +02:00
TODO.md todo: move tasks to project 2017-10-07 13:55:49 +02:00
WISHLISTS.md add music to listen to / to buy 2017-10-08 17:44:12 +02:00
active_hours.sh improve active_hours script 2019-07-22 20:21:22 +02:00
count_commits.sh script: add +x flag 2018-09-06 13:10:09 +02:00
count_links.sh remove space from command output 2019-07-22 13:13:27 +02:00
fix_missing_dates.sh remove dumb file + fix script 2018-09-28 12:08:06 +02:00
stopwords.txt add french top words (aka mots vides) 2018-09-28 12:04:38 +02:00
top_authors.sh top_authors ignores case 2019-10-13 13:33:51 +02:00
top_domains.sh script: add +x flag 2018-09-06 13:10:09 +02:00
top_extensions.sh Fix missing dates + top words scripts 2019-07-22 14:11:00 +02:00
top_words.sh improve helper for computing top words 2019-10-22 08:16:21 +02:00

README.md

Bookmarks 🔖

A collection of Awesome resources for geeks and software crafters 🍺

  • I spend a lot of time on internet, losing myself in lot of topics. I choose GitHub to list my findings and bookmarks in a central location for productivity, to avoid losing my findings, and also to share them with the world.
  • ⚠️ Full version ⚠️ I advise you to consult this very same page here for full content, as GitHub truncates files with a size over 500KB on main page, causing incomplete display of this list.

Contributions are more than welcome. Read the contribution guidelines.

by @MorganGeek

How can you support me : Buy me a coffee or Share on Twitter

License: GPL v3

Contents

Anime 🇯🇵

  • anime-planet - one of the most complete manga and anime database for finding recommended content, or cataloging and reviewing your collection

Architecture / Design / Patterns

News

Learn

we need high design quality for stuff that is critical to our products and less design quality for stuff that isn't critical.

  • Luu Duong - (2009) Applying the "80-20 Rule" with The Standish Groups Statistics on Software Usage | 80% of users only use 20% of features.
  • Joshua Kerievsky - (2010) Whats Wrong With Clean Code? | When Cleaning Is Not Enough

Clean frequently and remodel occasionally to produce an excellent design.

  • Kristof Kovacs - The Death Star Design Pattern
  • Simon Wardley - (2015) On Pioneers, Settlers, Town Planners and Theft.
  • Fred Hébert - (2018) The Hitchhiker's Guide to the Unexpected | about clean architecture, and making things easier
  • Graham Lee - (2018) Its about the thinking
  • ThoughtWorks - How to build your ThoughtWorks Radar
  • Zhamak Dehghani - (2018) How to break a Monolith into Microservices | What to decouple and when
  • Mark Heath - (2017) STABLE tactics for writing SOLID code
  • Todd Hoff - (2018) What Do You Believe Now That You Didn't Five Years Ago? Centralized Wins. Decentralized Loses.
  • Dustin Barnes - (2017) Increasing Software Transparency with Lightweight Architectural Decision Records
  • Vijini Mallawaarachchi - (2017) 10 Common Software Architectural Patterns in a nutshell
  • Kai Niklas - (2018) 38 Actions and Insights to Become a Better Software Architect
  • Architectural Katas - small-group exercises for practicing being software architect
  • The C4 model - consists of a hierarchical set of software architecture diagrams for context, containers, components, and code.
  • Alberto Brandolini - (2013) Introducing Event Storming | EventStorming is a workshop format for quickly exploring complex business domains.
  • Jeppe Cramon - (2015) [Slides] Event storming
  • Jesse Weaver - (2015) A Simple Framework for Designing Choices | No design is neutral
  • Jerry Hargrove - AWS | Cloud Diagrams & Notes
  • Gordon Brander - Patterns : "This is my bag of tricks — loose notes, design patterns, rules-of-thumb, methods of enquiry, tools, cheatsheets, gimmicks, leverage points, descriptions of systems, key questions, risks, and unknowns."
  • James Somers - (2017) The Coming Software Apocalypse A small group of programmers wants to change how we code—before catastrophe strikes.

“Computing is fundamentally invisible,” Gerard Berry said in his talk. “When your tires are flat, you look at your tires, they are flat. When your software is broken, you look at your software, you see nothing.” “So thats a big problem.”

  1. Choose standard technology 2. Outsource Undifferentiated Heavy Lifting 3. Create enduring competitive advantage
  1. duplication is far cheaper than the wrong abstraction
  2. prefer duplication over the wrong abstraction
  • Gordon Brander - Second System Syndrome | a simple system is doomed to be replaced by an excessively abstract, over-engeered, or bloated successor.
  • Stacy Warden - (2015) 10 things tech pros can learn from "Star Wars"
  • James Somers - (2019) The three-page paper that shook philosophy : “Is Justified True Belief Knowledge?” : “the Gettier cases”
  • Daniel Lebrero - (2017) Documenting your architecture: Wireshark, PlantUML and a REPL to glue them all.
  • Daniel Lebrero - (2019) Architecture decisions: the belligerent contrarian and the rule of three
  • David Futcher - (2019) You Dont Need All That Complex/Expensive/Distracting Infrastructure
  • Simon Wardley - (2015) An introduction to Wardley 'Value Chain' Mapping. Bonus : See also Wardley map
  • milo-minderbinder/AWS-PlantUML - PlantUML sprites, macros, and other includes for AWS components.
  • RicardoNiepel/C4-PlantUML - C4-PlantUML includes macros, stereotypes, and other goodies (like VSCode Snippets) for creating C4 diagrams with PlantUML.
  • The Architecture of Open Source Applications - Useful resources of information, because most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study the great programs of history. As a result, they repeat one another's mistakes rather than building on one another's successes.
  • Checklist Design - A collection of the best UX and UI practices.
  • principles.design - a place to learn about and create Design Principles
  • Gilles Scokart - [Slides] (2016) Stop testing start designing
  • David Gilbert - (2013) Why Japanese Web Design Is So… Different
  • Worse is better - It is the subjective idea that quality does not necessarily increase with functionality—that there is a point where less functionality ("worse") is a preferable option ("better") in terms of practicality and usability. Software that is limited, but simple to use, may be more appealing to the user and market than the reverse.

Art 🎨

News

  • Toggl Blog - Fun articles from Toggl, with good posters / comics
  • Pixelation - A standalone forum dedicated which hosts lots of studies and deeper discussions of pixel art.
  • La boite verte - 🇫🇷 [FR] Site de découverte sur la photographie, la science, les arts et tout ce qui est insolite.
  • Retronator Magazine - Pixel Art, Gaming & Saturated Colors

Misc

  • Pierre Debatty - art of Pierre Debatty, a belgian painter
  • Kevin Smith - (2014) [IMG] It costs nothing to encourage an artist
  • Kelton Sears - (2016) How Two Brothers From Silverdale Made The Worlds Most Complex Video Game | about Dwarf Fortress
  • Cartooning for Peace - [IMGS] Cartoons about censorship, freedom of expression, human rights, environment, inequality, war, religion, migrations, etc
  • FeedArt - a chrome extension that replaces the ads you see on your Facebook feed by cool pieces of art
  • Programming Puzzles StackExchange - Tweetable Mathematical Art
  • Christelle Mozzati - (2013) [FR] 🇫🇷 Un graphiste, pourquoi cest cher ?
  • Dr. Tom Murphy VII, Ph.D. - [PDF] A C89 compiler that produces executables that are also valid ASCII text files
  • Jaime Jasso - gallery of Jaime Jasso, Digital Matte Artist working for the film Industry, fan of sci-fi, Cyberpunk, visual effects in general, matte painting, concept art and compositing. old gallery on devianart
  • Toolpic - Free Photoshop Online Alternative
  • Graphviz Docs - [PDF] (2015) Drawing graphs with dot / dot User's Manual
  • PlantText - an online tool that quickly generates images (mostly UML diagrams) without the use of a mouse because it relies on a text-based language called PlantUML.
  • Hive Plots - Rational Network Visualization - Farewell to Hairballs | Linear Layout for Network Visualization - Visually Interpreting Network Structure and Content Made Possible
  • BioFabric - displays a network where nodes are depicted as horizontal lines, not as points! Take a look at the Super-Quick Demo to see how it works in under 60 seconds. Example : Simple BioFabric Rendered
  • maxogden/biofabric - a client side module for generating biofabric graphs in svg using d3
  • Mode Analytics - example of Hive plot
  • Amanda Sopkin - (2018) Fantastic Personal Websites and How to Make Them | tips for good portfolio
  • awesome-portfolios - Awesome Creative Portfolio Websites
  • Anne Quito - (2018) Drawing is the best way to learn, even if youre no Leonardo da Vinci
  • PlantUML - Drawing UML with PlantUML : PlantUML Language Reference Guide
  • Dwitter.net - is a challenge to see what awesomeness you can create when limited to only 140 characters of javascript and a canvas.
  • Pixel Joint - Highest Rated Pixel Art | Pixel Joint is all about the pixel art community. The site was started in September 2004
  • La boite verte - 🇫🇷 [FR] Les illustrations en pixel art de Octavi Navarro
  • Pixels Huh - Pixel Art paintings by Octavi Navarro
  • Matej Retro Jan - (2017) #artistsontwitter by Retronator
  • Blake Reynolds - (2015) A Pixel Artist Renounces Pixel Art
  • Azgaar's Fantasy Map Generator - Web application generating interactive and customizable maps
  • Character Generator - Create a character sprite sheet for your game using 100% open art.
  • Turtletoy - Create your generative art online using a minimalistic Turtle graphics API.
  • NeoGaf - (2016) How where when Metal slug sprites made? | Interesting thread on NeoGAF
  • Smooth Sailing with Kubernetes - An online comic to learn about Kubernetes and how you can use it for continuous integration and delivery.
  • 7DRL Challenge 2019 - In 2005, the roguelike community established a yearly event, the 7DRL Challenge, in which developers are challenged to create a roguelike in seven days. This allows one to have the shared misery of knowing you are not the only one tracking down a bad pointer at the 167th hour. The annual event occurs during a week in early March.
  • LOWREZJAM 2019 - The goal of the jam is to create a game with a resolution of 64x64 pixels or less. You can use whatever programming language or tools that you wish.

Books 📚

Learn

  • Maggie Stiefvater - a story about piracy by a book writer
  • John Allspaw - (2017) Dialogue: The Art Of Thinking Together
  • Andrew Hatch - (2017) Why We Dont Need a DevOps Team | Rename your DevOps Team
  • Austin Kleon - (2018) Reading with a pencil | Full ownership of a book only comes when you have made it a part of yourself, and the best way to make yourself a part of it — which comes to the same thing — is by writing in it.
  • Farnam Street - A Helpful Guide to Reading Better
  • Nate Hoffelder - (2015) How to Download Your Kindle Notes and Highlights and Export Them
  • Opentrackers.org - (2017) A guide to help people find ebooks & textbooks
  • NDTV Gadgets360 - (2015) The 6 Best Places to Legally Download Ebooks for Free
  • Quora - What is a good website for free books?
  • Jeff Atwood - (2007) Do Not Buy This Book
  • Farnam Street - (2017) How to Remember What You Read
  • Andy Matuschak - (2019) Why books dont work

Picture some serious non-fiction tomes. The Selfish Gene; Thinking, Fast and Slow; Guns, Germs, and Steel; etc. Have you ever had a book like this—one youd read—come up in conversation, only to discover that youd absorbed what amounts to a few sentences?

Complete books

Summaries, notes and reviews

Tools

Book Suggestions

  • SC (SensCritique) - [FR] 🇫🇷 french social networking service meant for discovery, cataloging, sharing reviews and tastes in films, tv series, music, books, comics and video games
  • TasteKid - get recommendations for music but also tv shows, films, games, books...
  • Learn by Reading - Discover your next favorite learnable (Non-fiction) book from Amazon Book
  • Gnod - Discover new books based on what you like
  • Goodreads - a home for you books, to manage your collection and discover new books
  • LibraryThing - a home for your books, to manage your library and discover new books. | Recommendations are numerous and usually relevant to me for every book I tried
  • Whichbook - a tool for selecting what book to read next
  • What Should I Read Next? - another tool to discover new books based on what you like
  • AllReaders - book search engine, get details and recommendations about books you like
  • Readgeek - Let Readgeek get to know your book taste to get recommendations
  • Community Picks - recommended books for hacker subreddits
  • Book Suggestions Ninja - books suggestions based on book / author or genre
  • Reading Stash - Just a book recommender
  • Kooba - an interactive graph for finding new books
  • dev-books - top of most mentioned books on stackoverflow
  • Goodreads - Popular Reddit Top 200 Books
  • Amazon - Top 100 Free Amazon Best Sellers
  • Jeff Atwood - (2015) Recommended Reading for Developers
  • hackerkid/Mind-Expanding-Books - 📚 Books that will blow your mind
  • Ask HN - (2018) Which books describe modern devops?
  • Favobooks - famous people's favourite books : explore book recommendations of great thinkers, entrepreneurs, pioneers and visionaries.
  • The Book Seer - What should I read next ?

Business & Economics

News

Learn

  • Jean-Luc - (2013) [FR] 🇫🇷 Les confessions dun mineur de bitcoin
  • SEO'Brien - Why Do Startups Work in Silicon Valley?
  • Capitalism & Competitiveness (2014) [IMG] [FR] 🇫🇷 Competitivity
  • Adam Pittenger - Love what you build. Build what you love.
  • Sacha Greif - (2014) The Spiderweb Strategy : Why its OK if some of your projects dont make money
  • Andy Adams - (2014) How to talk yourself into charging more
  • Doug Tedder - (2017) The Seven Silent Killers of the IT Organization
  • Greg Kogan - (2017) Reject the First Ideas
  • Greg Kogan - (2017) Progression | Finding errors in your past decisions and ideas means youre progressing
  • Maggie Stiefvater - a story about piracy by a book writer
  • Greg Rosalsky - (2017) The Economics of the Office: Why Do We Still Commute?
  • Kevin Pezzi MD - (2015) The irony of Silicon Valley
  • Dean Baker - (2017) The problem of doctors salaries
  • Daniel Miessler - (2017) The New Luxury of Having Good Information
  • Yevgeniy Brikman - (2017) The Truth About Startups
  • mezod/awesome-indie - Resources for independent developers to make money
  • Joël Spolsky - (2006) A Field Guide to Developers : what theyre looking for, what they like and dislike in a workplace, and what its going to take to be a top choice for top developers.
  • Joël Spolsky - (2007) How to demo software
  • David McRaney - (2010) Fanboyism and Brand Loyalty
  • Andrew Orlowski - (2017) Break up Google and Facebook if you ever want innovation again | Jonathan Taplin against the tech giants
  • Google Finance - brings together stories from the many of the best financial news sites + all the market and portfolio data
  • Data Gueule (DTG) - [Videos] [FR] 🇫🇷 #Datagueule, l'émission qui décode les mécanismes de notre société... avec des chiffres ! Datagueule is a french youtube program that decrypts how society functions and provide actual figures
  • Lee Rainie - (2017) 10 facts about jobs in the future
  • Bob Reselman - (2018) Why the promise of low-code software platforms is deceiving

Low-code/no-code platforms mean anyone can code, right? Wrong. This is a dangerous thought for enterprises.

  • Mike Fisher - (2018) Selecting a Cloud Provider
  • Jim Bird - (2015) Dont Blame Bad Software on Developers Blame it on their Managers
  • Itamar Turner-Trauring - (2016) Why living below your means can help you find a better job
  • John Cutler - (2017) Faster. Faster. Faster.
  • Shan - (2015) Things I hated About Being a Renter for 15 years
  • Morgan Housel - (2017) Great Products vs. Great Businesses
  • Morgan Housel - (2017) Never Do That Again | about confusion & learning from failure
  • Sophie Bakalar - (2018) How to Beat Amazon
  • Morgan Housel - (2017) The Best Simple Business Models

The three best business models: Make boring things exciting. Make complicated things simple. Make intimidating things painless.

  • Morgan Housel - (2017) The Full Reset | understand the power of starting clean
  • Morgan Housel - (2017) How To Read Financial News
  • umair haque - (2017) The Dopamine Economy
  • John B. Sparks - Histomap: Visualizing the 4,000 Year History of Global Power
  • Paul Graham - (2014) Mean People Fail
  • Scott Santens - (2017) Why we should all have a basic income
  • David Rotman - (2017) The Relentless Pace of Automation
  • Erik Dietrich - (2017) Side Hustle Ideas for Software Developers
  • Gary Klein - (2007) Performing a Project Premortem
  • Thomas Wedell-Wedellsborg - (2017) Are You Solving the Right Problems? via Jim Leonardo's article titled "Export to PDF: A Tale in Understanding the Business Need"
  • Ward Cunningham - (2014) Analyzing Xp With Options Pricing | in XP, you should consider the Option to abandon, option to switch, option to defer investment and take advantage of possible future opportunity
  • Joshua Kerievsky - (2009) Do What You Love in a Down Economy
  • David Brown - (2017) How to Stay Grounded and Maintain Your Vision at Your Company | There are four fundamental elements of running a business, and not only is vision the first, it's also the one that the others are built on. | As startup businesses start to scale, the vision can easily get lost.
  • Hicham Amine - (2017) How to Grow A Startup: The 5 Best Tips Ive ever learned.
  • Eric Jorgenson - (2017) Why Growing Past 20 Employees is so Damn Hard (and what you can do about it)
  • Eric Jorgenson - (2015) Secrets to Perfecting Organizational Communication—Evergreen Business Weekly 3: Internal Communication | If the members of the team cannot communicate, isolation limits their potential.

Overcommunicate in all ways, all the time. There is no such thing as too much communication. When you think youve communicated something too much, youre probably just beginning to get through.

  • Eric Jorgenson - (2015) How Not to Hire Like a Clownshow—Evergreen Business Weekly 2: Hiring
  • Nick Cassella - (2018) Ask Your Coworkers What They Make. Youll Earn More.
  • Sam Harris - (2017) The Hard Thing About Hard ThingsSummary of book
  • Triin Linamagi - (2015) The Most Common Reasons Startups Fail
  • Kevin J. Delaney - (2016) Something weird happens to companies when they hit 150 people
  • Isaac Park - (2017) Founder Problem: Im The Reason My Startup Doesnt Grow
  • Shoshanna Solomon - (2018) As startups grow, founders need to learn to let go

As your company grows you have to get used to the fact that you cannot be involved in all the aspects of the company. To delegate is hard Delegating, he said, is another tough thing to do. “The key is to hire people who are more intelligent than you, to find people who are super, super smart, ”

  • David NiuMark Roberge - (2017) How Morale Changes as a Startup Grows | how company's culture changes
  • Kristof Kovacs - The Death Star Design Pattern
  • Dunbar's number - is a suggested cognitive limit to the number of people with whom one can maintain stable social relationships—relationships in which an individual knows who each person is and how each person relates to every other person.
  • Hype Cycle - a branded graphical presentation developer by Gartner, for representing the maturity, adoption and social application of specific technologies
  • Simon Wardley - (2015) On Pioneers, Settlers, Town Planners and Theft.
  • Hugo Lassiège - (2013) [FR] Travailler autrement | sur les crises et court-termisme entre autres
  • Gabe Hicks - (2017) 6 Ways to Control Cloud Costs
  • Mike Ensor - (2018) Containers: The Software Development Life Cycles Last Mile
  • Beau Lyddon - (2018) Stop Wasting Your Beer Money | Why are engineers so bad at paying other engineers for their work?
  • Robert Greene, Joost Elffers - The 48 Laws of Power
  • Sam Altman - (2018) How to Avoid Distractions and Start the Right Company: Startup Tips from Sam Altman
  • Jesse Weaver - (2015) A Simple Framework for Designing Choices | No design is neutral
  • Rich Archbold - (2018) Run less software
  1. Choose standard technology 2. Outsource Undifferentiated Heavy Lifting 3. Create enduring competitive advantage
  • Reed Hastings - [Slides] (2009) Netflix culture. Bonus : new version here
  • Meredith Somers - (2018) The 20-year-old entrepreneur is a lie | Data from the Census Bureau and the IRS show the average age of successful business founders is 42.

WHY IT MATTERS Good ideas come at any age, but it takes experience to turn them into success stories. Steve Jobs was 21 when he helped found Apple, but he was a 43-year-old CEO when the company created the iMac.

Solve your own problem, everything else will follow However, most developers make zero money off open source. Zero. Show your solution to other people as soon as possible Package it and distribute it as soon as possible (note to self) Dont be scared, ashamed, or discouraged to make it paid Dont let anyone tell you how much you should charge for your work value your work and believe that despite the fact that haters are loud, youre still gonna get a lot of customers who would gladly pay for what you made.

  • Daniel Miessler - (2019) Job Losses from Automation Are Being Actively Engineered and Funded

Cryptocurrency

News

Learn

  • coinpride/CryptoList - Curated collection of blockchain & cryptocurrency resources.
  • Chia Network - blockchain based on proofs of space and time to make a cryptocurrency which is less wasteful, more decentralized, and more secure.
  • Bruce Hunt - (2018) The Art Of Hodling Crypto: Cant Make this Sh*t Up

If you took 5 of the cryptocurrencies and if you invested $1,000 in each on Jan 1st 2017… you would have : $655,527 for $5,000 invested.

  • WalletGenerator - Paper Wallet Generator for BitCoins and other cryptocurrencies. Create, Print & Fold
  • Bruce Hunt - (2017) Due Diligence Checklist for Investing in Cryptocurrency
  • Bruce Hunt - (2017) How Cryptocurrency Market Behaves, Its a Damn Cycle.
  • Bruce Hunt - (2018) How to Crush the Crypto Market, Quit Your Job, Move to Paradise and Do Whatever You Want the Rest of Your Life
  • Coin and Crypto - (2018) Bitcoin is outdated tech. These 3 alternatives should be on your radar.
  • Linda Xie - (2018) Tips for crypto newcomers
  • Bitcoin Regret Club - satirical site for people who want to calculate all the money they you couldve made.
  • The HODLer manifesto - What is HODL?
  • Federico Gambarelli (fede93g) - (2018) The HODLer Manifesto: what does "being a Bitcoin HODLer" mean?
  • Best Bitcoin Exchange Reviews - Best Bitcoin Exchange Comparison
  • CryptoCompare - Compare all Bitcoin exchanges, reviews, live streaming bitcoin prices, fees, deposit methods
  • GamerZ - 🇫🇷 [FR] GamerZ discussion forum about Bitcoin / Cryptocurrencies
  • Anne Gaviola - (2018) Bitcoin's gender divide could be a bad sign, experts say
  • Lucca Runger-Field - (2018) Blockchain In: Politics
  • Nathaniel Whittemore - (2018) We Talk About Blockchain Governance, So Why Not Blockchain Politics?
  • Joseph Lubin - (2016) Is Blockchain Technology Going To Disrupt Our Political System: We Hope So
  • David Ernst - (2016) What is Liquid Democracy?
  • Danny Crichton - (2018) Liquid democracy uses blockchain to fix politics, and now you can vote for it

Collaboration & Problem solving

News

  • TED - [Videos] Ideas worth spreading, usually in the form of short, powerful talks (18 minutes or less)
  • Collaborative Fund - About information, collaboration and investments

Learn

  • What do I want to achieve?
  • What are my obstacles?
  • Who has solved this already?
  • Anthony Panozzo - (2016) How to Actually Publish More Things
  • Ingrid Towey - Growing your team's open culture, one buddy at a time
  • Sam Knuth - A 3-step process for making more transparent decisions
  • Lauri Apple - (2017) documentation : a maturity model for READMEs | Your step-by-step guide to more effective documentation
  • Chastity Blackwell - 7 deadly sins of documentation
  • Muriel Lefevre - [FR] 🇫🇷 Stanislav Petrov, l'homme qui sauva le monde en ne faisant rien
  • Anthony Panozzo - (2015) If Something Is Hard, Do It More Often
  • John D. Cook - (2009) Do you really want to be indispensable?
  • Tobias Fors - (2014) [IMG] The project paradox: making the biggest decisions when knowledge is at it's absolute lowest.
  • Kevin Smith - (2014) [IMG] It costs nothing to encourage an artist
  • Alex Calderon - (2014) [IMG] Are You a Boss or a Leader ?
  • Wesley Moore - (2017) Pair Programming
  • Jacob Shriar - 13 Scary Statistics on Employee Engagement
  • Fred Hébert - Don't be a Jerk: Write Documentation
  • Andrew Bosworth - Say No
  • Shubhro Saha - (2014) Software engineers should write
  • Shubhro Saha - (2017) Two sentences for better meetings
  • J. B. Rainsberger - (2014) Change Your Life One Habit At A Time
  • Lin Taylor - (2017) How I hacked my imposter syndrome using personal tracking
  • Mike Cannon-Brookes - An amateurs guide to turning impostor syndrome into an asset
  • Chris Parnin - (2014) Notes on Interruption for Programmers
  • Write the Docs - Documentation Guide : a best practice handbook for building, structuring, and writing software documentation, for creating more wonderful documentation in the world
  • Umer Mansoor - (2017) Fix Employee Weaknesses or Focus on Their Strengths?
  • Umer Mansoor - (2016) Effective Code Reviews
  • Brian Kelly - (2013) UX, Then Architecture, Then Tools
  • Tom Preston-Werner - (2010) Readme Driven Development
  • Oblique Strategies - How to break creative blocks by encouraging lateral thinking.
  • Jeff Wainwright - (2017) Code Review Etiquette
  • Doug Tedder - (2017) The Seven Silent Killers of the IT Organization
  • Doug Tedder - (2017) The CAB is Dead. Long Live the CAB.
  • Daniel Doubrovkine - (2015) Connecting People to Enable Magic
  • Greg Kogan - (2017) Reject the First Ideas
  • Kirsten Pickworth - (2017) How to Avoid the Best Practices Trap
  • Carl Hembrough - (2017) When programming was no longer fun | another story about impostor syndrome
  • Charles Duhigg - (2016) What Google Learned From Its Quest to Build the Perfect Team
  • MetEdge - [IMG] Successful vs Unsuccessful People
  • Greg Rosalsky - (2017) The Economics of the Office: Why Do We Still Commute?
  • Robert Ecker - (2017) Give Up Perfection!
  • Jeff Goins - (2017) The Single Most Overlooked Secret To Influencing Other People
  • John Cutler - (2016) company culture is…
  • Philippe Bourgau - (2015) From Zero to Pair Programming Hero
  • Manish Goregaokar - (2016) Making Your Open Source Project Newcomer-friendly
  • Erlend Hamberg - (2010) Code Reading as a Team Activity
  • zalando/zalando-howto-open-source - How to Open Source at Zalando. Bonus : Zalando's README Template
  • Joël Spolsky - (2000) Designing for People Who Have Better Things To Do With Their Lives
  • Joël Spolsky - (2007) Evidence Based Scheduling
  • Joël Spolsky - (2001) Human Task Switches Considered Harmful
  • Joël Spolsky - (2000) Painless Bug Tracking
  • David McRaney - (2010) Fanboyism and Brand Loyalty
  • David McRaney - (2013) Survivorship Bias
  • Rachel Potvin & Josh Levenberg - Why Google stores billions of lines of code in a single repository
  • Michael Lynch - (2017) How to Do Code Reviews Like a Human (Part One). Bonus : Part Two
  • Michael Lynch - (2017) The Perils of Outsourcing Your MVP
  • Maura Thomas - (2017) Your Teams Time Management Problem Might Be a Focus Problem
  • Tanja Roth - (2017) 7 rules for avoiding documentation pitfalls
  • GROWS Method - What is GROWS?
  • Catherine Louis - (2017) 20 questions DevOps hiring managers should be prepared to answer
  • Dr. Travis Bradberry - (2015) How Successful People Overcome Toxic Bosses
  • Dominic Krimmer - (2015) 10 powerful tips on how to support a team-based learning culture
  • Dominic Krimmer - (2017) Why We Kicked Estimation Meetings (And Maybe You Should Too)
  • One on One Meeting Template - a template to support you while leading one on one meetings.
  • Sarah Cooper - How to Politely Tell Your Coworkers to Shut the F*ck up
  • Chris Ward - (2017) Distributing Operational Knowledge Across a Team
  • Amar Singh - (2017) Youre working in the wrong place. (if youre working in an open office)
  • Changing minds - 5W1H - A simple set of question framings
  • Changing minds - Socratic Questioning
  • CrowdSync - (2018) 7 Tips for Creating a New Process
  • Carmen Bourlon - Document like a Journalist
  • Kuba Niechcial - (2018) Assume good intent
  • Kuba Niechcial - (2018) Remember the names - it's your job
  • Steve McConnell - (1998) Dealing With Problem Programmers
  • Steve McConnell - (1996) How to Defend an Unpopular Schedule
  • Steve McConnell - (1996) Classic Mistakes
  • Gregg Caines - (2014) In Defence of the Office
  • Gregg Caines - (2015) Reclaiming Value From Bugs and Outages: Thoughts on Post-Mortems
  • Mike Cottmeyer - (2008) One Team
  • Zach Holman - (2012) Unsucking Your Team's Development Environment
  • Markus Harrer - (2017) Extreme Reduction | how to fit the whole learning subject of one class into a half a dozen tweets. Bonus : see also bulimic learning and Cramming
  • Iwein Fuld - (2010) Practical Styles of Pair Programming
  • Dave Nicolette - (2018) In Favor of Pairing
  • Sami Honkonen - (2011) The Responsibility Process
  • Dan Milstein - [Slides] (2012) How To Run a 5 Whys (With Humans, Not Robots)
  • DATAGUEULE - 🇫🇷 [FR] [Video] (2018) La démocratie comme patron - #DATAGUEULE 79
  • Zach Holman - (2015) Opt-in Transparency | your employees need context
  • Fagner Martins Brack (fagnerbrack) - (2016) Pair Programming | A technique that if done correctly has the potential for delivering software faster with lower cost
  • Kate Matsudaira - (2016) Bad Software Architecture is a People Problem | When people don't work well together they make bad decisions.
  • Kode Vicious - (2010) Broken Builds | Frequent broken builds could be symptomatic of deeper problems within a development project.
  • Kate Matsudaira - (2016) Delegation as Art | Be someone who makes everyone else better.
  • GitHub - Great for new contributors | What open source projects can I contribute to?
  • Yan-David Erlich - [Slides] (2017) Six page cheat-sheet for the book Never Split the Difference, by Chris Voss
  • Jerome Kehrli - (2017) Periodic Table of Agile Principles and Practices
  • Farnam Street - Mental Models: The Best Way to Make Intelligent Decisions (113 Models Explained) | How do you think the most rational people in the world operate their minds? How do they make better decisions?
  • Culture Codes - Employee Handbox Examples | A collection of company handbooks, employee manuals, and more from real companies.
  • folkswhocode/awesome-diversity - A curated list of amazingly awesome articles, websites and resources about diversity in technology.
  • Itamar Turner-Trauring - (2017) Technical skills alone wont make you productive
  • Greg Williams - (2017) Diagrams as Software Documentation When a Picture Says it Best
  • Itamar Turner-Trauring - (2016) Dont get stuck: 6 ways to get unstuck and code faster
  • Itamar Turner-Trauring - (2016) From 10x programmer to 0.1x programmer: creating more with less
  • Gregg Caines - (2015) We're in the Stone Age of Software Engineering Management
  • Marcus Blankenship - (2017) Why your programmers just want to code
  • John Cutler - (2018) Yes, But…
  • Juliet Lara - (2018) Youre doing Stories wrong!
  • Lieven Vaneeckhaute (denshade) - (2017) Solving complex problems using a problem-solution mind map
  • Lieven Vaneeckhaute (denshade) - (2016) Abbreviations are your (false) friend!
  • Jakub Holý - (2016) It Is OK to Require Your Team-mates to Have Particular Domain/Technical Knowledge
  • Farnam Street - (2017) The Difference Between Amateurs and Professionals
  • Ashton Kemerling - (2014) Managing Is a Craft Too
  • Ashton Kemerling - (2012) The Myth of the Lone Hacker | without the effort of countless other engineers, part and full time, their projects would have never made it off the ground.
  • Michael Hoffman - (2013) How to be Stuck - Learning to learn to code on the internet
  • Julia Evans - (2018) Working remotely, 4 years in
  • Robert Ecker - (2015) Boosting the Quality of Team Decisions | pros and cons of voting, consensus and strong leadership
  • Arlo Belshee - (2012) Is Pair Programming for Me?
  • Christian Maioli Mackeprang - (2018) How terrible code gets written by perfectly sane people
  • Oded Zilinsky - (2018) How to use ChatOps to boost business engagement across teams | Go cross-silo with chatbots
  • James Wade - (2017) What's involved in a code review?
  • Mike Bursell - (2018) Tackling the most important issue in a DevOps transformation | Why culture is the most important issue in a DevOps transformation
  • Ian Miell - (2018) Five Things I Did to Change a Teams Culture
  • Morgan Housel - (2017) Solving Hard Problems With Simple Ideas
  • Morgan Housel - (2017) Conflicting Skill Sets
  • Morgan Housel - (2017) Never Do That Again | about confusion & learning from failure
  • Morgan Housel - (2017) Skills vs. Behavior
  • Morgan Housel - (2017) How To Read Financial News
  • Nir Cohen - (2016) Trained Engineers - Overnight Managers (or, The Art Of Not Destroying Your Company)
  • Paul Graham - (2014) Mean People Fail
  • Chris Mague - (2017) Things you need to know about giving tech talks
  • Amy M Haddad - (2017) Effective Tips for Working Remotely
  • Nick Babich - (2018) 10 Tips to Develop Better Empathy Maps
  • Srinivas Rao - (2018) Professionals vs Amateurs

When we are amateurs our life was about drama, denial, and distractionSteven Pressfield

  • The XY problem - (2014) is asking about your attempted solution rather than your actual problem. This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help.
  • Eric Steven Raymond, Rick Moen - (2001) How To Ask Questions The Smart Way
  • Josh Johnson - (2015) DevOps Is Bullshit: Why One Programmer Doesnt Do It Anymore
  • Hacker News - (2018) Building an Engineering Culture from scratch?
  • Thomas Wedell-Wedellsborg - (2017) Are You Solving the Right Problems? via Jim Leonardo's article titled "Export to PDF: A Tale in Understanding the Business Need"
  • Joshua Kerievsky - (2015) Evolutionary Design | agile's most valuable practice?
  • Tim Ottinger - (2017) Taking Breaks in a Disciplined Way | Take breaks otherwise pairing will drain your energy

we don't take breaks because we are tired, we take breaks so that we are never tired.

People will not work together to complete stories if they each have "their own work" to do.

  • Tim Ottinger - (2015) Individual Work Assignments: Neither Agile Nor Team
  • Teresa Amabile and Steven J. Kramer - (2011) The Power of Small Wins | making progress in meaningful work | Managers can help employees see how their work is contributing.
  • Tim Ottinger - (2014) Avoid Rework Through Behavior-Driven Development | eXamples and features specification should be written in a formal way that is easily automated / increasing the signal-to-noise ratio in your communication:
  • Eric Jorgenson - (2015) The Power of Network Effects: Why they make such Valuable Companies, and how to Harness them
  • Eric Jorgenson - (2015) How Not to Hire Like a Clownshow—Evergreen Business Weekly 2: Hiring
  • Kevin J. Delaney - (2016) Something weird happens to companies when they hit 150 people
  • Robin Dunbar - (2011) Friends to count on | The perfect number for a human social group is 150. The challenge is maintaining a real sense of community
  • Shoshanna Solomon - (2018) As startups grow, founders need to learn to let go

As your company grows you have to get used to the fact that you cannot be involved in all the aspects of the company. To delegate is hard Delegating, he said, is another tough thing to do. “The key is to hire people who are more intelligent than you, to find people who are super, super smart, ”

Our new approach felt more natural and we became more responsive to our customer's needs. We spent less time trying to predict how much work we could get done in a rigid time box, and instead allowed ourselves to work on items that ranged from a few hours to a few days.

  • Ben Northrop - (2018) The Reality of Reuse | we're hard-wired to want to make decisions quickly and we take too many shortcuts
  • Naresh Jain - (2011) Impact of Continuous Integration on Team Culture
  • Bridget Kromhout - (2018) Containers Will Not Fix Your Broken Culture (and Other Hard Truths) | Complex socio-technical systems are hard;
  • Dunbar's number - is a suggested cognitive limit to the number of people with whom one can maintain stable social relationships—relationships in which an individual knows who each person is and how each person relates to every other person.
  • Simon Wardley - (2015) On Pioneers, Settlers, Town Planners and Theft.
  • Xiao Ma - (2015) Code • Life | We are already doing these things to our code, why not do them to ourselves?
  • coreight - 🇫🇷 [FR] (2016) Les bonnes habitudes de développeurs à appliquer dans sa vie quotidienne
  • Jeff Atwood - (2004) We Make Shitty Software.. With Bugs! | Software is a process, it's never finished, it's always evolving.
  • Fred Hébert - (2018) The Hitchhiker's Guide to the Unexpected | about clean architecture, and making things easier
  • Isaac Asimov - (1989) The Relativity of Wrong
  • Jo Meenen - The Art Of Non-Conformity Book Summary
  • Jason Palmer - (2018) You dont need standup
  • Derek Sivers - (2016) Im a very slow thinker
  • Derek Sivers - (2010) [Video] First Follower: Leadership Lessons from a Dancing Guy | a Lesson of leadership
  • Derek Sivers - [Video] Obvious to you. Amazing to others.
  • Chesterton's fence - the principle that reforms should not be made until the reasoning behind the existing state of affairs is understood.
  • Satyandra Vadavalli - (2012) Paralysis by Analysis
  • Steve Losh - (2013) Teach, Don't Tell | about documentation
  • Sacha Labourey, Nigel Willie - (2018) DevOps Technician Training: Think Requirements, Not Solutions
  • Dustin Barnes - (2017) Increasing Software Transparency with Lightweight Architectural Decision Records
  • Beau Lyddon - (2018) Stop Wasting Your Beer Money | Why are engineers so bad at paying other engineers for their work?
  • Libby Sander - (2018) Open offices make people talk less and email more
  • Jan Mewes - (2018) How to pick up a new technology in minimal time?
  • Alicia Liu - (2018) Go Slow to Go FastPart 1: You, Part 2: Team, Part 3: World
  • Tim Denning - (2018) Why Youre Not Happy With Your Career
  • Ronald Jeffries - (2018) Developers Should Abandon Agile
  • Alberto Brandolini - (2013) Introducing Event Storming | EventStorming is a workshop format for quickly exploring complex business domains.
  • Jeppe Cramon - (2015) [Slides] Event storming
  • Sean Kane - (2018) 6 creative ways to solve problems with Linux containers and Docker
  • Jesse Weaver - (2015) A Simple Framework for Designing Choices | No design is neutral
  • Lolly Daskal - (2017) Dumb Rules That Make Your Best People Want to Quit | TL;DR — Trust employees like the adults they are
  • Gordon Brander - Patterns : "This is my bag of tricks — loose notes, design patterns, rules-of-thumb, methods of enquiry, tools, cheatsheets, gimmicks, leverage points, descriptions of systems, key questions, risks, and unknowns."
  • Ted Dziuba - (2011) Who Needs Process?

Get rid of your prioritized list of tasks. Stop having your daily stand-ups. No more status report e-mails. Just stop doing that stuff, and get rid of anyone who can't cope. Nothing terrible will happen.

  • Ted Dziuba - (2011) Devops Is a Poorly Executed Scam

You need to change the culture the hard way, or replace people as necessary until the culture works.

  • Hugo Sharman-Firth - (2018) The dangers of best practices | Best is the enemy of better
  • Mat Lawrence - (2017) How to facilitate successful offsite meetings: its all about the team
  • Sarah Goff-Dupont - (2018) Running effective meetings: a guide for humans
  • Sarah Goff-Dupont - (2018) 6 types of meetings that are actually worthwhile and meetings you can do without
  • Sarah Goff-Dupont - (2018) Avoid these 5 mistakes for an amazing kick-off meeting
  • Bernie Ferguson - (2017) How to manage meetings like an expert facilitator
  • matiassingers/awesome-readme - A curated list of awesome READMEs
  • Akash Nimare - (2016) A Beginners Guide to writing a Kickass README ✍
  • Jo Meenen - Switch Book Summary | How to Change Things When Change Is Hard | good tips here
  • Rich Archbold - (2018) Run less software
  1. Choose standard technology 2. Outsource Undifferentiated Heavy Lifting 3. Create enduring competitive advantage
  1. After encountering the person, do people feel oppressed, humiliated or otherwise worse about themselves?
  2. Does the person target people who are less powerful than him/her?
  • Brendan D. Gregg - (2017) Brilliant Jerks in Engineering
  • The Life Coach School - [Podcast] Ep #212: Simple Solutions | About the importance of defining the problem and finding its root cause, + other tips
  • Catherine Louis - (2018) 8 tips for better agile retrospective meetings
  • Retromap - Inspiration & plans for (agile) retrospectives : Planning your next agile retrospective? Start with a random plan, change it to fit the team's situation, print it and share the URL. Or browse around for new ideas!
  • John Allspaw - (2017) Taking Human Performance Seriously

A proper treatment of the human element requires the human to be the focus

  • wikiHow - (2018) How to Make a QR Code to Share Your WiFi Password.
  • Vadim Kravcenko - (2018) Growing your interns | eventually you will become Senior Developers and will need to nurture your own interns.
  • Greg Kamradt - (2018) How awesome people have taught me to make things happen
  • Vadim Kravcenko - (2018) Dealing with complex projects

If you fail - you learn, if you succeed even better. And never forget the importance of communication.

  • Daniel Lebrero - (2019) Architecture decisions: the belligerent contrarian and the rule of three
  • LisaDziuba/Awesome-Design-Tools - The best design tools for everything
  • Michelle Venetucci Harvey - (2017) A research roundup to show that your office layout is toxic (and some tips for making it better)
  • David R. MacIver - (2019) How to do hard things
  • Simon Wardley - (2015) An introduction to Wardley 'Value Chain' Mapping. Bonus : See also Wardley map
  • Bryan Cantrill - (2018) Assessing software engineering candidates
  • Raph Lee - (2019) Understand, Design, Build: A Framework for Problem-Solving
  • Guesstimate - free models and tools for modeling things that aren't certain. You can forecast your earnings from a new venture, predict the amount of time completing a big project will take, or experiment with scientific theories. People have used it to optimize video games, understand lottery payoffs, and estimate the costs of childcare.
  • Marie Prokopets - (2019) 11 Best Practices for Working Remotely
  • Julia Evans - (2019) Get your work recognized: write a brag document
  • Farnam Street - (2018) The Surprising Power of The Long Game
  • Farnam Street - (2018) The Decision Matrix: How to Prioritize What Matters
  • Remote Mob Programming - A summary of the essentials of successful Remote Mob Programming
  • Jason Fried - (2016) Status meetings are the scourge.

Communication

  • Bohm Dialogue - (also known as Bohmian Dialogue or "Dialogue in the Spirit of David Bohm") is a freely flowing group conversation in which participants attempt to reach a common understanding, experiencing everyone's point of view fully, equally and nonjudgementally.[1] This can lead to new and deeper understanding. The purpose is to solve the communication crises that face society,[2] and indeed the whole of human nature and consciousness.
  • Eric Jorgenson - (2017) Why Growing Past 20 Employees is so Damn Hard (and what you can do about it)
  • Eric Jorgenson - (2015) Secrets to Perfecting Organizational Communication—Evergreen Business Weekly 3: Internal Communication | If the members of the team cannot communicate, isolation limits their potential.

Overcommunicate in all ways, all the time. There is no such thing as too much communication. When you think youve communicated something too much, youre probably just beginning to get through.

  • Eser Gozcu - (2018) DevOps and Behind the Scenes | BEST EFFORT != BEST PRACTICE | DevOps starts with a real communication. Moving towards a common goal requires social engineering
  • Nonviolent Communication - an approach to nonviolent living based on the idea that all human beings have the capacity for compassion and only resort to violence or behavior that harms themselves and others when they do not recognize more effective strategies for meeting needs
  • Alex Naoumidis - (2018) Elon Musk reveals his productivity rules in a letter he sent to Tesla employees
  • Get of all large meetings, unless youre certain they are providing value to the whole audience, in which case keep them very short.
  • Also get rid of frequent meetings
  • Walk out of a meeting or drop off a call as soon as it is obvious you arent adding value.
  • Dont use acronyms or nonsense words for objects
  • Communication should travel via the shortest path necessary to get the job done
  • A major source of issues is poor communication between depts. The way to solve this is allow free flow of information between all levels
  • If following a “company rule” is obviously ridiculous in a particular situation, such that it would make for a great Dilbert cartoon, then the rule should change.

If you fail - you learn, if you succeed even better. And never forget the importance of communication.

  • Curse of knowledge - a cognitive bias that occurs when someone assumes that the others have the same background to understand.
  • Yegor Bugayenko - (2018) Speaker Cheat Sheet
  • Chris Mague - (2017) Things you need to know about giving tech talks
  • Julia Evans - (2019) Get your work recognized: write a brag document

Documentation

Learn

  • Greg Williams - (2017) Diagrams as Software Documentation When a Picture Says it Best
  • Chastity Blackwell - 7 deadly sins of documentation
  • Fred Hébert - Don't be a Jerk: Write Documentation
  • Write the Docs - Documentation Guide : a best practice handbook for building, structuring, and writing software documentation, for creating more wonderful documentation in the world
  • Lauri Apple - (2017) documentation : a maturity model for READMEs | Your step-by-step guide to more effective documentation
  • Tanja Roth - (2017) 7 rules for avoiding documentation pitfalls
  • Carmen Bourlon - Document like a Journalist
  • Felix - (2019) The Trouble with Knowledge Transfers
  • Steve Losh - (2013) Teach, Don't Tell | about documentation
  • Tom Preston-Werner - (2010) Readme Driven Development
  • zalando/zalando-howto-open-source - How to Open Source at Zalando. Bonus : Zalando's README Template
  • matiassingers/awesome-readme - A curated list of awesome READMEs
  • Akash Nimare - (2016) A Beginners Guide to writing a Kickass README ✍
  • Chris Ward - (2017) Distributing Operational Knowledge Across a Team
  • James Somers - (2019) The three-page paper that shook philosophy : “Is Justified True Belief Knowledge?” : “the Gettier cases”
  • John D. Cook - (2009) Do you really want to be indispensable?
  • Shubhro Saha - (2014) Software engineers should write
  • Hubert Sablonnière - (2017) [Video] 🇫🇷 [FR] Documentation as Code (expliqué à mon père) | DevFest Nantes 2017 | about AsciiDoc, KISS, DRY, Quality, Collaboration
  • PlantUML - Drawing UML with PlantUML : PlantUML Language Reference Guide

Tips

  • Box-drawing character - because using some characters such as ╭ ╮ ╯╰> is useful especially for arrows : ╰>
  • Bazyli Brzóska - (2013) On organizing projects and files | TLDR : we shoudl use tags and we need more tools supporting them
  • Christopher Laine - (2019) Ubiquitous Language in your software domain | Defining your software domains language makes everything easier
  • Julia Evans - (2019) Get your work recognized: write a brag document

Tools

  • Daniel Lebrero - (2017) Documenting your architecture: Wireshark, PlantUML and a REPL to glue them all.
  • LisaDziuba/Awesome-Design-Tools - The best design tools for everything
  • Alex Efros - AsciiDoc cheatsheet
  • Dillinger - Online Markdown Editor
  • StackEdit - in-browser markdown editor
  • Adam Pritchard/markdown-here - Markdown Cheatsheet
  • CommonMark - syntax reference for CommonMark, a rationalized version of Markdown syntax
  • CommonMark - Try CommonMark / CommonMark Demo
  • ty-/spec-style-guide - some best practices for writing markdown based specifications to be printable by gitprint.com and pandoc
  • Daichi - (2017) Boost your productivity using Markdown.
  • Carla King - (2014) 6 Great Self-Publishing Tools for Small Press and Author Co-Ops
  • WikiDiff - display difference between two terms, using wikipedia definition. Useful when answering online tests
  • BubuAnabelas/awesome-markdown - A curated list of delightful Markdown stuff.
  • Markdeep - a free technology for writing plain text documents that will look good in any web browser, whether local or remote. It supports diagrams, calendars, equations, and other features as extensions of Markdown syntax.
  • tcort/markdown-link-check - checks that all of the hyperlinks in a markdown text to determine if they are alive or dead
  • kylelobo/The-Documentation-Compendium - 📢 Various README templates & tips on writing high-quality documentation that people want to read.
  • milo-minderbinder/AWS-PlantUML - PlantUML sprites, macros, and other includes for AWS components.
  • RicardoNiepel/C4-PlantUML - C4-PlantUML includes macros, stereotypes, and other goodies (like VSCode Snippets) for creating C4 diagrams with PlantUML.

Creativity 💡

  • TED - [Videos] Ideas worth spreading, usually in the form of short, powerful talks (18 minutes or less)
  • Innovating Now! - (2011) CK Theory : The Concept Knowledge Theory
  • Jason Fried - The Intimidating Zero
  • DIY Projects - Craft Ideas & How Tos for Home Decor with Videos
  • Hackaday - fresh hacks every day
  • Louis-Xavier Lavallée - [Slides] 10 Reasons Why Successful Leaders Are Keeping a Journal
  • NanoDano - "I know how to program, but I don't know what to program"
  • Nathan Kontny - How to be original / aka whom creative ideas come from ?
  • Marion PoetzNikolaus FrankeMartin Schreier - (2014) Sometimes the Best Ideas Come from Outside Your Industry
  • Dan Kim - Its OK to be pragmatic (with a little help from the “crazy ones”)
  • /r/GoogleCardboard - Google Cardboard VR subreddit
  • Modd.io - a one minute game maker proof of concept, with ability to join others games online or fork their projects to create your own
  • Daniel Miessler - Stop Being Proud of Complexity
  • Marco de Saint-Hilaire - [FR] 🇫🇷 [eBook] L'art de payer ses dettes et de satisfaire ses créanciers sans débourser un sou
  • The Next Web - (2014) [IMG] It's not about being first to market, it's about being the best. / It's Never Too Late / Just do it better.
  • John D. Cook - (2009) Doing good work with bad tools
  • Kevin Smith - (2014) [IMG] It costs nothing to encourage an artist
  • Vala Afshar - (2014) [IMG] knowledge vs experience vs creativity
  • Roy Osing - Anti principles (Don't do this !) / 11 Ways To Lose Yourself In The Crowd
  • Julia Evans - (2017) Blogging principles
  • Steve Yegge - You Should Write Blogs
  • Adam Pittenger - Love what you build. Build what you love.
  • Lin Taylor - (2017) How I hacked my imposter syndrome using personal tracking
  • spammimic - encode your secret message into something innocent looking.
  • Lionel Dricot - [FR] 🇫🇷 Votre idée ne vaut rien
  • Brian Kelly - (2013) UX, Then Architecture, Then Tools
  • Oblique Strategies - How to break creative blocks by encouraging lateral thinking.
  • Greg Kogan - (2017) Reject the First Ideas
  • Katie McKenna - (2017) Be a Better Writer: 5 Lessons Learned From Yoga Teacher Training
  • Kirsten Pickworth - (2017) How to Avoid the Best Practices Trap
  • Cate McGehee - (2017) The Single Best Thing Ive Ever Heard About Ideation and Brainstorming
  • Robert Ecker - (2017) Give Up Perfection!
  • Benjamin P. Hardy - (2017) This 10-Minute Routine Will Increase Your Clarity And Creativity
  • Kim Roach - (2015) 101 Ways to Promote Your Next Blog Post
  • Kevin Pezzi MD - (2015) The irony of Silicon Valley
  • Philippe Bourgau - (2017) 13 Tricks for Successful Side Projects
  • James Routley - (2017) Advice on starting a programming blog
  • mezod/awesome-indie - Resources for independent developers to make money
  • David McRaney - (2010) Confirmation Bias
  • Buy Me A Coffee - A free, fast and beautiful way to accept donations
  • Vala Afshar - (2014) [IMG] 33 ways to stay creative:
  • Scott Chacon - (2009) Do What You Want
  • Jon Bell - (2013) McDonalds Theory. In french : Rémi Parmentier - 🇫🇷 [FR] (2013) La théorie du McDonalds
  • Benoit Collet - 🇫🇷 [FR] (2013) 20 trucs super cool que vous pouvez faire avec votre boite à pizza
  • Maaike Brinkhof - (2016) Mapping Biases to Testing: Confirmation Bias
  • Greg Williams - (2017) Diagrams as Software Documentation When a Picture Says it Best
  • Itamar Turner-Trauring - (2016) Stagnating at your programming job? Dont quit just yet!
  • Morgan Housel - (2017) Solving Hard Problems With Simple Ideas
  • Craig Shapiro - (2017) Passionate Goals
  • Morgan Housel - (2017) The Full Reset | understand the power of starting clean
  • Morgan Housel - (2018) Ideas That Changed My Life
  • Josh Archer - (2017) Motivation is dangerous | be disciplined
  • Nick Babich - (2018) 10 Tips to Develop Better Empathy Maps
  • Srinivas Rao - (2018) Professionals vs Amateurs

When we are amateurs our life was about drama, denial, and distractionSteven Pressfield

  • Thomas Wedell-Wedellsborg - (2017) Are You Solving the Right Problems? via Jim Leonardo's article titled "Export to PDF: A Tale in Understanding the Business Need"
  • TalAter/awesome-book-authoring - A collection of awesome resources for technical book authors
  • Quora - (2014) What is publishing a book with O'Reilly Media like?
  • Blake Gossard - (2018) The Importance of Getting Distracted | The pervasive message of “stay focused for success” is wrong

curiosity and broad inquiry are necessarily incompatible with focus on specific goals.

  • Simon Wardley - (2015) On Pioneers, Settlers, Town Planners and Theft.
  • Xiao Ma - (2015) Code • Life | We are already doing these things to our code, why not do them to ourselves?
  • Hugo Lassiège - (2017) [FR] Le 10ème homme
  • Derek Sivers - (2016) Im a very slow thinker
  • Derek Sivers - [Video] Obvious to you. Amazing to others.
  • Sean Kane - (2018) 6 creative ways to solve problems with Linux containers and Docker
  • Austin Kleon - (2018) Reading with a pencil | Full ownership of a book only comes when you have made it a part of yourself, and the best way to make yourself a part of it — which comes to the same thing — is by writing in it.
  • Retromap - Inspiration & plans for (agile) retrospectives : Planning your next agile retrospective? Start with a random plan, change it to fit the team's situation, print it and share the URL. Or browse around for new ideas!
  • Anne Quito - (2018) Drawing is the best way to learn, even if youre no Leonardo da Vinci
  • Drawing helps us think better
  • Drawing makes us better humans

Solve your own problem, everything else will follow However, most developers make zero money off open source. Zero. Show your solution to other people as soon as possible Package it and distribute it as soon as possible (note to self) Dont be scared, ashamed, or discouraged to make it paid Dont let anyone tell you how much you should charge for your work value your work and believe that despite the fact that haters are loud, youre still gonna get a lot of customers who would gladly pay for what you made.

CRM

Culture

  • TED - [Videos] Ideas worth spreading, usually in the form of short, powerful talks (18 minutes or less)
  • SC (SensCritique) - [FR] 🇫🇷 french social networking service meant for discovery, cataloging, sharing reviews and tastes in films, tv series, music, books, comics and video games
  • Rotten Tomatoes - quality measurement for movies & tv, by creating a score based on top critics
  • Metacritic - similar to Rotten Tomatoes. Aggregates reviews and provides a metascore for movies, tv, games and music
  • IMDB (Internet Movie Database) - aka IMDb, the biggest online database of info related to films and tv
  • Learn by Reading - Discover your next favorite learnable (Non-fiction) book from Amazon Book
  • Gnod - Discover new books based on what you like
  • Goodreads - a home for you books, to manage your collection and discover new books
  • LibraryThing - a home for your books, to manage your library and discover new books. | Recommendations are numerous and usually relevant to me for every book I tried
  • Whichbook - a tool for selecting what book to read next
  • What Should I Read Next? - another tool to discover new books based on what you like
  • AllReaders - book search engine, get details and recommendations about books you like
  • Readgeek - Let Readgeek get to know your book taste to get recommendations
  • My 90's TV - Go back to the 1990's via this nostalgic TV simulator and relive the original ads, music videos, movie trailers, shows and more!
  • Community Picks - recommended books for hacker subreddits
  • A random quote - Short summaries of books / Great books summarized in 5 quotes or less
  • Cinesift - 'Cinesift' Sorts Ratings and Streaming Services to Help Users Pick Films. Bonus : Presentation of Cinesift by Trend Hunter
  • WikiSummaries - A listing of free book summaries in English by category and alphabetically.
  • Actionable Books - 1134 business book summaries with personality. Insights you can apply in five minutes.
  • UnplugTheTV - [Videos] Unplug the tv : What should you watch if not the television ?
  • Khan Academy - free online courses, lessons and practice
  • What is my movie ? - finds movies based on your own words, actors, directors, genres etc.
  • RadioKawa - [FR] 🇫🇷 lot of good podcasts in video games, music, arts, tv, cinema, culture, and misc.
  • Geekzone - [FR] 🇫🇷 a couple of tasty podcasts for geeks
  • Parkhi Rastogi - Recommend Movie by Plot (reveal movie title after reading the plot)
  • RichardLitt/awesome-fantasy - Fantasy literature worth reading
  • sindresorhus/awesome-scifi - Sci-Fi worth consuming
  • Duolingo - free tool for learning another language, Duolingo makes it fun, and helps keep you engaged for the long haul.
  • Open Culture - 1,300 Free Online Courses from Top Universities
  • Academic Earth - free access to world-class education; streaming of lectures from many of top universities
  • Project Gutenberg - over 54,000 free eBooks, especially older works for which copyright has expired.
  • Data Gueule (DTG) - [Videos] [FR] 🇫🇷 #Datagueule, l'émission qui décode les mécanismes de notre société... avec des chiffres ! Datagueule is a french youtube program that decrypts how society functions and provide actual figures
  • FOSDEM - video recordings from FOSDEM events (linux, containers, free software, open source, programming, ...)
  • Courseroot - Review the best online courses on the internet in one place
  • Internet Archive: Wayback Machine - The Internet archive, bringing back old/dead pages to live
  • Ramène Ta Science (alias RTS) - 🇫🇷 [FR] podcast de vulgarisation scientifique de Geekzone
  • Morgan Housel - (2017) How To Read Financial News
  • Chengeer Lee - (2017) Fuck Motivation!
  • Lindsay Kolowich - (2017) The 20 Best Websites for Wasting Time on the Internet in 2018 | NSFW
  • Sam Thielman - (2017) Why broke millennials love “Rick and Morty”
  • What the Hell Should I Watch on Netflix? - Your First World problems are over.
  • Linux Academy - Courses: Master your Linux and cloud stack. | Azure, OpenStack, DevOps, Big Data, Containers, Security, AWS, Google Cloud Platform, Linux, ... Examples : AWS Certification Training
  • ImagoTV - 🇫🇷 [FR] Netflix gratuit de la transition écologique !
  • daltonmenezes/netflix-list-exporter - 💫 An Extension to export your lists from Netflix to Clipboard area and share with your friends. | also useful if used to compare lists to know what to watch together
  • The Atlantic - Life Timeline : Explore your life in history. | Tell us your birthday, and well show you how the world has changed during your lifetime.
  • Sur le champ - 🇫🇷 [FR] [Videos] La tactique et la stratégie militaires ont aussi une histoire. A travers l'analyse de différentes batailles, cette chaîne Youtube vous propose de découvrir ce qui a marqué cette discipline, non pour l'exercer mais pour la comprendre.
  • Rating Graph - is an online visualization tool which generates fancy graphs from user ratings (ranging between 1.0 and 10.0) submitted to TV show's Episodes and Movies.
  • Blog Histoire - 🇫🇷 [FR] L'Histoire en podcast
  • NeoGAF - (2019) Nice looking DOS games | Discussion thread
  • pirate/ArchiveBox - 🗃 The open source self-hosted web archive. Takes browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... See also : Website
  • David Gilbert - (2013) Why Japanese Web Design Is So… Different
  • oduwsdl/archivenow - A Tool To Push Web Resources Into Web Archives

Data

  • /r/dataisbeautiful - a place for visualizations that effectively convey information
  • /r/Infographics - all the latest infographics
  • /r/funnycharts - funny charts
  • AcquiredBy - Definitive list of tech acquisitions
  • Jeroen Janssens - Data Science at the Command Line
  • Million Song Dataset - The Last.fm Dataset
  • Information is Beautiful - the worlds data, information and knowledge distilled into beautiful and useful graphs & diagrams.
  • visual complexity - A visual exploration on mapping complex networks | beautiful graphs in various topics
  • Worldometers - shows estimated current numbers based on statistics and projections from the most reputable official organizations, for economics, media, world population, etc.
  • Evan Sangaline - (2017) One Million robots.txt Files
  • HTTP Archive - provides a record of web stats. Bonus : Example 1
  • Hive Plots - Rational Network Visualization - Farewell to Hairballs | Linear Layout for Network Visualization - Visually Interpreting Network Structure and Content Made Possible
  • BioFabric - displays a network where nodes are depicted as horizontal lines, not as points! Take a look at the Super-Quick Demo to see how it works in under 60 seconds. Example : Simple BioFabric Rendered
  • maxogden/biofabric - a client side module for generating biofabric graphs in svg using d3
  • Mode Analytics - example of Hive plot
  • OpenCycleMap - 🚴 the OpenStreetMap Cycle Map
  • Digital Wallonia - [FR] [BE] Open Data pour la Wallonie
  • Data.gov.be - [FR] [BE] Belgian open data portal
  • OpenRefine/OpenRefine - OpenRefine is a free, open source power tool (by Google) for working with messy data and improving it. See also [https://openrefine.org/](Official site)
  • Max Roser and Mohamed Nagdy - (2018) Optimism & Pessimism | why people are optimistic or pessimistic about certain things and how this is influenced by human nature, the media, or social changes.
  • Google Dataset Search - Dataset Search enables users to find datasets stored across the Web through a simple keyword search.
  • The Atlantic - Life Timeline : Explore your life in history. | Tell us your birthday, and well show you how the world has changed during your lifetime.
  • Information is Beautiful - World's Biggest Data Breaches & Hacks
  • InterPlanetary File System - The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices. See also : Wikipedia and GitHub
  • Replication crisis - The replication crisis (or replicability crisis or reproducibility crisis) is, as of 2019, an ongoing methodological crisis in which it has been found that many scientific studies are difficult or impossible to replicate or reproduce. The replication crisis affects the social and life sciences most severely.

DevOps / CICD

News

  • HashiCorp - HashiCorp Blog
  • CloudBees - CloudBees Blog
  • Jenkins CI - Jenkins CI Youtube Channel
  • CloudBees - CloudBees TV Youtube Channel
  • DZone - DZone Devops latest articles
  • /r/devops - Everything Devops on reddit
  • Netflix - NetFlix Technology Blog
  • Netflix - Netflix TechBlog
  • DEV - DevOps related articles on dev.to()
  • DevOps'ish - DevOps, Cloud Native, Open Source, and the ish in between.
  • Stack Exchange - DevOps questions & answers
  • ThoughtWorks - Technology radar : trends, insights into tools, frameworks, languages, techniques & platforms shaping the future
  • Puppet Blog - educates readers on configuration management, cloud migration and cloud management, DevOps, security, compliance, Windows ...
  • Hacker News - last year DevOps news
  • InfoWorld - information, news, how-to advices about DevOps
  • Medium - DevOps Stories on medium
  • DevOpsLinks - The Must-Read Publication for Aspiring DevOps Professionals
  • All Things Distributed - Werner Vogels' (Amazon' CTO) weblog on building scalable and robust distributed systems.
  • GoCD Blog - Continuous Delivery techniques, thoughts, learnings
  • Redgate Blog - Database / DevOps articles
  • Pivotal - featured news & stories about DevOps, Cloud, Containers, Software etc.
  • Build to Adapt at Pivotal - Stories and insights on how software is changing the way society and businesses are built, from Pivotal.
  • Praqma Stories - Newest stories of The Continuous Delivery Company
  • The Continuous Delivery Aliance - a community of Continuous Delivery and DevOps companies who work together to learn and facilitate best practices shared among the members.
  • GitLab - Blog archives, mixed content about GitLab, DevOps and CI/CD
  • Codeship - Codeship Blog, about CI/CD
  • ThoughtWorks Insights - ThoughtWorks Insights
  • ThoughtWorks Insights - ThoughtWorks Insights on continuous delivery
  • Paul Hammant - articles about CD, DevOps, etc. Specific sections : Continuous_Delivery and DevOps
  • Stackify - all posts tagged as DevOps
  • Jessie Frazelle - articles about DevOps, Containers, Linux, etc
  • Ansible - Ansible Blog
  • OpenShift Blog - OpenShift latest news
  • Red Hat Blog - Official Red Hat Blog
  • CloudPassage Blog - insights for a unsecure world / news & tips on protecting critical assets
  • Electric Cloud Blog - DevOps, Continuous Delivery, and all that jazz...
  • Continuous Discussions (#c9d9) - A community podcast, discussing Agile, DevOps & Continuous Delivery
  • fabric8 Blog - Blog of fabric8, the open source microservices platform for developers, based on Docker, Kubernetes and Jenkins
  • sysadvent - One article for each day of December, ending on the 25th article | great articles about systems administration topics written by fellow sysadmins.
  • SysAdvent Calendar - Pre Christmas Tips and Tricks for Sysadmins
  • AWS News Blog
  • GOTO Blog - Created for developers, by developers, GOTO is focused on bringing together the best minds in the software community and the most interesting topics to light.

Learn

  • Derek E. Weeks - 21 DevOps and Docker Reference Architectures
  • Derek E. Weeks - 31 Reference Architectures for DevOps and Continuous Delivery. Slides here
  • Olivier Mallassi, Rudy Krol - [FR] 🇫🇷 Les Patterns des Grands du Web DevOps
  • Martin Rusev - (2015) How I Replaced SSH with ZeroMQ and Salt
  • Martin Rusev - (2015) SaltStack - Review and how it fares against Ansible and Puppet?
  • Josh Dreyfuss - Deployment Management Tools: Chef vs. Puppet vs. Ansible vs. SaltStack vs. Fabric
  • Engin Yöyen - Service Discovery : Choosing the Right Tool
  • Viktor Farcic - (2017) The Ten Commandments Of Continuous Delivery. Bonus from Jenkins World 2017 : video * Viktor Farcic - The Ten Commandments Of Continuous Delivery. Bonus from Jenkins World 2017 : video & my notes my notes
  • Pushkar Singh - [PNG] (2015) Devops Maturity Model
  • DevOpsGuys - (2013) Maturing the Continuous Delivery Pipeline
  • Tony Bradley - (2017) DevOps is More Than Just Automation
  • Don Macvittie - Moving That Big Project to CI/CD
  • Yaniv Yehuda - 7 Highly Effective Continuous Delivery Principles
  • Automatic Software - DevOps Maturity model assessment : Where are you on your DevOps journey?
  • Phillip Holmes - (2015) Fourth - The Build System
  • Phillip Holmes - (2015) The Build Methodology Decision
  • Michael Hedgpeth - (2017) Why Habitat? - Chef Blog
  • Samuele Resca - Continuous Delivery using feature toggle
  • Per-Gustaf Stenberg [PDF] (Master's thesis) Container-based Continuous Delivery for Clusters, interesting for some parts
  • Nathan Hurst - (2015) From 10 Hours to 10 Minutes: Scaling Release Automation at Teachers Pay Teachers
  • Chris Short - 5 laws every aspiring DevOps engineer should know
  • Viktor Farcic - Service Discovery (The DevOps 2.0 Toolkit)
  • Josh @ Overseer - The DevOps tool arsenal: Results from ~100 DevOps/SRE surveys
  • Josh @ Overseer - Clouds, containers & microservices: infra and architecture from ~100 DevOps/SRE surveys
  • Josh @ Overseer - Fears and favorites from 100+ DevOps/SRE surveys
  • Gregg Caines - (2013) Release-ophobia
  • Gregg Caines - (2012) Your Team Probably Doesn't Have the Same DVCS Requirements as Linus
  • OpenStack Docs - OpenStack command-line interface cheat sheet
  • Sqreen - The DevOps Security Checklist
  • David Mytton - How we do HumanOps at Server Density
  • kahun/awesome-sysadmin - A curated list of amazingly awesome open source sysadmin resources
  • n1trux/awesome-sysadmin - (fork of kahun/awesome-sysadmin)
  • DevOps on Slack - DevOps fans on Slack
  • DevOpsLinks on Slack - Where “software DEVelopment” meets “information technology OPerationS”
  • Joran Le Cren - (2017) 7 Specific Suggestions to Sabotage DevOps Simply
  • Mattias Geniar - Why do we automate?
  • Aaron Boodman - how the team responsible for Google Chrome ships software
  • Vishal Naik - Enabling Trunk Based Development with Deployment Pipelines / learn from deployment pipeline anti patterns
  • Phu Ha - Continuous Integration: Part 1 - Setting Up VMs, Docker, and Jenkins
  • Phu Ha - Continuous Integration: Part 2 - Setup a Jenkins Slave, Docker Registry, and Jenkinsfile (Pipeline)
  • Suzie Prince - (2017) It's not CI, it's just CI Theatre
  • Maxime Choffat - [Slides] Introduction to DevOps - presentation of first Belgium DevOps Meetup
  • XebiaLabs - The Ultimate DevOps Tool Chest
  • Drue Placette - (2015) 51 Best DevOps Tools for #DevOps Engineers
  • Electric Cloud - Continuous Integration Best Practices: Vision and Reality
  • Electric Cloud - Build Automation: Top 3 Problems and How to Solve Them
  • Damon Edwards - (2014) Jenkins is for Development. Rundeck is for Operations.
  • DevOps Topologies. There is no right team topology, but several bad topologies for any one organisation. Original article -> Matthew Skelton - (2013) What Team Structure is Right for DevOps to Flourish?
  • RedHat - [Videos] RedHat Summit 2017 Breakout Sessions, topics being DevOps, OpenShift, Development, OpenStack...
  • aelsabbahy/goss - goss : Quick and Easy server testing/validation
  • Ahmed Elsabbahy - Tutorial: How to test your docker image in half a second
  • Stack Exchange - How to test provisioning and configuration in Ansible setup?
  • Pedro Artino - (2016) Test Driven Infrastructure with Goss
  • drone - Drone is a Continuous Delivery platform built on Docker, written in Go
  • chassing/linux-sysadmin-interview-questions - Linux System Administrator/DevOps Interview Questions
  • kevindeasis/awesome-fullstack - Learn front-end, middle-tier, back-end tier, algorithms, and continuous delivery
  • ciandcd/awesome-ciandcd - list of resources about Continuous Integration and Continuous Delivery
  • Pascal Welsch - Use different build numbers for every buildautomatically using a gradle script
  • Derek Weeks - Embedding Ownership: A DevOps Best Practice
  • E.G. Nadhan - (2017) 9 key phrases of DevOps
  • DevelopIntelligence Blog - DevOps Simplified for Non-Technical People
  • Jan Krag - (2017) Survival of the Fittest; Evolution in the CI ecosystem
  • Derek Greer - (2016) Separation of Concerns: Application Builds * Derek Greer - Separation of Concerns: Application Builds & Continuous Integration Continuous Integration
  • The Pragmatic Programmers - [PDF] Pragmatic Project Automation Summary Road Map / good one-page summary of Pragmatic Project Automation book
  • Slant - Best CI (Continuous Integration) tools
  • Stackify - (2017) Top Continuous Integration Tools: 51 Tools to Streamline Your Development Process, Boost Quality, and Enhance Accuracy
  • mr-mig/going-to-production - A checklist for topics which should be covered before going to production.
  • TotalCloud - A collection of DevOps checklists
  • Microsoft Docs - DevOps Checklist
  • Aymen El Amri - The 15-point DevOps Check List
  • Steve Pereira - The DevOps Checklist
  • Fagner Martins Brack (fagnerbrack) - [IMG] The Periodic Table Of Software Engineering
  • John Allspaw - (2009) [Slides] 10+ Deploys Per Day: Dev and Ops Cooperation at Flickr
  • Patrick Debois - (2010) [Slides] Devops: The War is over - If you want it
  • Ian Miell - (2017) A Checklist for Docker in the Enterprise (Updated)
  • Blueprint - a config mgmt tool that reverse-engineers servers by figuring out what you've done manually, commit them to git + generates code that can replicate your efforts
  • arvind - (2017) In DevOps, Dev is Killing Ops // read the full article + conclusion to have a better understanding
  • All Day DevOps - [Videos] All Day DevOps 2017 videos
  • Jeff Geerling - (2017) dockrun oneshot — quick local environments for testing infrastructure
  • Alex Zhitnitsky - (2014) 15 Tools Java Developers Should Use After a Major Release
  • Keith Cirkel - (2014) Why we should stop using Grunt & Gulp
  • Doug Tedder - (2017) Ops, just get out of the way
  • Doug Tedder - (2017) The Seven Silent Killers of the IT Organization
  • Doug Tedder - (2017) The CAB is Dead. Long Live the CAB.
  • Aymen El Amri - The Most Popular DevOps Stories In 2016
  • eon01/DevOpsLinks-Is-Awesome - curated list of useful resources for DevOps, SysAdmin and Full Stack Developers
  • The Disciplined Agile (DA) Framework - Disciplined DevOps
  • Werner Vogels - (2016) 10 Lessons from 10 Years of Amazon Web Services
  • Container Journal - (2017) Using CI/CD Over Containerization to Drive Down Pre-Production Costs
  • Devhints - collection of Rico's cheatsheets about programming, DevOps, etc.
  • csabapalfi/release-it - notes for the book titled 'Release It!' by Michael T. Nygard
  • Steve Smith - (2017) Aim for Operability, not DevOps As A Cult
  • Russ Collier - (2013) A DevOps Checklist
  • Russ Collier - (2013) It Takes Dev and Ops to Make DevOps
  • Cindy Sridharan - (2017) Everyone is not Ops
  • Carlos Leon - (2017) Semantic versioning and Tagging Docker images the right way
  • James Wade - curated list of Devops Best Practices
  • Raymond Rutjes - (2017) Pragmatic Releasing: Less Worry, More Shipping
  • Ask Hacker News - (2017) How do you deal with operational work as a software engineer?
  • Manisha Sahasrabudhe - (2017) Are you stuck in the new DevOps matrix from hell? | about complexity of env-app configuration management
  • ripienaar/free-for-dev - list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev. Bonus : Website
  • kelseyhightower/confd - confd is a lightweight configuration management tool to keep local config files up-to-date using either etcd, consul, dynamodb, redis, vault, zookeeper, aws ssm parameter store or env vars
  • Eric Myhre - You probably don't really want CI-triggered CD
  • StackStorm Exchange - Automate all the things you already know and use with dozens of ready-made integration packs. Cloud providers, monitoring services, lightbulbs. Its extendable, flexible, and built with love for DevOps and ChatOps
  • Dag Sonstebo - (2017) Configuration Management Best Practices
  • Concourse CI - CI that scales with your project.
  • Buildbot - The Continuous Integration Framework
  • JP La Torre - 50+ Useful Docker Tools
  • Asaf Yigal - (2017) SRE vs. DevOps — a False Distinction?
  • Nicolas De Nayer - (2017) The Duty Guy: the key to empowering engineers
  • Jérôme Petazzoni - (2017) DevOps, Docker, and Empathy | Just because were using containers doesnt mean that we “do DevOps.”
  • Google - [Book] Site Reliability Engineering | free book about how SRE at Google build, deploy, monitor, and maintain some of the largest software systems in the world.
  • Pivotal - What are Cloud-Native Applications?
  • Bryan Friedman - (2017) Infrastructure as Code is Not Enough: Comparing BOSH, Ansible, and Chef - Part 1. See also : Part 2
  • GROWS Method - What is GROWS?
  • Grant Fritchey - (2017) Youre not delivering DevOps to the database

Please, developers, dont get smug. Im starting with you because youre a core part of the problem here. Go back and re-read the definitions of DevOps … Ill wait … You have to notice one salient point. Nowhere does it say, “Developers rule the world”, or “Developers have SA privileges”, or “We get to ignore the Operations side of IT and do anything we want”. No, instead, it talks about cooperation.

DevOps does not equal Developers managing Production

  • Jason Bloomberg - (2017) Is #DevOps Falling into the Maturity Trap?
  • Catherine Louis - (2017) 20 questions DevOps hiring managers should be prepared to answer
  • Carlos Nunez - (2018) How to get into DevOps
  • Thomas Steinborn - (2018) The future of DevOps is mastery of multi-cloud environments
  • Angie Jones - (2018) 6 reasons to co-locate your app and automation code
  • Maxime Choffat - (2018) [Slides] of You said DevOps ? - Introduction to DevOps Meetup
  • CloudBees - (2014) [PDF] Infographic on Continuous Delivery: Are you really doing it? 41% think they are, only 8% truly are
  • Thierry de Pauw - (2017) [Video] + [Slides] Feature Branching considered Evil. Bonus : Recent slides - 2018
  • DZone - (2018) [Book] [PDF] DZone's free 50 pages Guide to DevOps: Culture and Process
  • Steve Ropa - (2018) A Craftsman looks at continuous integration
  • Mark Pundsack - (2017) Beyond CI/CD: GitLab's DevOps vision | How we're building GitLab into the complete DevOps toolchain.
  • GitLab - Auto DevOps is next via (2017) Sid Sijbrandij From 2/3 of the self-hosted Git market, to the next-generation CI system, to Auto DevOps
  • Paul Johnston - (2017) Serverless is about Automation, not Functions
  • Subbu Allamaraju - (2016) Dont Build Private Clouds
  • Matthew Setter - (2018) Best Practices When Versioning a Release
  • Martin Fowler - (2006) Continuous Integration
  • Ben Putano - (2018) 8 Best Practices for Agile Software Deployment
  • Ben Putano - (2018) Proven Steps to Achieving Deployment Nirvana
  • Matt Watson - (2017) What Is Site Reliability Engineering and Why You Should Embrace It
  • Matt Watson - (2017) What is Web Operations? How Does it Relate to DevOps and SRE?
  • Matt Watson - (2017) 15 Metrics for DevOps Success
  • Matt Watson - (2014) Supporting Production Applications the DevOps Way
  • Matt Watson - (2017) What is DevOps? Give Your Development Team Ownership
  • Red Hat - [Videos] Webinar Archives
  • Red Hat - Red Hat Events & Webinars
  • Red Hat - [Videos] Red Hat Summit Youtube Channel
  • Bob Reselman - (2018) Why the promise of low-code software platforms is deceiving

Low-code/no-code platforms mean anyone can code, right? Wrong. This is a dangerous thought for enterprises.

  • OpenStack Summit - All Videos archives
  • Jamie Maguire - (2018) Software Release Management Best Practices
  • Kevin London - (2016) DevOps from Scratch, Part 1: Vagrant & Ansible
  • Kevin London - (2016) DevOps from Scratch, Part 2: Amazon & Terraform
  • Continuous Delivery Service (CDS) - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform, by OVH. CDS is open-source and completely free.
  • Frederik Andersson - (2017) Updating a Maintainable NPM Module with Continuous Integration
  • Devoxx Belgium - (2017) The Top-100 rated Devoxx Belgium 2017 talks
  • Coda Hale - (2017) Risky Business Requires Active Operators | about the risks of automation in order to successfully and safely wield its power.
  • Dan McKinley - (2016) No Way Out But Through | how Skyliner deploys applications and why they built it like that
  • Dan McKinley - (2017) You Cant Have a Rollback Button | The internet is a big truck. Its really hard to drive it backwards.
  • Paul Hammond - (2010) [Slides] Always ship trunk | Managing change in complex websites
  • Theo Schlossnagle - (2010) Online Application Deployment: Reducing Risk
  • Sasha Friedenberg - (2017) How Etsy Ships Apps
  • Gregg Caines - (2015) Continuous Testing
  • Gregg Caines - (2015) Reclaiming Value From Bugs and Outages: Thoughts on Post-Mortems
  • Zach Holman - (2012) Unsucking Your Team's Development Environment
  • Zach Holman - (2018) How to Deploy Software | Make your teams deploys as boring as hell and stop stressing about it.
  • Zach Holman - [Slides] move fast & break nothing | a talk about code, teams & process
  • Jim Bird - (2016) DevOpsDays: Empathy, Scaling, Docker, Dependencies and Secrets | interesting takeaways
  • Zach Holman - [Slides] (2011) How GitHub Uses GitHub to Build GitHub
  • Mirco Hering - (2018) Why you are probably not as advanced in your Agile/DevOps journey as you think you are
  • Mike Loukides - (2017) The evolution of DevOps
  • Kate Matsudaira - (2016) Bad Software Architecture is a People Problem | When people don't work well together they make bad decisions.
  • Bridget Kromhout - (2018) Containers Will Not Fix Your Broken Culture (and Other Hard Truths) | Complex socio-technical systems are hard;
  • Kode Vicious - (2010) Broken Builds | Frequent broken builds could be symptomatic of deeper problems within a development project.
  • Mandi Walls - (2017) Configuration Management is Old and Boring
  • Pavan Belagatti - (2017) DevOps Resources: 5 Books Every DevOps Enthusiast Must Read! | + the SRE book
  • Nathen Harvey - (2017) The Journey to Continuous Automation
  • Nathen Harvey - (2017) Compliance as Code
  • Katie Ballinger - (2017) Onboarding New Site Reliability Engineers
  • Alice Goldfuss - (2017) Center stage: Best practices for staging environments
  • Increment Staff - (2017) What its like to be a developer at …
  • Amy Blais - (2017) 27 things enterprises can learn from startups to increase productivity
  • Joe McKendrick - (2017) Time to move on from DevOps and continuous delivery, says Google advocate
  • Mike Bursell - (2018) Tackling the most important issue in a DevOps transformation | Why culture is the most important issue in a DevOps transformation
  • Ian Miell - (2018) Five Things I Did to Change a Teams Culture
  • Armon Dadgar - (2018) Why We Need Dynamic Secrets | how applications do a terrible job keeping secrets, and why we need to embrace ephemeral credentials, or "Dynamic Secrets" in Vault.
  • Dan Barker - (2018) Your DevOps attempt will fail without these 7 departments buying in | Achieving customer value requires more than just software development and IT operations.
  • Michael Cote - (2018) The many-faced god of operational excellence, DevOps and now 'site reliability engineering'
  • Anna Kennedy - (2017) Testing Packer builds with Serverspec
  • Alice Goldfuss - (2016) No More On-Call Martyrs
  • Rob Kinyon - (2016) What does Operations do?
  • Jennifer Riggins - (2018) On Call Rotations: How Best to Wake Devs Up in the Middle of the Night
  • Robert Treat - (2017) sysadmins - the evolution of a role amidst revolutionary hype.
  • Etienne Tremel - (2017) Deployment Strategies
  • bridgetkromhout/devops-against-humanity - DevOps Against Humanity (an expansion for Cards Against Humanity)
  • Continuous Delivery - What is / Why Continuous Delivery ?
  • Ask HN - (2018) Which books describe modern devops?
  • Jamie Maguire - (2018) AWS Top 10 Security Tips
  • Josh Johnson - (2015) DevOps Is Bullshit: Why One Programmer Doesnt Do It Anymore
  • Yevgeniy Brikman - (2016) Why we use Terraform and not Chef, Puppet, Ansible, SaltStack, or CloudFormation
  • James Shore - (2005) Continuous Integration is an Attitude, Not a Tool
  • Yegor Bugayenko - (2014) Why Continuous Integration Doesnt Work
  • James Shore - (2006) Continuous Integration on a Dollar a Day
  • Michal Charemza - (2017) Non atomic deployments | Cron-free deferred delete of obsolete static resources | The best infrastructure is the one that doesn't exist
  • Hacker News - (2018) Ask HN: How do you keep track of releases/deployments of dozens micro-services?
  • Ontrack - Continuous delivery monitoring : a tool for keeping track of deployments without losing anything, and make good usage of all data generated by CI/CD activities Bonus : Slides of presentation in Belgium and Github Repo and nemerosa website
  • chris-short/DevOps-README.md - What to Read to Learn More About DevOps
  • Jim Leonardo - (2017) Is it DevOps? What is DevOps and what is not DevOps
  • Dmitriy Samovskiy - (2011) Complex Systems: Generalists and Specialists | on diagnosing problems
  • Dmitriy Samovskiy - (2010) The Rise of DevOps
  • Dmitriy Samovskiy - (2016) The Rise of New Operations
  • Electric Cloud - (2014) Continuous Integration Best Practices: Vision and Reality | Are you really practicing the principles of Continuous Integration?
  • Angela Stringfellow - (2017) Mistakes to Avoid on Your DevOps Resume: Tips from 20 DevOps Leaders and Hiring Managers
  • Google - Why devops is bad | interesting search results
  • Helen Beal - (2017) The Industry Just Can't Decide about DevOps Teams
  • Joshua Kerievsky - (2014) Benefits of Continuous Deployment : Lower Stress, Greater Flow, Less WIP, Easier Recovery
  • A. Mokhov, N. Mitchell, Simon Peyton Jones - (2018) [PDF] Build Systems à la Carte | is excel a build system too ? study of various old and model build systems
  • Aymen El Amri - (2018) 50 Best DevOps & SRE Blog Posts & Tutorials Of 2017
  • Jeff Knupp - (2014) How 'DevOps' is Killing the Developer
  • Didier Caroff - (2018) How We Switched to a Continuous Delivery Pipeline in 3 months
  • Naresh Jain - (2011) Impact of Continuous Integration on Team Culture
  • RightScale - Cloud Comparison : Google Cloud Platform vs AWS vs Azure vs IBM Cloud
  • Balaji Vajjala - (2017) continuous delivery patterns & antipatterns
  • Cody Boggs - (2016) Deploying a private PaaS: The good, the meh, and the aw crap

"moving to a PaaS is certainly not a decision to be made lightly but its still probably the right decision."

  • ThoughtWorks - How to build your ThoughtWorks Radar
  • Balaji Vajjala - (2014) 6 Challenges in implementing Enterprise Continuous Delivery
  • Katacoda - Learn new technologies right in your browser | Interactive Learning and Training Platform for Software Engineers
  • OpenShift - [Book] DevOps with OpenShift
  • DevOps.com - (2016) 7 Best Practices for Continuous Delivery Success
  • Vladimir Fedak - (2018) 10 disruptive DevOps trends of 2018
  • Chris Hill - (2018) Security in the Cloud: What I learned when AWS (almost) billed me for $29,594 in one day.
  • Aymen El Amri - (2016) The 15-point DevOps Check List
  • New Relic - Site Reliability Engineering | Philosophies, Habits, and Tools for SRE Success
  • Matthew Setter - (2018) Best Practices When Versioning a Release
  • Stephen Mann - (2018) Don't Do This in Production
  • Cameron van Orman - (2014) DevOps is not a synonym for application development
  • Carla Rudder - (2018) 10 bad DevOps habits to break
  • Alison DeNisco Rayome - (2018) 10 bad habits DevOps admins must break
  • Alex Aitken - (2018) SRE role in team
  • Carla Rudder - (2018) How to be a stronger DevOps leader: 9 tips
  • Daniel Oh - (2018) 6 DevOps mistakes to avoid
  • Cornelia Davis - (2018) DevOps Who Does What
  • Adolfo Nunes - (2018) In the Loop: How a Release Team Centralizes and Aligns Processes
  • Mark Seemann - (2013) Semantic Versioning with Continuous Deployment | Versioning is a programmer decision
  • semantic-release/semantic-release - that tool automate the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
  • Sacha Labourey, Nigel Willie - (2018) DevOps Technician Training: Think Requirements, Not Solutions
  • trimstray/test-your-sysadmin-skills - A collection of *nix Sysadmin Test Questions and Answers for Interview/Exam (2018 Edition).
  • Software Engineering Stack Exchange - Why is build.number an “abuse” of semantic versioning?
  • Dustin Barnes - (2014) Java Release Process with Continuous Delivery | maven-release-plugin sucks
  • Gabe Hicks - (2017) 6 Ways to Control Cloud Costs
  • CI/CD Life - Continuous Integration / Continuous Delivery 4 Life - tips & tricks
  • Philipp Hauer - (2016) Version Numbers for Continuous Delivery with Maven and Docker
  • Beau Lyddon - (2018) Stop Wasting Your Beer Money | Why are engineers so bad at paying other engineers for their work?
  • Jeroen van Wilgenburg - (2018) Lessons learned after serving thousands of concurrent users in a devops team for a year
  • Darío Blanco - (2018) DevOps is counterintuitive | Reliability without sacrificing speed
  • IdeasForDevOps/100IdeasForDevOps - 100 Ideas to bring DevOps into an Organization
  • Eser Gozcu - (2018) DevOps and Behind the Scenes | BEST EFFORT != BEST PRACTICE | DevOps starts with a real communication. Moving towards a common goal requires social engineering
  • Gary Woodfine - (2018) You are not a DevOps Engineer | Your organisation wont be saved by a terminal wonder kid in a hoody churning awesome BASH scripts during his lunch break. | Changing your department names form Software Development and IT operations and moving them to a co-located zone with a pool & Ping Pong tables, open plan kitchen and bean bags and then calling them DevOps is not really going to make your customers any happier.
  • Antonio Cangiano - (2018) Building Better Software With Info-Ops: An Interview With Daniel B. Markham
  • AJ Ross, Adrian Hilton, Dave Rensin - (2017) SLOs, SLIs, SLAs, oh my - CRE life lessons | for DevOps professionals / SRE
  • Tim Hall - (2018) Why Automation Matters : Lost Time
  • Linux Academy - Courses: Master your Linux and cloud stack. | Azure, OpenStack, DevOps, Big Data, Containers, Security, AWS, Google Cloud Platform, Linux, ... Examples : AWS Certification Training
  • open-guides/og-aws - 📙 Amazon Web Services — a practical guide
  • Jerry Hargrove - AWS | Cloud Diagrams & Notes
  • Hacker News - Ask HN: What best practices for in-house Docker Registry? | examples of using labels and tags when building the docker images
  • Ted Dziuba - (2011) Devops Is a Poorly Executed Scam

You need to change the culture the hard way, or replace people as necessary until the culture works.

When adopting continuous delivery, problems related to system design are common, critical and little studied. The found problems, causes and solutions can be used to solve problems when adopting continuous delivery in practice.

Ansible

Ansible Vault

  • brianshumate/ansible-vault - Ansible role for Vault
  • Ansible Docs - Ansible Vault Documentation
  • Michael DeHaan - (2014) Introducing Ansible Vault : keeping encrypted data in Playbooks
  • Patrice Laurent - [FR] 🇫🇷 Ansible Vault : Automatiser le chiffrement avec Git
  • Dan Tehranian - (2015) Managing Secrets with Ansible Vault The Missing Guide (Part 1 of 2)
  • Dan Tehranian - (2015) Managing Secrets with Ansible Vault The Missing Guide (Part 2 of 2)
  • Marvin Pinto - (2016) Using git diff with Ansible Vault encrypted files
  • Michel Blanc - Transparent encryption with ansible vault revisited
  • Tristan Fisher - Working with ansible-vault : A short tutorial on how to use Vault in your Ansible workflow
  • Chris Short - Improve your DevOps security game with Ansible Vault

AWS

See also Infrastructure

News

Learn

  • Don MacAskill - (2011) How SmugMug survived the Amazonpocalypse
  • Werner Vogels - (2016) 10 Lessons from 10 Years of Amazon Web Services
  • Kevin London - (2016) DevOps from Scratch, Part 2: Amazon & Terraform
  • Linux Academy - Courses: Master your Linux and cloud stack. | Azure, OpenStack, DevOps, Big Data, Containers, Security, AWS, Google Cloud Platform, Linux, ... Examples : AWS Certification Training
  • Denny Cherry - (2017) Another Cloud Outage (#awsdown this time) Another Group of Companies Show They Dont Have DR
  • open-guides/og-aws - 📙 Amazon Web Services — a practical guide
  • Chris Hill - (2018) Security in the Cloud: What I learned when AWS (almost) billed me for $29,594 in one day.
  • Ciro S. Costa - (2018) How to publish a blog using AWS
  • Jonathan Block - (2018) Scaling Jenkins | good tips for AWS, infrastructure design...
  • Jamie Maguire - (2018) AWS Top 10 Security Tips
  • Boris Serebrov - (2018) SSH Tunnels | on AWS, EC2 and SSH tunnels
  • Cody Parker - (2017) How To Force HTTPS in NGINX behind a classic AWS Load Balancer
  • HashiCorp Learn - Getting Started - AWS | In this introduction to Terraform, you will learn how to use Terraform to build infrastructure in AWS.
  • AWS - Security Resources
  • Rosemary Wang - (2019) Test-Driven Development for Infrastructure
  • Ryan Armstrong - (2017) Inline vs. discrete rules for AWS Security Groups in Terraform
  • terraform-best-practices - Terraform Best Practices for AWS users

Tools

  • Boto Docs - Boto is the Amazon Web Services (AWS) SDK for Python. It enables Python developers to create, configure, and manage AWS services, such as EC2 and S3. Boto provides an easy to use, object-oriented API, as well as low-level access to AWS services.
  • Amazon Web Services Simple Monthly Calculator - estimate your monthly AWS bill more efficiently. Using this tool, you can add, modify and remove services from your 'bill' and it will recalculate your estimated monthly charges automatically. The calculator also shows common customer samples and their usage, such as Disaster Recovery and Backup or Web Application.
  • toniblyx/prowler - Tool for assessing AWS Security Best Practices, Auditing, Hardening and Forensics Readiness Tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and DOZENS of additional checks including GDPR and HIPAA (+90). Bonus : Official CIS for AWS guide
  • milo-minderbinder/AWS-PlantUML - PlantUML sprites, macros, and other includes for AWS components.
  • Amazon S3 Tools - S3cmd usage (as shown if you type s3cmd -h). To access all the options and commands listed below, you'll need s3cmd version 2.0 or newer
  • AWS Trusted Advisor - Think of Trusted Advisor as a tool to help you plan new infrastructure, optimize existing ones, or simply run scans to make sure your deployments meet the AWS security standards. Given how hard it is to do this on even a single server manually, Trusted Advisor is one of the hidden gems among lesser-known AWS offerings.
  • donnemartin/saws - A supercharged AWS command line interface (CLI).
  • Rodion Chachura - (2018) System testing: Localstack + Terraform
  • dtan4/terraforming - Terraforming allows to export existing AWS resources to Terraform style (tf, tfstate)
  • k1LoW/awspec - RSpec tests for your AWS resources.

Tips

  • AWS Docs - determine your instance's IPv4 addresses using instance metadata :
    1. Connect to your instance.
    2. Use the following command to get its private IP address: curl http://169.254.169.254/latest/meta-data/local-ipv4
    3. Use the following command to get its public IP address: curl http://169.254.169.254/latest/meta-data/public-ipv4
  • MorganGeek - My Network cheatsheet
  • MorganGeek - My AWS cheatsheet

Bitbucket

  • Atlassian Docs - Updating build status for commits
  • Atlassian Docs - Setting up SSH port forwarding (for BitBucket or other git server)
  • Atlassian Docs - Search for code in Bitbucket Server
  • MorganGeek - bitbucket cheatsheet / tips
  • Atlassian Docs - Java Option http.nonProxyHosts does not work | useful info for Jira, Confluence & BitBucket
  • Atlassian Docs - Product guides & APIs for Confluence, Bitbucket, Stride / Hipchat, Jira, Bamboo...
  • MorganGeek - My cheatsheet for Bitbucket

ChatOps

Cog is engineered to be more of a framework that addresses a number of concerns many teams have, such as security. With built-in access control and audit logging functionality, Cog allows teams to collaborate on sensitive tasks with higher confidence. Taking inspiration from the command-line interface, Cog has a “pipe” operator that allows users to run a command and use that output as the input for another command in a process.

Chef

Consul (by HashiCorp)

Containers

  • Docker - Docker Blog
  • Docker Forums - latest topics on docker forums
  • DEV - Docker related articles on dev.to()
  • Docker - Docker Youtube channel
  • CoreOS - CoreOS Youtube Channel
  • Hacker News - last year docker news
  • Container Journal - news about containers security, ecosystem, management, etc
  • Red Hat Blog - containers articles
  • Container Solutions Blog - thinking, news and research at Container Solutions.
  • Mike Simons - Mikes monster list of docker tips
  • Docker Docs - Best practices for writing Dockerfiles
  • Sonatype - KISSSSS : good approach to ensure you're successful with containers
  • Brian DeHamer - [Slides] (2015) Optimizing Docker Images
  • Derek E. Weeks - 21 DevOps and Docker Reference Architectures
  • Csaba Palfi - (2014) 24 random docker tips
  • C.J. Scarlett aka Scarlz - (2016) Tricks of the Trades : Docker - Data Volumes and Data Containers
  • Deni Bertovic - Handling Permissions with Docker Volumes
  • Docker Docs - Manage sensitive data with Docker secrets
  • tcnksm/docker-alias - Docker aliases
  • James Turnbull - (2014) Useful Docker Bash Functions And Aliases
  • Lucas Carlson - (2014) 15 Quick Docker Tips
  • LZone - Docker Cheat Sheet
  • Docker Store - Containers from verified source
  • Denis Gladkikh - (2015) Collecting docker logs and stats with Splunk
  • Docker Docs - Splunk logging driver
  • Denis Gladkikh - (2015) Splunk Logging Driver for Docker
  • Yohan Liyanage - (2015) Docker Clean Up After Yourself!
  • Docker Docs - docker build
  • Docker Docs - docker run
  • Docker Docs - docker exec
  • Docker Docs - docker commit examples
  • Flux7 Labs - 10 Docker Remote API Commands for Images
  • Docker Forums - Command to remove all unused images
  • Stack Overflow - Docker error : no space left on device
  • James Coyle - Export and Import a Docker Image Between Nodes
  • rhmjs/satellite5-docker - RHEL6 containers on a RHEL7 host registered to Satellite 5
  • Red Hat Customer Portal - Red Hat Container Catalog
  • Red Hat Customer Portal - working with containers in Red Hat Satellite
  • Pradipta Kumar Banerjee - Howto create a Docker Image for RHEL
  • Derek Chamorro - (2016) Common Dockerfile Mistakes
  • Project Atomic - Container Best Practices
  • jwilder/docker-squash - Squash docker images to make them smaller
  • Jason Wilder - (2014) Squashing Docker Images
  • jwilder/dockerize - Utility to simplify running applications in docker containers
  • Nicolas Schoemaeker - Docker: Taming the Beast - Part II
  • Nicolas Schoemaeker - Docker: Taming the Beast - Part III: Building Images
  • Ansible Container - a tool to build Docker images and orchestrate containers using only Ansible playbooks
  • Evin - (2016) Using ansible to build and orchestrate clean docker images
  • strothj/vault/ - Vault Unofficial Docker Image
  • Sreenivas Makam - (2017) Compare Docker for Windows options
  • Dan Tehranian - (2015) How Should I Get Application Configuration into my Docker Containers?
  • Neil Batlivala - Why Docker Is Not Enough. Related : tehranian/docker-atlassian-jira - Docker build for Atlassian Jira
  • Martin Rusev - (2015) Docker in production for the average DevOps
  • Nitin Agarwal - Docker Containers Filesystem Demystified
  • Nitin Agarwal - Why use Docker for Development
  • Nitin Agarwal - Understanding the Docker Internals
  • Nitin Agarwal - Lifecycle of Docker Container
  • Nitin Agarwal - Docker Usecases
  • Nitin Agarwal - Best Practices for working with Dockerfiles
  • Gianluca Borello - Container isolation gone wrong
  • Stephane Manciot - [FR] 🇫🇷 DevOps avec Ansible et Docker
  • Thomas Graf - DockerCon 2017 - Cilium - Network and Application Security with BPF and XDP
  • Brendan D. Gregg - Awesome 60s perf analysis cheatsheet : Host Perf Analysis in 60s
  • Brendan D. Gregg - [Video] Container Performance Analysis at DockerCon 2017 + Slides
  • Julien Bisconti - Awesome-docker : A curated list of Docker resources and projects
  • Alex Hanson - Lessons Learned with Docker
  • Per-Gustaf Stenberg [PDF] Master's thesis: Container-based Continuous Delivery for Clusters, interesting for some parts
  • Faheetah - Docker patterns/anti-patterns : Generic Dockerfile demonstrating good practices
  • Scott Coulton - If its in a container its secure right ?
  • vfarcic/ms-lifecycle - an interesting project of Viktor Farcic used for demonstration in book The DevOps 2.0 Toolkit, where you can learn how to use Docker, Ansible & Vagrant to create a complete infrastructure
  • Justyna Ilczuk - (2015) Debugging - into rabbit hole with docker containers
  • Sreenivas Makam - Docker Networking - Common Issues and Troubleshooting Techniques
  • Nathan Leclaire - (2015) Using Ansible with Docker Machine to Bootstrap Host Nodes
  • dockerlint - Linting tool for Dockerfiles based on Dockerfile Reference and Best practices for writing Dockerfiles
  • FROM:latest - an opinionated Dockerfile linter online
  • Red Hat Customer Portal - Differences between RHEL Server and RHEL Atomic Host
  • Red Hat Customer Portal - Using Red Hat Base Container Images (standard and minimal)
  • Thierry Carez - What makes OpenStack relevant in a container-driven world. Related Video
  • Aymen El Amri - My Docker Cheat Sheet
  • CoreOS Docs - Running CoreOS Container Linux on Vagrant
  • Sysdig - troubleshooting and visibility tool for linux, windows and mac osx with native support for containers technologies
  • Maxime Greau - (2017) Tips * Maxime Greau - (2017) Tips * Maxime Greau - (2017) Tips * Maxime Greau - Tips & Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss
  • aelsabbahy/dgoss-examples - dgoss examples
  • Ahmed Elsabbahy - Tutorial: How to test your docker image in half a second
  • drone - Drone is a Continuous Delivery platform built on Docker, written in Go
  • Nathan Osman - (2017) A 1 KB Docker Container
  • Julia Evans - (2016) Running containers without Docker
  • containerd - An open and reliable container runtime
  • wsargent/docker-cheat-sheet - Docker Cheat Sheet on GitHub
  • Aboullaite Mohammed - 15 Docker Hacks & Tips!
  • Visakh S - CoreOS & Docker An easy way to deploy secure, scalable web application infrastructure
  • Docker Docs - Docker security : running your app in production
  • Maxfield Stewart - Tutorial: Building With Jenkins Inside an Ephemeral Docker Container
  • Viktor Farcic - (2016) Docker Flow Walkthrough
  • Jérôme Petazzoni - Anatomy of a Container: Namespaces, cgroups & Some Filesystem Magic - LinuxCon
  • Lachlan Evenson - 5 minutes dabbling with Docker Distributed Application Bundles (DAB)
  • Janakiram MSV - DockerCon 2016: Dockers Plan to Dominate the Enterprise Data Center
  • Josh Reichardt - Lint your Dockerfiles with Hadolint
  • Jorge Morales Pou - (2015) ...Docker and devicemapper's thinpool in RHEL 7
  • Jorge Morales Pou - (2014) ...use a Proxy for speeding up docker images creation
  • Jérôme Petazzoni - (2014) Setting up a transparent proxy for your Docker containers
  • estesp/mquery - mquery shows the list of architectures supported by a specific docker image. via Dieter Reuter
  • Scott McCarty - (2016) Container Tidbits: Understanding the docker-latest Package
  • Dan Walsh - (2016) Secure Your Containers with this One Weird Trick
  • Dan Walsh - (2015) Why we don't let non-root users run Docker in CentOS, Fedora, or RHEL
  • Ian Miell - (2017) A Checklist for Docker in the Enterprise (Updated)
  • Ian Miell - (2017) Convert a Server to a Docker Container (Update II)
  • Jeff Geerling - (2017) Stopping Docker containers via fuzzy matching on the name
  • Jeff Geerling - (2017) dockrun oneshot — quick local environments for testing infrastructure
  • Jeff Geerling - (2016) How I test Ansible configuration on 7 different OSes with Docker
  • Scott McCarty - (2016) Container Tidbits: When Should I Break My Application into Multiple Containers?
  • CRI-O - a lightweight alternative to using Docker as the runtime for kubernetes. Implements Kubernetes CRI (Container Runtime Interface) & enables OCI (Open Container Initiative) compatible runtimes.
  • William Henry - (2017) Getting Started with Buildah | how to build container images compliant with the Open Container Initiative (OCI) image specification
  • Eric Chiang - (2017) Containers from Scratch Bonus : Talk
  • veggiemonk/awesome-docker - A curated list of Docker resources and projects
  • Julian Friedman - (2016) Build Your Own Container Using Less than 100 Lines of Go
  • Tony Bradley - (2016) 5 Docker Best Practices You Should Follow
  • Container Journal - (2017) Using CI/CD Over Containerization to Drive Down Pre-Production Costs
  • Rafael Benevides - (2016) 10 things to avoid in docker containers
  • Tatiana Kochedykova - (2016) 5 reasons to use Docker for productivity software installation
  • George Bolo - (2017) Building Tiny Secure Docker Containers
  • Carlos Leon - (2017) Semantic versioning and Tagging Docker images the right way
  • Erez Yaary - (2017) How to secure the container lifecycle
  • GoogleCloudPlatform/distroless - Language focused docker images, minus the operating system.
  • docker-slim/docker-slim - DockerSlim (docker-slim): Optimize and secure your Docker containers (free and open source)
  • Tom Donohue - (2017) Deploy and use the Nexus Docker registry in OpenShift
  • Cloud Native Computing Foundation website - Sustaining and integrating open source technologies like Kubernetes and Prometheus
  • Friz-zy/awesome-linux-containers - curated resources for Linux Containers
  • docker/docker-bench-security - Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
  • CoreOS Blog - Clair: Open Source Vulnerability Analysis for your Containers
  • jessfraz/bane - AppArmor profile generator for Docker containers.
  • Kim Hirokuni - (2014) Gotchas in Writing Dockerfile
  • Center for Internet Security (CIS) - CIS Benchmarks: 100+ free downloadable configuration guidelines for various technology groups to safeguard systems against todays evolving cyber threats. | Lot of useful information to harden windows/linux operating systems, secure server softwares, docker containers, etc.
  • Diogo Mónica - (2017) Why you shouldn't use ENV variables for secret data
  • Scott McCarty - (2015) Architecting Containers Part 1: Why Understanding User Space vs. Kernel Space Matters
  • Laurens Van Houtven - (2015) Don't expose the Docker socket (not even to a container)
  • JP La Torre - 50+ Useful Docker Tools
  • Jérôme Petazzoni - (2017) DevOps, Docker, and Empathy | Just because were using containers doesnt mean that we “do DevOps.”
  • Jérôme Petazzoni - (2016) Go + Docker = ♥ | tips and tricks showing how Docker can be useful when working with Go code
  • The HFT Guy - (2016) Docker in Production: A History of Failure
  • Jennifer Riggins - (2018) 6 Lessons from Bitnamis Transition to Container-Based Ops
  • can I haz non-privileged containers? - Advocacy site for the uptake of using non-privileged containers.
  • praqmatim - Atlassian high availability as code | Containerized Data Center on Kubernetes
  • Chris Ward - (2017) A Comparison of Docker GUIs
  • Evan Klein - (2018) Container Vulnerability Management with OpsSight
  • David Appelbaum - (2018) Its 2018 and your Docker containers need to be secure
  • Cliff Turner - (2018) These 10 tips will ensure your containers are compliant
  • jay-johnson/owasp-jenkins - test your apps vs OWASP and NIST using Jenkins, Ansible and docker
  • Andrew Lock - (2018) Handy Docker commands for local development - Part 1
  • Andrew Lock - (2018) Handy Docker commands for local development - Part 2
  • Alex Ellis - (2017) Builder pattern vs. Multi-stage builds in Docker
  • Andrew Lock - (2017) Home, home on the range: Installing Kubernetes using Rancher 2.0
  • Alex Ellis - (2017) Colorisebot and OpenFaaS
  • Finnian Anderson - (2017) Colourising Video with OpenFaaS Serverless Functions
  • Alex Ellis - (2017) What you need to know: Kubernetes and Swarm
  • moby/buildkit - concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
  • Docker Community - Docker Captains
  • Stack Overflow - Docker - Cannot remove dead container | rm: cannot remove /var/lib/docker/overlay/<hash>/merged: Device or resource busy Solution : grep /proc/*/mountinfo then find the pid of and kill it
  • Coda Hale - (2016) The Happy Genius Of My Household | approach to containers and the economics underlying that approach.
  • Docker Docs - Best practices for writing Dockerfiles
  • Carl Boettiger - (2014) Docker tricks of the trade and best practices thoughts
  • Marc Campbell - (2016) Refactoring a Dockerfile for Image Size
  • Gerred Dillon - (2017) Even Smaller Docker Image Sizes
  • Stephane Manciot - 🇫🇷 [FR] [Slides] (2015) DevOps avec Ansible et Docker
  • Bridget Kromhout - (2018) Containers Will Not Fix Your Broken Culture (and Other Hard Truths) | Complex socio-technical systems are hard;
  • James Turnbull - (2017) An introduction to local development with containers
  • Jérôme Petazzoni - [Slides] (2013) Docker and Go: why did we decide to write Docker in Go?
  • Venkatesan Murugan - (2018) Top 10 Benefits You Will Get by Using Docker
  • Diogo Monica - [Video] (2016) Best practices for building secure Docker images
  • Praveen Durairaj - (2018) An Exhaustive Guide to Writing Dockerfiles for Node.js Web Apps
  • Shahidh K Muhammed - (2018) The Ultimate Guide to Writing Dockerfiles for Go Web-apps
  • Daniel Oh - (2017) 10 layers of Linux container security
  • aelsabbahy/goss - dgoss is a convenience wrapper around goss that aims to bring the simplicity of goss to docker containers.
  • Anthony Lapenna - [Video] (2018) Manage your Docker environments easily with Portainer, by Anthony Lapenna (founder of Portainer), at Docker Belgium Meetup
  • Dieter Adant - [Video] (2018) How Collibra uses Docker to Encourage Teamwork, at Docker Belgium Meetup
  • arminc/clair-scanner - Docker containers vulnerability scan. See also https://github.com/arminc/clair-local-scan
  • Docker - [Videos] content from DockerCon 2017
  • Mike Ensor - (2018) Containers: The Software Development Life Cycles Last Mile
  • Philipp Hauer - (2016) Version Numbers for Continuous Delivery with Maven and Docker
  • Sean Kane - (2018) 6 creative ways to solve problems with Linux containers and Docker
  • Play with Docker Classroom - The Play with Docker classroom brings you labs and tutorials that help you get hands-on experience using Docker
  • Hacker News - Ask HN: What best practices for in-house Docker Registry? | examples of using labels and tags when building the docker images
  • Théo Chamley - (2018) 7 best practices for operating containers
  • Google Cloud - (2018) Best Practices for Building Containers
  • jessfraz/dockfmt - Dockerfile format and parser. Like gofmt but for Dockerfiles.
  • GoogleContainerTools/jib - 🏗 Build container images for your Java applications.

Gradle

  • Viktor Farcic - (2014) Java Build Tools: Ant vs Maven vs Gradle
  • Spring Initializr - bootstrap your application now : Generate Maven / Gradle projects with Groovy / Java / Kotlin and Spring Boot
  • Jim Bird - (2017) Essential (and free) security tools for Docker
  • Jakub Skałecki - (2017) How to write excellent Dockerfiles
  • emerosa/versioning - Gradle plug-in to generate version information from the SCM branch (Git or Svn)
  • MorganGeek - My cheatsheet for Portainer

Jenkins

Kubernetes

  • Bilgin Ibryam - The Microservices Hierarchy of Needs and Where Kubernetes fits
  • Kubernetes on Slack - Slack community about Kubernetes
  • Stackpoint.io on Slack - Web-based interface for deployment of Kubernetes cluster
  • Fabric8 on Slack - Open source integrated development platform for Kubernetes
  • ramitsurana/awesome-kubernetes - Awesome Kubernetes resources
  • OpenShift - OpenShift platform / Features matrix : How Does OpenShift Extend Kubernetes?
  • Jesse Newland - Kubernetes at GitHub
  • CRI-O - a lightweight alternative to using Docker as the runtime for kubernetes. Implements Kubernetes CRI (Container Runtime Interface) & enables OCI (Open Container Initiative) compatible runtimes.
  • William Jimenez - (2017) Kubernetes: Because Everyone is Doing It
  • Cloud Native Computing Foundation website - Sustaining and integrating open source technologies like Kubernetes and Prometheus
  • praqmatim - Atlassian high availability as code | Containerized Data Center on Kubernetes
  • Andrew Lock - (2017) Home, home on the range: Installing Kubernetes using Rancher 2.0
  • Alex Ellis - (2017) Colorisebot and OpenFaaS
  • Finnian Anderson - (2017) Colourising Video with OpenFaaS Serverless Functions
  • Alex Ellis - (2017) What you need to know: Kubernetes and Swarm
  • Sachin Arote - (2017) Kubernetes Best Practices
  • Sandeep Dinesh - [Slides] (2017) Kubernetes Best Practices
  • Sandeep Dinesh - (2018) Top 5 Kubernetes Best Practices From Sandeep Dinesh (Google)
  • Ádám Sándor - (2018) Propagating configuration from Terraform to Kubernetes Apps
  • CNCF [Cloud Native Computing Foundation] - [Video] videos from KubeCon + CloudNativeCon 2018 - Copenhagen
  • freach/kubernetes-security-best-practice - Kubernetes Security - Best Practice Guide
  • Théo Chamley - (2018) 7 best practices for operating containers
  • ZooBab - Kubernetes Workshop / introduction guide
  • Daniel Lebrero - (2018) Kubernetes explained in pictures: the theme park analogy | This is an attempt to explain Kubernetes core concepts (pods, nodes, services, resources, ...) with an theme park analogy.
  • Ilya Dmitrichenko - (2018) Kubernetes anti-patterns: Let's do GitOps, not CIOps!
  • Mark Ramm - (2019) Managing Secrets in Kubernetes
  • Anita Buehrle - (2019) Delivering Quality at Speed With GitOps
  • Andreas Grabner - (2018) Optimizing Jenkins to ensure fast build times with Dynatrace | Tips for using Jenkins on Kubernetes
  • Bartłomiej Antoniak - (2018) Think twice before using Helm | Beyond hypea critical look at Helm
  • Kubernetes Failure Stories - A compiled list of links to public failure stories related to Kubernetes | Most recent publications on top
  • dekorateio/dekorate - Java annotation processors for Kubernetes
  • ahmetb/kubectx - Switch faster between clusters and namespaces in kubectl
  • vmware-tanzu/velero - Backup and migrate Kubernetes applications and their persistent volumes
  • Kubernetes Academy - courses are composed of a series of bite-size video lessons developed by expert instructors. These courses will help you understand new Kubernetes concepts for free—no strings attached.
  • Smooth Sailing with Kubernetes - An online comic to learn about Kubernetes and how you can use it for continuous integration and delivery.
  • Kubernetes Docs - kubectl Cheat Sheet
  • Ross Kukulinski - (2017) 10 Most Common Reasons Kubernetes Deployments Fail (Part 1) - (Part 2)
  • Peter Benjamin - (2018) How do you keep up with Kubernetes?
  • Tomasz Cholewa - (2019) 10 most important differences between OpenShift and Kubernetes
  • Sasha Jeltuhin - (2018) The Challenges of Monitoring Kubernetes and OpenShift
  • codecentric/helm-charts - This chart install Jenkins on Kubernetes | It allows Jenkins to be completely configured as code that does not require any further manual configuration in the UI. While not required, it is meant to be used with the configuration-as-code plugin and/or Groovy init scripts.

Microservices

  • Bilgin Ibryam - The Microservices Hierarchy of Needs and Where Kubernetes fits
  • Martin Fowler - MonolithFirst
  • mfornos/awesome-microservices - curated list of Microservice Architecture related principles and technologies.
  • Milen Dyankov - [Video] Microservices and Modularity or the difference between treatment and cure!
  • Richard Clayton - (2014) Failing at Microservices. | Please avoid our mistakes!
  • Martin Nally - (2016) The 12 Goals of Microservices
  • Brian Kelly - Building Resilient Microservices from the Fallacies of Distributed Computing
  • Brian Kelly - Creating a Microservice? Answer these 10 Questions First
  • Sumit Maingi - (2016) Building Microservices? Here is what you should know
  • Ben Stopford - (2016) The Data Dichotomy: Rethinking the Way We Treat Data and Services
  • IcaliaLabs/guides - Monolithic vs Micro Repos
  • Matt Butcher - (2015) Why We Should Not Return to Monolithic Repositories
  • Avi Cavale - (2016) Our journey to microservices: mono repo vs multiple repositories
  • Manisha Sahasrabudhe - (2017) 7 things to consider while moving to a microservices architecture
  • Hacker News - (2018) Ask HN: How do you keep track of releases/deployments of dozens micro-services?
  • Zhamak Dehghani - (2018) How to break a Monolith into Microservices | What to decouple and when

Maven

  • Maven Docs - How to keep the master password on removable drive
  • Lieven Doclo - Why I Never Use the Maven Release Plugin
  • Maxime Greau - (2017) Tips * Maxime Greau - (2017) Tips * Maxime Greau - (2017) Tips * Maxime Greau - Tips & Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss Tricks to migrate hundred maven jenkins jobs to Pipeline as code with Docker, Goss / Dgoss
  • Viktor Farcic - (2014) Java Build Tools: Ant vs Maven vs Gradle
  • Spring Initializr - bootstrap your application now : Generate Maven / Gradle projects with Groovy / Java / Kotlin and Spring Boot
  • Rafael Eyng - Using Nexus 3 as Your Repository - Part 1: Maven Artifacts
  • Dustin Barnes - (2014) Java Release Process with Continuous Delivery | maven-release-plugin sucks
  • Philipp Hauer - (2016) Version Numbers for Continuous Delivery with Maven and Docker

Nexus

  • Rafael Eyng - Using Nexus 3 as Your Repository - Part 1: Maven Artifacts
  • Rafael Eyng - Using Nexus 3 as Your Repository - Part 3: Docker Images
  • Tim OBrien - (2010) Nexus Tip: Moving Artifacts Between Nexus Repositories
  • Curtis Yanko - Nexus in Openshift
  • Nexus Blog - latest news from the makers of Nexus
  • Michael Prescott - Nexus Repository: New Beta REST API for Content
  • Michael Prescott - Nexus Repository Manager 3.5: Yum Proxy Support Now Available
  • Justin Young - (2017) Shift Security Practices Left: New Nexus Plugin for Jenkins Pipelines
  • Tom Donohue - (2017) Deploy and use the Nexus Docker registry in OpenShift

OpenShift

SecOps

  • Pete Cheslock - How to Create a Security-Minded DevOps Organization: Three Best Practices
  • Chris Hill - (2018) Security in the Cloud: What I learned when AWS (almost) billed me for $29,594 in one day.
  • Jaikumar Vijayan - How to securely scale ChatOps in the enterprise

Terraform

See also Infrastructure

  • Kevin London - (2016) DevOps from Scratch, Part 2: Amazon & Terraform
  • Yevgeniy Brikman - (2016) Why we use Terraform and not Chef, Puppet, Ansible, SaltStack, or CloudFormation
  • Ádám Sándor - (2018) Propagating configuration from Terraform to Kubernetes Apps
  • Terraform Best Practices - [Book] free book with most of best-practices and recommendations for Terraform users. Bonus Source code examples
  • Anton Babenko - [Videos] (2019) Codifying infrastructure with Terraform for the future | be aware of principles related to management of Terraform resources, Terraform modules best-practices and some CI/CD principles applicable to infrastructure management and deployments.
  • HashiCorp Learn - Getting Started - AWS | In this introduction to Terraform, you will learn how to use Terraform to build infrastructure in AWS.
  • Regis Wilson - (2019) The Terrors and Joys of Terraform
  • Rodion Chachura - (2018) System testing: Localstack + Terraform
  • gruntwork-io/terragrunt - Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules. See also : [https://www.gruntwork.io](Gruntwork website)
  • Yevgeniy Brikman - (2019) Terragrunt: how to keep your Terraform code DRY and maintainable | Terragrunt is helpful at solving problems such as :
  • the lack of locking for Terraform state
  • the lack of a way to configure your Terraform state as code.
  • how to keep your Terraform code DRY and maintainable...
  • dtan4/terraforming - Terraforming allows to export existing AWS resources to Terraform style (tf, tfstate)
  • Carlos Nunez - (2017) Top 3 Terraform Testing Strategies for Ultra-Reliable Infrastructure-as-Code
  • Rosemary Wang - (2019) Test-Driven Development for Infrastructure
  • mbranniga - (2016) Terraform Style Guide
  • Anton Babenko - [Slides] (2018) Terraform modules and best-practices
  • Ryan Armstrong - (2017) Inline vs. discrete rules for AWS Security Groups in Terraform
  • Nic Jackson - (2018) HashiCorp Terraform: Modules as Building Blocks for Infrastructure
  • Chris Pisano - (2018) Deploying Multiple Environments with Terraform
  • LeapBeyond/terraform-tutorials - terraform-tutorials wiki!
  • Yevgeniy Brikman - (2016) Terraform tips & tricks: loops, if-statements, and gotchas
  • terraform-best-practices - Terraform Best Practices for AWS users
  • Dave Kerr - (2019) Dynamic and Configurable Availability Zones in Terraform

Travis CI

  • Tavis CI Docs - Troubleshooting Locally in a Docker Image, useful if you have troubles with travis CI
  • Jeff Geerling - (2016) How I test Ansible configuration on 7 different OSes with Docker

Vagrant

Vault (by HashiCorp)

VirtualBox

Digital marketing

  • Portent Blog - articles about analytics, copy writing, creativity, internet marketing, PPC, SEO, social media
  • Kirsten Pickworth - (2017) How to Avoid the Best Practices Trap
  • Neil Patel - (2015) The Psychology of Excitement: How to Better Engage Your Audience | marketing

Ecology 🌱

  • Cartooning for Peace - [IMGS] Cartoons about censorship, freedom of expression, human rights, environment, inequality, war, religion, migrations, etc
  • IRCEL - CELINE - Current Air Quality Measurements of Belgian Interregional Environment Agency (IRCEL - CELINE)
  • écoconso - [FR] [BE] Magasins de vrac et zéro déchet de Wallonie et Bruxelles
  • GreenIT.fr - 🇫🇷 [FR] est un lieu de réflexion sur ces deux enjeux du numérique durable / responsable (définition); éco-conception des équipements et des services numériques, économie dénergie, réemploi et recyclage, etc. mais aussi les usages et le rôle du numérique pour glisser vers une économie plus légère, circulaire (cradle to cradle), puis vers une économie positive.

Tools

  • Ecometer - Analyse your website's ecodesign maturity
  • EcoIndex - 🇫🇷 [FR] Lobjectif dEcoIndex est daider le plus grand nombre à prendre conscience de limpact environnemental de linternet et de proposer des solutions concrètes pour réduire cet impact. EcoIndex vous propose donc une analyse automatique de premier niveau pour vous aider à identifier rapidement et gratuitement des sites web / services en ligne à ausculter en priorité.

Finding content 🔍

  • Reddit - Piracy Megathread on reddit
  • /r/piracy - piracy on reddit
  • Library Genesis - ebooks and scientific articles. Bonus : Mirror #1, Mirror #2 with nice UI, Mirrors list
  • Internet Archive: Wayback Machine - The Internet archive, bringing back old/dead pages to live
  • b-ok.org - ebooks
  • Soulseek - for hard to find music .
  • RuTracker - torrent for music
  • OpenSubtitles.org - large open subtitles database for tv shows and movies
  • TVsubtitles.net - large collection of subtitles for tv shows
  • Addic7ed.com - free subtitles for tv show and movies
  • arXiv.org - Cornell University library : e-prints in Physics, Mathematics, Computer Science, Quantitative Biology, Quantitative Finance and Statistics
  • InterfaceLIFT - High resolution photography wallpapers for every screen size
  • sindresorhus/awesome - Curated list of awesome lists
  • Calvin Cheng - AwesomeSearch : find awesome lists more quickly.
  • bayandin/awesome-awesomeness - A curated list of awesome awesomeness
  • FindLectures - Great collection of lectures to discover interesting topics that you might not think to look for. Bonus : related subreddit with new suggestions
  • ThePirateBay Proxy List
  • NextWarez - [FR] 🇫🇷 news and ranking about download sites and downloaded contents
  • Kooba - an interactive graph for finding new books
  • Urban Dictionary - online dictionary of slang words and phrases
  • The Load Guru - How To Get Started With XDCC
  • The Load Guru - How To Configure mIRC For Downloading
  • Cr4wlGa - A plain XDCC indexer
  • SunXDCC - a XDCC indexer
  • TorrentFreak - file sharing, privacy & copyright news
  • Opentrackers - private torrent trackers & file sharing
  • Torrent Franais - [FR] 🇫🇷 file sharing & torrent news
  • Top torrent sites according to TorrentFreak : YTS.AG, Limetorrents, Torrentz a meta search engine, TorrentProject, Torrent Downloads. Others : Sky torrents
  • MorganGeek - download sites compared using some searches
  • The Pirate Bay - yet one of the best place to find good torrents. Bonus : Pirate Bay Proxies sites + A Pirate bay proxy website
  • iDope - torrent indexer / tribute to kickass
  • Extreme Download - [FR] 🇫🇷 a good place to find direct download links for various content
  • Zone Telechargement - [FR] 🇫🇷 an alternative place to find direct download links
  • Torrent9 - [FR] 🇫🇷 Torrent9 because T411 starts to suck is out of business
  • torrents.me - good torrent indexer (lot of content), but results quality may depend on your criteria
  • TorrentProject - torrent indexer with lot of content
  • TwoDDL - a place for direct download links, but not the best
  • DuckDuckGo - a search engine that emphasizes protecting searchers' privacy. Related : Suggested search engines by PrivacyTools
  • WikiLeaks - publishes full online archives of information that has been censored or suppressed, or is likely to be lost. Related : /r/WikiLeaks
  • dvdcompare.net - dvd & blu-ray informations & comparisons
  • VileR - world's biggest collection of classic text mode fonts, system fonts and BIOS fonts from DOS-era IBM PCs and compatibles
  • Movie-Censorship.com - News about movie censorship + comparisons of alternate versions (Movies, Comics, Series, Games and more)
  • caps-a-holic.com - DVD und Blu-ray Comparisons
  • BestTariff.be - Find the best offer for your mobile / internet / phone usage profile
  • Twoogle - Search tweets in realtime
  • Fast Andes - a search engine that shows you products highly scored by reddit comments and submissions.
  • IMSE - Internet Movie Search Engine
  • SoMeFilm - Movies / tv shows recommendations : what will you watch tonight ?
  • Book Suggestions Ninja - books suggestions based on book / author or genre
  • Reading Stash - Just a book recommender
  • Tunefind - Music from all popular tv shows
  • Tunefind - Music from all popular tv shows and movies
  • What is my movie ? - finds movies based on your own words, actors, directors, genres etc.
  • mps-youtube - Terminal based YouTube player and downloader
  • FileChef - Get direct download links for almost anything
  • Tor2web - Browse the Tor Onion Services
  • The Hidden Wiki - [TOR] a list of websites that have free ebooks.
  • Imperial Library - [TOR] online library with +100.000 books
  • Deep web sites links - [TOR] Deep Web Books Link | Dark Web Books Sites
  • chaconnewu/awesome-augmented - curated list of awesome lists
  • Metal Torrent Tracker - a good metal music tracker 🤘
  • RockBox - metal music torrent tracker 🤘
  • Daniel Miessler - google search tips
  • TopAchat - [FR] 🇫🇷 Config'O'Matic helps you to get the right components to assemble your dream computer, this is how I built mine in 2014
  • Slant - this community of enthusiasts provide recommendations on lot of things / useful to find best tools for the job
  • dupeGuru - is a tool to find duplicate files on your computer.
  • PubMed - +27 million content in biomedical literature from MEDLINE, life science journals, and online books.
  • Repo you may like - Select some GitHub repository and see what recommendations comes up
  • jivoi/awesome-osint - curated list of awesome open source intelligence (OSINT) tools and resources.
  • GitHub - Topics on GitHub
  • GitLogs - definitive list of top resources of GitHub
  • Fox eBook - ebooks site
  • Maggie Stiefvater - a story about piracy by a book writer
  • Khan Academy - free online courses, lessons and practice
  • Awesome Repos - the top of awesome repositories
  • Devhints - collection of Rico's cheatsheets about programming, DevOps, etc.
  • UncommonGoods - Find cool and unusual gifts for any occasion
  • Socratease - A Joyful, Engaging Way to Learn New Things : black holes, quantum mechanics, bitcoins, ...
  • Smashwords - ebooks from independent authors and publishers
  • The Mastodon Project - Mastodon instances list. Bonus : helper to choose instance
  • Mastodon - take a break from twitter and switch to one of mastodon instances.
  • mastoview - A tool to preview what a Mastodon instance is saying, useful if you don't know which one is the best fit for you
  • Moviemania - super big textless high-resolution movie wallpapers database
  • Parkhi Rastogi - Recommend Movie by Plot (reveal movie title after reading the plot)
  • khinsider - good place to find video game music
  • bestofyoutube - [Videos] The best of youtube
  • Koreus - [FR] 🇫🇷 [Videos] best funny videos from internet
  • Wolfram Alpha - ultra-nerdy search engine with advanced features
  • Project Gutenberg - over 54,000 free eBooks, especially older works for which copyright has expired.
  • Paul Myers - Facebook Secrets
  • Courseroot - Review the best online courses on the internet in one place
  • GSMArena.com - mobile phone reviews, news, specifications and more...
  • Les Numériques - 🇫🇷 [FR] Test, actu, comparatif high-tech/électroménager
  • IKnowWhatYouDownload - Detailed statistic for torrent downloads and distributions for your or specific IP address
  • Atlassian Docs - Search for code in Bitbucket Server
  • Opentrackers.org - (2017) A guide to help people find ebooks & textbooks
  • Reddit - Free Ebooks
  • Broadcastify - Listen Live to Police, Fire, EMS, Aviation, and Rail Audio Feeds
  • Hacker News - listen to airports, police, radio, live bitcoin transactions, and more
  • What the Hell Should I Watch on Netflix? - Your First World problems are over.
  • You are listening to - Los Angeles
  • You are listening to - Nasa
  • Reddit - youarelistening.to on reddit
  • Hurricane Electric BGP Toolkit - This website is an Internet analysis site for the whole Internet. useful tool to collect ip, addresses, etc
  • BGPView - allows you to debug and investigate information about IP addresses, ASN, IXs, BGP, ISPs, Prefixes and Domain names.
  • COMODO Certificate Search
  • Shodan - Explore the Internet | Discover the Internet using search queries shared by other users. Cams, Webcams, Default passwords...
  • Censys - Find and analyze every reachable server and device on the Internet.
  • Robtex - is used for various kinds of research of IP numbers, Domain names, etc. Examples : Reverse DNS Lookup, Whois, AS macros.
  • RIPE Database - Webupdates / database query
  • GitHub Help - searching code / tips & tricks
  • GhostProject - Find leaked passwords. Search by full email address or username
  • qit - Search for Tech podcasts by topic
  • DSL-Store - T-Shirt online store. Your best t-shirt should be like your bed. It just feels like you are home when you are in it.
  • Putlocker - The easiest way to watch your favorite movies online!
  • Open Culture - 1,150 Free Movies Online: Great Classics, Indies, Noir, Westerns, Documentaries, etc.
  • ZippyShare - Search and Download Free MP3, Music, Books, Epubs, APK and Video
  • Yggtorrent - 1st French torrent tracker
  • ZLibrary - The world's largest ebook library.
  • 50GamesLike - video game recommendation engine with more than 40 000 video games : select a game you love and discover 50 recommendations.
  • Internet Archive - eBooks and Texts : The Internet Archive offers over 15,000,000 freely downloadable books and texts. There is also a collection of 550,000 modern eBooks that may be borrowed by anyone with a free archive.org account.
  • TorrentSeeker - is a powerful torrent search combining results from dozens of torrent sites
  • Abbreviations.com - The Web's largest and most authoritative acronyms and abbreviations resource
  • Ah shhgit! - Find GitHub secrets in real time | Shhgit finds secrets and sensitive files across GitHub code and Gists committed in near real time by listening to the GitHub Events API. Bonus : Source code
  • GitHut - A small place to discover more about the usage of programming languages in GitHub.
  • Yacy - is a free search engine that anyone can use to build a search portal for their intranet or to help search the public internet.
  • Loklak Search - Distributed Open Source Search for Twitter and Social Media with Peer to Peer Technology

App discovery

  • Y Combinator - Hacker news Show : where people share their work. Related : Newest Show HN
  • Product Hunt - discover new products (apps, websites, services, ...)
  • AlternativeTo - crowdsourced software recommendations, find alternatives to existing softwares
  • Similarsites - easily find similar websites
  • Superbly Space - inventory of valuable quality softwares, services, websites, usually matching the ones I look for
  • Product Hunt - a list of top 500 makers on Product Hunt
  • AppRecs - app search engine
  • StumbleUpon - discover the best of the web, one click at a time. This service learns what you like and brings you more like it
  • Random Hunt - Like StumbleUpon, but for Product Hunt. Meaning : best of products, one random product at a time
  • The Useless Web - Take you to another random useless website
  • Discuvver - Take you to one random useful website
  • AlternativeTo - Open Source Self-Hosted apps on AlternativeTo
  • Stack Exchange - Software Recommendations Stack Exchange
  • Slant - this community of enthusiasts provide recommendations on lot of things / useful to find best tools for the job
  • FreshRSS - A free, self-hostable aggregator… probably the best! (in their opinion, and mine also :) ). I tested many free self hosted RSS readers, and by far this is the one I recommend the most for its flexibility and numerous options
  • jivoi/awesome-osint - curated list of awesome open source intelligence (OSINT) tools and resources.
  • DARK MODE LIST - A List of Apps That Support Dark Mode and many other...
  • johnjago/awesome-ad-free - A curated list of ad-free alternatives to popular services on the Internet.
  • aviaryan/awesome-no-login-web-apps - Web Apps that work without login
  • Chris Barber/ToolsOfTheTrade - Tools of The Trade, from Hacker News.
  • SourceForge - offers a huge choice of excellent, FREE software in virtually every field of computing
  • Siftery - Trending products | explore softwares others people are using at work
  • Libraries.io - discovers millions open source libraries accros +36 package managers
  • AnyAPI - Documentation and Test Consoles for Over 500 Public APIs
  • GitHub - Discover repositories : Recommendations are based on your stars and people you follow
  • switching.social - ethical, easy-to-use and privacy-conscious alternatives to popular sites and apps
  • LisaDziuba/Awesome-Design-Tools - The best design tools for everything
  • StaticGen - A List of Static Site Generators for JAMstack Sites
  • ThoughtWorks - Technology radar : trends, insights into tools, frameworks, languages, techniques & platforms shaping the future
  • Sven Taylor - (2019) The complete list of alternatives to all Google products | Parallel universe for the super security conscious

Event discovery

  • Meetup - meet groups of people near you who share your interests

Free online tools 🆓

  • BuiltWith - Find out what technology a website is built with
  • Wappalyzer - Identify technology on websites. It detects content management systems, ecommerce platforms, web frameworks, server software, analytics tools and many more.
  • PageSpeed Insights - Analyze a website performance
  • Socialtalents - Loadme - cloud-based load / stress testing service for you website or API
  • Dillinger - Online Markdown Editor
  • Air Mail - temporary email service
  • nBox - fake email service, create as many fake emails you wish for protecting your privacy
  • Dead Link Checker - Online Dead Link Checking Tool
  • Broken Link Checker - Online Dead Link Checking Tool
  • StackEdit - in-browser markdown editor
  • XKPasswd - secure memorable password generator inspired by XKCD
  • WhatsMyIP - password generator & other text related tools (hash lookup, regex tester)
  • YouTube to MP3 converter
  • Internet Archive: Wayback Machine - The Internet archive, bringing back old/dead pages to live
  • Cached View - Google + Wayback machine Cached Pages of any website
  • ChangeDetection - Know automatically when any web page changes
  • WhatsMyIP - Port scanners & other networking tools
  • IFTTT - use existing services together to automate tasks and make your life easier
  • Jeffrey Friedl - Jeffrey's Image Metadata Viewer (Exif viewer)
  • Exif Viewer - Another image metadata viewer
  • Whois - Whois to get domain name info + identity
  • Just Delete Me - a directory of direct links to delete your account from web services
  • Just Delete Me - Fake identity generator
  • Why No Padlock - find out why your web page is treated as insecure
  • Chandan Kumar - 9 free useful online SSL/TLS Certificate Tools
  • Chandan Kumar - Verify your SSL, TLS & Ciphers implementation.
  • Chandan Kumar - Test your website for SQL injection attack
  • Rebex - SSL Check : checks the configuration of given server accessible over internet
  • Rex Swain - HTTP Viewer : See exactly what an HTTP request returns to your browser
  • IntoDNS - checks the health and configuration and provides DNS report and mail servers report.
  • Down for everyone or just me - Check if your website is down or up
  • Qualys SSL Labs - SSL Server test : analysis of any web server configuration
  • Panopticlick - Test : Is your browser safe against tracking?
  • Am I unique - Test : are you unique ? (what your fingerprint reveals about you)
  • Ookla - Speedtest : Test your internet connection speed
  • TestMy - Internet speed test
  • VirusTotal - free online scanner for virus, malware and URL, to avoid downloading crap on your machine
  • Jotti - online virus scanner
  • Ethical Hacking Tools - Find subdomains / free online subdomain enumeration tool
  • COMODO CA - Certificate search online
  • DNSdumpster - tool for dns recon & research, find & lookup dns records | can discover hosts related to a domain. Finding visible hosts from the attackers perspective is an important part of the security assessment process.
  • Ethical Hacking Tools - online penetration testing tools
  • Open Port Check Tool - Port forwarding tester - open port finder
  • Unshorten.It - Unshorten that URL!
  • BestTariff.be - Find the best offer for your mobile / internet / phone usage profile
  • Cactus2000 - [FR] 🇫🇷 Convertisseur de dureté de l'eau
  • Cactus2000 - Converter for hardness of water
  • YAML Lint - The YAML Validator
  • Two Factor Auth (2FA) - List of websites and whether or not they support 2FA.
  • Random.org - true random number service, but not only : are also proposed some functions for numbers, lists, text, strings, maps and web tools...
  • Andy Ray - Online Bash Prompt Builder for Git / Hg / SVN
  • Sepastop - [FR] 🇫🇷 resiliate your affiliation to all kinds of products and services
  • Tor2web - Browse the Tor Onion Services
  • Fuelly - Track, Share, and Compare your Vehicle / Understanding your fuel consumption and vehicle's actual costs
  • Daniel Miessler - 10 Ways to Test Your Website Performance
  • Tabletop Audio - Original, ambiances and music for your role playing games and stories
  • Free Online Picture Resizer - Easily crop, resize and edit your images online for free
  • SecurityHeaders - Scan your site to analyze the HTTP response headers
  • PDF Merge - merge PDF files online
  • Observatory by Mozilla - Scan your site against mozilla security checklist
  • unv.is - Just put unv.is/ in front of http:// when sharing clickbait articles, unv.is will capture the content of an article or blog post without passing on your visit as a pageview.
  • spammimic - encode your secret message into something innocent looking.
  • REDbot - checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements.
  • Open Source Psychometrics Project - a collection of interactive personality tests with detailed results
  • SWISH - free online SWI-Prolog web IDE
  • BonPatron - [FR] 🇫🇷 online spelling and grammar checker for french texts / correcteur d'orthographe et de grammaire en ligne pour les textes français
  • Nu Html Checker - free online tool experimenting better HTML checking. its behavior remains subject to change
  • W3C - CSS Validation Service
  • W3C - Link Checker : Check links and anchors in Web pages or full Web sites
  • Listly - Fully-automated Web Scraping. HTML to Excel in seconds : Paste URL, Get Excel.
  • Convertio - Advanced online tool to convert EPUB files to PDF
  • Free Summarizer - Summarize any text Copy and paste your loooong text (even a copy of a book)
  • mastoview - A tool to preview what a Mastodon instance is saying, useful if you don't know which one is the best fit for you
  • aviaryan/awesome-no-login-web-apps - Web Apps that work without login
  • What Car? - New and Used Car Reviews, Car Deals
  • Duolingo - free tool for learning another language, Duolingo makes it fun, and helps keep you engaged for the long haul.
  • Mailinator - lets you create unique, disposable inboxes which delete themselves after a few days.
  • BugMeNot - no time to create an account ? try a domain or url and get shared logins
  • Find your Facebook ID - find the Facebook personal numeric ID for fb:admins, social plugins, and more. Provide the profile URL of a page or your profile and get the Facebook (context) id. This id can then be used to find similar pages
  • Ecoscore - find and compare the ecoscores of new and old vehicles
  • ODA - The online disassembler
  • Hybrid Analysis - free automated malware analysis service
  • Pl/Sql tidy - Online PL/SQL formatter
  • AboutMyX - Subnet mask calculator
  • WalletGenerator - Paper Wallet Generator for BitCoins and other cryptocurrencies. Create, Print & Fold
  • Julia Verification Toolset - Research / Investigation tools
  • Henk van Ess - Facebook Graph Tools
  • EPUB Converter - Free EPUB to MOBI Converter. Alternative : Convert Files
  • Savvy Time - ET to CET Converter | Convert hours and time in different locations
  • Somacon - Count Duplicates in a List Online Tool
  • User Agent String.Com - User Agent String explained : Copy/paste any user agent string in this field and click 'Analyze'
  • Free Online EPUB Converter - The easiest way to send EPUBs to your Kindle!
  • repl.it - Online REPL, Compiler & IDE : Boot up a programming environment for your favorite language | including JavaScript, Python, Ruby, Java, Node.js, Go, Scheme, C, C#, C++, Lua and many more.
  • IKnowWhatYouDownload - Detailed statistic for torrent downloads and distributions for your or specific IP address
  • RegExr - is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
  • Hurricane Electric BGP Toolkit - This website is an Internet analysis site for the whole Internet. useful tool to collect ip, addresses, etc
  • BGPView - allows you to debug and investigate information about IP addresses, ASN, IXs, BGP, ISPs, Prefixes and Domain names.
  • Robtex - is used for various kinds of research of IP numbers, Domain names, etc. Examples : Reverse DNS Lookup, Whois, AS macros.
  • Toolpic - Free Photoshop Online Alternative
  • Katacoda - Learn new technologies right in your browser | Interactive Learning and Training Platform for Software Engineers
  • CIDR/Netmask Lookup Tool - get information about a CIDR range including the IP addresses and host addresses contained in it.
  • How Secure Is My Password? - How long it would take a computer to crack your password?
  • Webbkoll - How privacy-friendly is your site? An online tool that checks how a website is doing with regards to privacy.
  • AnyAPI - Documentation and Test Consoles for Over 500 Public APIs
  • chubin/cheat.sh - Cheat.sh - the only cheat sheet you need | allow to browse cheatsheets from internet using curl
  • What Does My Site Cost? - Find out how much it costs for someone to use your site on mobile networks around the world.
  • JSONLint - JSON validator
  • The Password Meter - assess the strength of password strings.
  • Passweird - Passwords too Gross to Steal
  • Gnoosic - Based on your choices, Gnod predicts you might like the music of
  • De-google-ify Internet - List of alternative services to de-google-ify Internet and many other such services.
  • regex101 - Free Online PCRE-based regular expression tester and debugger with real time explanation, error detection and highlighting for PHP, PCRE, Python, Golang and JavaScript
  • Rextester - run code online
  • JSON to YAML - Convert JSON to YAML online
  • globtester - a little utility for testing minimatch. Can also be used as ANT Style Pattern Matcher
  • Spotify Library Exporter - a tool to download your Spotify library as a CSV to be used elsewhere. Can also be useful to migrate from Spotify to Apple Music, backup your library to use elsewhere, keep a record offline. It doesn't matter! 🎉
  • PlaylistConverter - Convert your Playlist from multiple Music Services and File Format. Works for Spotify too
  • EPUB to MOBI Converter - Convert your epub files to mobi online & free
  • DigiCert SSL Certificate Checker - If you are having a problem with your SSL certificate installation, this diagnostic tool will help you locate the problem and verify your SSL Certificate installation.
  • D&D Beyond - Character Builder for Dungeons & Dragons (D&D) Fifth Edition (5e)
  • ripienaar/free-for-dev - list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev. Bonus : Website
  • Amazon Web Services Simple Monthly Calculator - estimate your monthly AWS bill more efficiently. Using this tool, you can add, modify and remove services from your 'bill' and it will recalculate your estimated monthly charges automatically. The calculator also shows common customer samples and their usage, such as Disaster Recovery and Backup or Web Application.
  • TimestampConvert.com - Convert dates to or from timestamps online
  • Hourly rate calculator - A calculator for freelancers to use as a guide to costs, billable hours and desired profit. Takes 10-15 min to complete.
  • Google Dataset Search - Dataset Search enables users to find datasets stored across the Web through a simple keyword search.
  • Url Checker - Multi URL checker, can work from an input list.
  • CICR Tool - IP Range To CIDR / CIDR to IP Range
  • Meta Tags - is a tool to debug and generate meta tag code for any website. With Meta Tags you can edit and experiment with your content then preview how your webpage will look on Google, Facebook, Twitter and more!
  • gitignore.io - Generate .gitignore files for your project
  • AbuseIPDB - help make Web safer by providing a central repository for webmasters, system administrators, and other interested parties to report and identify IP addresses that have been associated with malicious activity online
  • Xerius - 🇫🇷 [BE] Devenir indépendant : Simulez votre tarif journalier en tant qu'indépendant / Calculateur de Brut-Net
  • Downdetector - offers a realtime overview of status information and outages for all kinds of services. | online monitoring of your favorite services
  • Sven Taylor - (2019) The complete list of alternatives to all Google products | Parallel universe for the super security conscious
  • Maxime Blondel - (2018) 🇫🇷 [FR] (2018) 100 outils pour lancer sa startup sans développeur ni graphiste (et presque sans argent)
  • Guesstimate - free models and tools for modeling things that aren't certain. You can forecast your earnings from a new venture, predict the amount of time completing a big project will take, or experiment with scientific theories. People have used it to optimize video games, understand lottery payoffs, and estimate the costs of childcare.
  • Theory Maps - Theory mapping is a technique for visually outlining scientific theory. It allows researchers to concretely display interrelations between concepts, which provides for rapid communication and easy evaluation of ideas. Theory mapping was developed to emphasize that good science requires both reliable methods and rigorous theory. The technique is described in the following forthcoming article at Perspectives on Psychological Science.
  • TLDR This! - Automatically summarize any article, text, document, webpage or essay in a click. | also available as browser extension for Chrome and FireFox
  • DistroTest - The first online operating system tester | Take a look at the existing linux distributions, test them live online and thus without any installation
  • transfer.sh - Easy file sharing from the command line
  • Azgaar's Fantasy Map Generator - Web application generating interactive and customizable maps
  • Radar Virtuel - 🇫🇷 [FR] Le site Radar Virtuel permet de voir le trafic aérien en temps réel avec des petits avions sur une carte Google, ça marche très bien en Europe, autour des aéroports aux États-Unis et pas du tout dans le reste du monde, cest dommage.
  • Character Generator - Create a character sprite sheet for your game using 100% open art.
  • Turtletoy - Create your generative art online using a minimalistic Turtle graphics API.
  • myNoise - Background Noises & Interactive Soundscapes
  • A Soft Murmur - Ambient sounds to wash away distraction.
  • Noisli - Improve focus and boost your productivity | Mix different sounds and create your perfect environment.
  • Ah shhgit! - Find GitHub secrets in real time | Shhgit finds secrets and sensitive files across GitHub code and Gists committed in near real time by listening to the GitHub Events API. Bonus : Source code
  • Loklak Search - Distributed Open Source Search for Twitter and Social Media with Peer to Peer Technology
  • mourner/bullshit.js - A bookmarklet for translating marketing speak into human-readable text. 💩 See also : Home Page
  • Ecometer - Analyse your website's ecodesign maturity
  • EcoIndex - 🇫🇷 [FR] Lobjectif dEcoIndex est daider le plus grand nombre à prendre conscience de limpact environnemental de linternet et de proposer des solutions concrètes pour réduire cet impact. EcoIndex vous propose donc une analyse automatique de premier niveau pour vous aider à identifier rapidement et gratuitement des sites web / services en ligne à ausculter en priorité.

Gaming 🎮

News

  • Game Jams on itch.io - itch.io is a place for hosting and participating in game jams online. Anyone can instantly create and host a jam. 60,525 games have been created for jams hosted on itch.io.
  • Retronator Magazine - Pixel Art, Gaming & Saturated Colors
  • Retro Gamer - Magazine about Classic Video Game Info - Spectrum, Commodore, Atari, Amiga, Handhelds, Arcade Games
  • Gaming Hell - The old game site with guts! Where Zoanthropes Go to Die

Misc

  • BoardGameGeek - most complete board game database that holds tons of reviews, images and videos
  • IsThereAnyDeal.com - keep track of the best deals for video games you'd like to play
  • leereilly/games - Games on GitHub - A list of open source games & add-ons, maps, etc.
  • Soldat - Soldat is still one of my favorite multiplayer games for 10+ years, mainly because it's free, its gameplay is simple, the engine can be modded easily and the game uses 2d rendering
  • Illuminion - Classic text adventures masterpieces, to play with DOS or the Frotz-Z machine
  • Hacknet - a hacking game simulator (not free), potentially boring (move to hackmud)
  • h a c k m u d - hackmud, a hacking game simulator (not free) with programming challenges
  • PortForward - Port Forwarding Ports List
  • GamingOnLinux - Linux & SteamOS gaming community
  • Open Source Game Clones - inventory of open-source remakes of great old games
  • Mazing - Generate printable mazes of any size for playing. Can be useful someday
  • UnDropDansLaMare - (Video) [FR] 🇫🇷 Le Paradoxe du Joueur [2 minutes pour convaincre] short analysis of insatisfaction with modern video games / why video games were best before
  • Tom's Hardware - Top-Rated Graphics Cards for Gaming / best GPU for the money
  • Can You RUN It? - System Requirements Lab analyzes your computer and tell you which games you can / can't run
  • NotebookCheck - list of GPUs of Laptop Graphic Cards sorted by approximate performance in games
  • CheezBurger - How the Gaming Landscape Has Changed (2004 vs 2013)
  • UnDropDansLaMare - [Video] ... Ce Héros Mis Au Placard [2 minutes pour convaincre] // Death of the polygon
  • Korben - (2014) [FR] 🇫🇷 Console jaunie ? Voici comment la traiter pour lui redonner sa couleur dorigine
  • Pencil and Paper games - Because I enjoy good games that don't depend on any modern technology
  • Kelton Sears - (2016) How Two Brothers From Silverdale Made The Worlds Most Complex Video Game | about Dwarf Fortress
  • Coinop - Coinop.org maintains a comprehensive database of coin-operated arcade games.
  • Terminus - [FR] 🇫🇷 funny in browser role playing game to learn the basic of linux command line. NSFW. Bonus : Source + Original version in english with Sources
  • Jeux libres - 🇫🇷 [FR] un catalogue de jeux vidéos libres principalement sous GNU/Linux
  • Abandonware France - 🇫🇷 [FR] l'histoire des vieux jeux video et retrogaming
  • DHTML Lemmings - a remake of Lemmings all written in JavaScript, to play in your browser
  • MathPickle - Board Games and Pencil & Paper Games | #1 job for parents: establish a culture of board gaming in the home. Example paper game : * A little bit of Aggression - one of the few essential games for the elementary school classroom.
  • Cade Metz - (2016) In Two Moves, AlphaGo and Lee Sedol Redefined the Future | speaking of go board game
  • Joon Ian Wong & Nikhil Sonnad - (2016) Googles AI won the game Go by defying millennia of basic human instinct
  • Radim Řehůřek - (2016) Go, Games, Strategy and Life: The Big Picture | on Go, insights vs victories, also about creativity
  • 50GamesLike - video game recommendation engine with more than 40 000 video games : select a game you love and discover 50 recommendations.
  • CARRION - is a reverse horror game in which you assume the role of an amorphous creature of unknown origins, stalking and consuming those that imprisoned you.
  • 7DRL Challenge 2019 - In 2005, the roguelike community established a yearly event, the 7DRL Challenge, in which developers are challenged to create a roguelike in seven days. This allows one to have the shared misery of knowing you are not the only one tracking down a bad pointer at the 167th hour. The annual event occurs during a week in early March.
  • NeoGAF Forum - Gaming Discussion Forum
  • NeoGAF - (2019) Nice looking DOS games | Discussion thread
  • neogeofun - Play Retro SNK NeoGeo games online in your browser | neogeofun is a website let you play your favorite snk neogeo games in your web browser.
  • neogeofun - Play Metal Slug in your browser
  • Good Video Game Interface Screenshots - The best collection of the most beautiful, exceptional and inspiring video game interfaces and screenshots.

Board games

  • BoardGameGeek - most complete board game database that holds tons of reviews, images and videos
  • Tric Trac - 🇫🇷 [FR] le site de référence sur les jeux de société. Actualités, sorties de jeux, avis et notes, forums de discussions, évènements ludiques, etc.
  • MathPickle - Board Games and Pencil & Paper Games | #1 job for parents: establish a culture of board gaming in the home. Example paper game : * A little bit of Aggression - one of the few essential games for the elementary school classroom.
  • Cade Metz - (2016) In Two Moves, AlphaGo and Lee Sedol Redefined the Future | speaking of go board game
  • hkirat/awesome-chess - curated list of assets availible on the Internet related to chess
  • Boardgame Recommendations - a board game recommendation engine built by larrydag
  • Board Game Finder - Discover your next board game in a few clicks.
  • Board Games For Me - Find board game recommendations you'll love
  • Board Game Recommendation Engine - Select 1 to 3 game titles you've enjoyed to get started!

Role-playing 🐉

  • GoToQuiz - Classical Alignment Test
  • Tabletop Audio - Original, ambiances and music for your role playing games and stories
  • NESblog / Speed Game - [FR] 🇫🇷 [Video] Le Jeu de Rôle Papier, analyse des spécificités de cette famille de jeu
  • D&D Beyond - Character Builder for Dungeons & Dragons (D&D) Fifth Edition (5e)
  • Dungeons & Dragons Dice Roller - Online dice roller for D&D
  • Dungeons & Dragons - [PDF] (2018) D&D Basic Rules, Version 1.0
  • 7DRL Challenge 2019 - In 2005, the roguelike community established a yearly event, the 7DRL Challenge, in which developers are challenged to create a roguelike in seven days. This allows one to have the shared misery of knowing you are not the only one tracking down a bad pointer at the 167th hour. The annual event occurs during a week in early March.
  • Azgaar's Fantasy Map Generator - Web application generating interactive and customizable maps

Health and Work-Life Balance

News

  • Itamar Turner-Trauring - Get a better job ; articles about health & work life balance, programmer productivity, problem solving, etc.
  • Simple Programmer - Robert Whitcomb's Blog about soft skills + health & work-life balance for programmers
  • The Knowledge Project - [Podcast] Podcast by Shane Parrish to uncover frameworks YOU can use to learn more in less time, make better decisions, and live a happier and more meaningful life.

Learn

  • Matt Might - (2013) Tips for work-life balance
  • Robert Whitcomb - (2016) Stop Improving Yourself
  • Adam Smiley Poswolsky - The 10 truths about finding meaningful work
  • Tom Goodwin - We dont need to teach our kids to code, we need to teach them how to dream
  • alphagov/govdesign - [PDF] It's ok to ... (poster)
  • Kristin Wong - The Biggest Wastes of Time We Regret When We Get Older
  • Dr. Travis Bradberry - Why You Should Spend Your Money on Experiences, Not Things
  • Bob Sutton - Why Your Job is Becoming Impossible to Do: The Tragedy of Well-Intentioned Organizational Overload
  • Jen Horton - The Inevitable Link between Positivity and Perspective
  • Mike Bushong - Don't Ask Before You Take Vacation
  • Karen Wickre - Working From Home Is Usually a DisasterUnless You Try This
  • Gregg Caines - (2014) In Defence of the Office
  • Jason Fried - Being tired isnt a badge of honor
  • David Mytton - How we do HumanOps at Server Density
  • Andrew Wulf - Why I Don't Do Unpaid Overtime and Neither Should You
  • /r/lostgeneration - Lost generation : discussions & posts about what this generation is supposed to do
  • /r/BasicIncome - community space for discussion and advocacy of Basic Income schemes
  • /r/antiwork - discussion and advocacy of a world without work
  • PartTimer - a job board for skilled work under 40 HRS/week
  • Glassdoor - company reviews and salaries posted anonymously by employees.
  • BetaList Jobs - shape the future by joining one of the fastest growing technology startups
  • WorkWithUs - hand-curated selection of best jobs
  • Who is Hiring? - jobs search engine per location and some other criteria
  • Gabriel Lewis - List of tools to hack your job search
  • College Match Up - Best Jobs for Your Personality Type
  • Daniel Miessler - My Thoughts on the Minimum Wage
  • Daniel Miessler - A Hiring Primer
  • Daniel Miessler - The Tiger Hiring Algorithm
  • Daniel Miessler - The GT Rating System
  • Daniel Miessler - The Peter Principle / Anything that works will be used in progressively more challenging applications until it fails.
  • Daniel Miessler - Measuring the Quality of a Culture
  • Mubashar Iqbal - Will robots take my job ? Make the test ;-)
  • Sanna - [IMG] What if physical illness was treated the same way mental illness is...?
  • Gil - (2014) [FR] 🇫🇷 Billet d'humeur d'une "desperate diplômée" / De la difficulté de trouver un emploi même avec un bon diplôme
  • Tom Lloyd - A good advice about the CV for Design students
  • American Psychological Association - (2014) [PDF] Why women leave engineering
  • Richard Clayton - 10 Things I learned Working Remotely
  • Le Pharmachien - [FR] 🇫🇷 La VRAIE différence entre les médicaments génériques et originaux / real difference between brand names and generic drugs
  • Le Pharmachien - [FR] 🇫🇷 Caféine : toxique et délicieuse / Coffee : good and bad parts
  • Le Pharmachien - [FR] 🇫🇷 8 façons de tintoxiquer à un barbecue ( intoxication alimentaire ) / 8 ways to cause food poisoning with the barbecue
  • John Sonmez - (2014) The 4 Levels of Freedom For Software Developers
  • Shaun Boyd - (2007) 10 Reasons It Doesnt Pay To Be “The Computer Guy”
  • Steve Pavlina - (2005) Dont Die With Your Music Still In You
  • Harvard Biz Review - (2014) What employees value at work
  • Jacob Shriar - 13 Scary Statistics on Employee Engagement
  • J. B. Rainsberger - Productivity for the Depressed
  • Drew Falkman - Sometimes Great Employees Leave and Its OK
  • Jacki Keys - (2014) It's Broken, Don't Fix It / on being "the happiest & healthiest version of yourself"
  • Chess Media Group - (2014) [IMG] 7 Principles of The Future Employee
  • Maria Konnikova - (2014) The Open-Office Trap
  • Lawrence Kesteloot - (2006) Perception of Time
  • Meghan Hebel - Why You Dont Deserve That Dream Developer Job
  • Greg Rosalsky - (2017) The Economics of the Office: Why Do We Still Commute?
  • Ezekiel Buchheit - (2017) No, I have no side code projects to show you
  • Agnès Crepet - (2017) Don't say that you don't have enough time
  • Kris Gage - (2017) The Moment When Youll Finally Change | Getting fed up is incredibly motivating
  • Darius Foroux - (2017) Declutter Your Life. Declutter Your Mind.
  • Thibaut Schepman - (2015) [FR] 🇫🇷 Rester assis tue plus que le tabac ? Jai essayé décrire cet article debout / sitting down is dangerous for your health
  • Cyprien - [FR] 🇫🇷 [Video] Technophobe / what if you could not use technology anymore
  • Pierluigi Vernetto - (2015) End of my 3.2 years contract on a OSB integration project.... lesson learned. | some good lessons learned for developers / project management
  • John Cutler - (2016) company culture is…
  • Dean Baker - (2017) The problem of doctors salaries
  • Yevgeniy Brikman - (2017) The Truth About Startups
  • Joël Spolsky - (2006) A Field Guide to Developers : what theyre looking for, what they like and dislike in a workplace, and what its going to take to be a top choice for top developers.
  • David McRaney - (2010) Coffee stimulation or addiction ?
  • Le grand Oral - (2017) [FR] 🇫🇷 [Video] Le Grand Oral de Luc de Brabandere. A propos du ras le bol des travailleurs, de la place de l'homme dans une société de plus en plus connectée, l'intelligence artificielle vs l'emploi, et le bien être au travail. Bonus : Podcast
  • Patrick God - (2017) Why You Should Start With Your Dream Job
  • IRCEL - CELINE - Current Air Quality Measurements of Belgian Interregional Environment Agency (IRCEL - CELINE)
  • Bruxelles Environnement - [FR] 🇫🇷 Qualité de l'air. Bonus : Dutch version Luchtkwaliteit
  • Amar Singh - (2017) Youre working in the wrong place. (if youre working in an open office)
  • Dave Mosher - (2018) How to Stay Alert Without Caffeine - Try These Science-Based Tricks Next Time You're Tired

my 2 cents: drop the production database, you will soon be fully awaken

we don't take breaks because we are tired, we take breaks so that we are never tired.

  • Ward Cunningham - (2014) Analyzing Xp With Options Pricing | in XP, you should consider the Option to abandon, option to switch, option to defer investment and take advantage of possible future opportunity
  • Nick Cassella - (2018) Ask Your Coworkers What They Make. Youll Earn More.
  • Lewis Menelaws - (2018) How to Fix Burnout as a Developer

A lot of people (especially entrepreneurs) are so obsessed with how fast they will become successful that they will sacrifice their mental health in order to constantly push themselves.

  • Nonviolent Communication - an approach to nonviolent living based on the idea that all human beings have the capacity for compassion and only resort to violence or behavior that harms themselves and others when they do not recognize more effective strategies for meeting needs
  • Jacquelyn Smith - (2012) How To Ignore Distractions In The Workplace
  • Tuck Sleep - (2017) Memory and Sleep | How Does Sleep Affect Your Short and Long Term Memory
  • Healthcare compassion - The Biology of Joy | some people are genetically predisposed to be happy by virtue of their busy prefrontal cortexes, and research in infants confirms it.
  • Hugo Lassiège - (2013) [FR] Travailler autrement | sur les crises et court-termisme entre autres
  • Brandur Leach - Caffeine | An experiment of Brandur in seriously throttling back its caffeine intake for the first time in years.
  • Jordane Moody Zangueneh - [FR] 🇫🇷 Trouver sa vocation : 13 conseils à suivre pour se secouer
  • Jobat - (2013) [FR] 🇫🇷 20 méthodes pour trouver sa vocation
  • Natasha Stanley - No Clear Career Ideas? The 3 Mistakes Youre Making (And 3 Things To Do Instead)
  • Blaz Kos - Business Model You Book Summary Reinvent your career
  • Gretchen Rubin - 9 Things You Can Do to Be Happy in the Next 30 Minutes
  • Libby Sander - (2018) Open offices make people talk less and email more
  • Carl Phillips - (2018) Frugality and the Simpler Life
  • Hampus Jakobsson - (2018) How to get things done and not die
  • Alicia Liu - (2018) Go Slow to Go FastPart 1: You, Part 2: Team, Part 3: World
  • Tim Denning - (2018) Why Youre Not Happy With Your Career
  • Avdi Grimm - (2014) The Passion Gospel | No product or company deserves your passion. You can choose to throw your passion into anything you want, but no project inherently deserves it.
  • Caroline Beaton - (2016) The Psychology Of Professional Purpose: How To Follow Your Calling

A calling is feeling that the work “has to be done.” It connects us to something greater than ourselves. Duckworth explains, “The long days and evenings of toil … the sacrifice, all this is worth it because [our] efforts pay dividends to other people.”

Look for jobs that excite you, for jobs you think you can do with just a little ramp-up time. And then apply for those jobs, knowing that most of them will ignore you—but it only takes one yes to get an exciting new job, and an exciting new opportunity to learn new skills.

  • Itamar Turner-Trauring - (2018) Theres always more work to do—but you still dont need to work long hours

Whenever you feel yourself with too much work to do, go back and apply these principles: underpromise, limit your own time, prioritize ruthlessly. With practice youll learn how to deliver the results that really matter—without working long hours.

dont stress too much about getting stuff done, its fine if you do things at your own pace

  • Chris Dottie - (2018) 4 things your recruiter needs to know about you
  • Tim Wu - (2018) The Tyranny of Convenience | the problem with over conformity
  • Michelle Venetucci Harvey - (2017) A research roundup to show that your office layout is toxic (and some tips for making it better)
  • James Conca - (2012) How Deadly Is Your Kilowatt? We Rank The Killer Energy Sources | It seems that Coal is way more harmful than Nuclear.
  • Mike Donghia - (2010) Enjoying Life in the Slow Lane

here are some easy steps to escape the rat race and enjoy a slower, simpler, happier life:

  • Choose 3 things to accomplish each day.
  • Learn to say “no.” Stop taking on more responsibility.
  • Be unproductive.
  • Only check your email twice a day.
  • Embrace quality over quantity.
  • Find a Hobby.
  • Spend time with people you love.

Remote jobs

Hobbies

Beers 🍻

  • RateBeer - find ratings & information about beers 🍻
  • Untappd - drink socially, and rate your beers 🍻
  • Ceci n'est pas un blog - Le « beer pairing » 🍺
  • Brussels for Beer Geeks - [BE] A map with bars ,shops, restos of interest for beer geeks visiting Brussels. Bars will usually have a varied selection of good Belgian and/or foreign beers. Restos will have a focus on food and beer. Via Belgianbeergeek.be

Board games

Chess

Coffee

  • Daniel Miessler - A Coffee Primer
  • Le Pharmachien - [FR] 🇫🇷 Caféine : toxique et délicieuse / Coffee : good and bad parts
  • David McRaney - (2010) Coffee stimulation or addiction ?
  • Dave Mosher - (2018) How to Stay Alert Without Caffeine - Try These Science-Based Tricks Next Time You're Tired
  • Brandur Leach - Caffeine | An experiment of Brandur in seriously throttling back its caffeine intake for the first time in years.
  • The Coffee Compass - Brew a coffee. Taste it. Adapt and repeat until you find the coffee you prefer.

Toys collections

  • Yo Joe! - the internet's premiere archive site about G.I. Joe: A Real American Hero | probably the oldest website I remember to visit in my young age

Post Apocalyptic fictions

Balades et nature

  • Marches Adeps - 🇫🇷 [FR] Tous les dimanches et jours fériés, des marches Adeps sont organisées en Wallonie et à Bruxelles. Des parcours de 5, 10, 20 et parfois 15km pour tous les types de randonneurs.

Humor :trollface:

Images / Wallpapers

  • NASA - Astronomy Picture of the Day Archive
  • InterfaceLIFT - High resolution photography wallpapers for every screen size
  • Jeffrey Friedl - Jeffrey's Image Metadata Viewer (Exif viewer)
  • Exif Viewer - Another image metadata viewer
  • François Dourlen - 'feel good' mash-up pictures, combining pop-culture characters and actual locations
  • WLPPR - vibrant wallpapers from places of our planet
  • Psiu Puxa - wallpapers from all over the universe
  • Free Online Picture Resizer - Easily crop, resize and edit your images online for free
  • Dale Myers - (2014) Everything You Ever Wanted to Know About PNGs
  • Moviemania - super big textless high-resolution movie wallpapers database
  • SpaceX - Official SpaceX Photos on Flickr
  • Will Gallego - (2017) Reducing Image File Size at Etsy

Linux / Unix 🐧

News

  • /r/linux - discussions & news about linux on reddit
  • nixCraft - linux tips, hacks, tutorials and ideas
  • Red Hat Enterprise Linux Blog - latest information on Red Hat's IT infrastructure products, offerings, and solutions
  • Opensource.com - stories about creating, adopting, and sharing open source solutions
  • The Linux Foundation - The Linux Foundation Youtube Channel
  • Senthil Kumar aka SK - (2017) How To Securely And Permanently Delete Your Data In Linux
  • Alltop - Top Linux News aggregated
  • Tux Machines - a community-driven public service/news site which has been around for over a decade and primarily focuses on GNU/Linux

Learn

rm -rf /var/lib/rpm/__db*
rpm --rebuilddb
  • Miguel Rentes - (2015) moreutils: the utilities package every UNIX/Linux/Mac OS developer should know | nice utilities
  • Bryan Kennedy - (2013) My First 5 Minutes On A Server; Or, Essential Security for Linux Servers
  • Ben Wilson - (2011) Basic Linux Privilege Escalation
  • Senthil Kumar aka SK - (2018) Some Random One-liner Linux Commands [Part 1]. Bonus : Part 2, Part 3, Part 4
  • Bash-Oneliner - A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. Bonus : GitHub repository
  • crontab guru - The quick and simple online editor for testing cron schedule expressions

Emacs

Linux for fun

Raspberry Pi

  • Ard Ray - Persistent IPtables on Raspberry Pi (Raspbian)
  • Raspberry Pi Stack Exchange - What should be done to secure Raspberry Pi?
  • Stefan Pröll - (2016) A Reasonable Secure, Self-Hosted Password Database with Versioning and Remote Access

Tuning

Vim

Mac

  • Ask Different - Install 2 different OS X versions on the same machine/hdd
  • Jordan Merrick - 40 Terminal Tips and Tricks You Never Thought You Needed
  • Markus Wein - macOS Terminal cheat sheet
  • Hanxue Lee - (2016) Installing Jenkins on OS X using Homebrew
  • StackShare - popular JavaScript UI libraries on StackShare
  • MacAdmins on Slack - Place where many of OS X Admins belong
  • OS X Daily - (2011) Command line : Extract .pkg Files Without Installing Them
  • OS X Daily - (2013) Mount * OS X Daily - Mount & Unmount Drives from the Command Line in Mac OS X Unmount Drives from the Command Line in Mac OS X
  • Apple Support - Mac keyboard shortcuts
  • Randall Wood/jenkins-slave-osx - Example of Jenkins slave setup script for Mac OSX
  • herrbischoff/awesome-osx-command-line - Use your OS X terminal shell to do awesome things.
  • Apple - Downloads for Apple Developers / useful to find old tools / OS versions
  • Vinod Yalburgi - How to Install OS X Yosemite on New Partition and Dual-Boot with Mavericks
  • Christian Zibreg - (2015) How to start up your Mac from a bootable CD/DVD, USB thumb drive or external storage device
  • Daniel Miessler - 8 Powerful Features of Safari That Few People Know About
  • Daniel Miessler - The First 10 Things I Do on a New Mac
  • Enrico Maria Crisostomo - (2014) OS X: Creating Packages from the Command Line - Tutorial and a Makefile - Part I
  • Lucas Hall - 8 open source tools for managing macOS
  • Maksym Grebenets - (2015) Jenkins Remote Node on Mac OS X
  • Praval Singh - (2015) Your Mac is probably eating your Internet bandwidth (and you dont know about it!). Bonus : other links on the subject : 1 2 3 4
  • Wesley Moore - Finding an Alternative to Mac OS X
  • Kevin Burke - Make your Go Binaries Homebrew Installable
  • Rich Trouton - (2014) Managing the Authorization Database in OS X Mavericks | and probably for later versions too
  • Yubico Support - macOS Logon Tool Configuration Guide : Enable Yubico 2FA at macOs login screen and for screensaver
  • OSXDaily - (2017) How to Use Touch ID to Authenticate sudo on Mac OS
  • Homebrew Formulae - is an online package browser for Homebrew the macOS package manager.
  • Miguel Rentes - (2015) moreutils: the utilities package every UNIX/Linux/Mac OS developer should know | nice utilities
  • mas-cli/mas - 📦 Mac App Store command line interface
  • sghiassy - How to disable Device Enrollment Notification on Mac / Comment se débarrasser de la notification pour "Inscription du Périphérique" sur Mac
  • MorganGeek - My cheatsheet for MacOS

Code signing

Manga

  • anime-planet - one of the most complete manga and anime database for finding recommended content, or cataloging and reviewing your collection

Math

how might we help more kids experience what math lovers experience?

Movies

  • SC (SensCritique) - [FR] 🇫🇷 french social networking service meant for discovery, cataloging, sharing reviews and tastes in films, tv series, music, books, comics and video games
  • Rotten Tomatoes - quality measurement for movies & tv, by creating a score based on top critics
  • Metacritic - similar to Rotten Tomatoes. Aggregates reviews and provides a metascore for movies, tv, games and music
  • IMDB (Internet Movie Database) - aka IMDb, the biggest online database of info related to films and tv
  • TasteKid - get recommendations for music but also tv shows, films, games, books...
  • Tunefind - Music from all popular tv shows
  • Tunefind - Music from all popular tv shows and movies
  • My 90's TV - Go back to the 1990's via this nostalgic TV simulator and relive the original ads, music videos, movie trailers, shows and more!
  • MorganGeek - [FR] 🇫🇷 FileBot : le couteau suisse du renommage de films et séries
  • moviecode - Source Code in TV and Films / Images of the computer code appearing in TV and films and what they really are.
  • /r/itsaunixsystem - every satirical, embarrassing, incorrect usage of Technology in Movies, TV Shows, and Video Games!
  • Clara Darko - [Video] Movie montage of dystopian / utopias societies
  • OpenSubtitles.org - large open subtitles database for tv shows and movies
  • TVsubtitles.net - large collection of subtitles for tv shows
  • Addic7ed.com - free subtitles for tv show and movies
  • Movie-Censorship.com - News about movie censorship + comparisons of alternate versions (Movies, Comics, Series, Games and more)
  • caps-a-holic.com - DVD und Blu-ray Comparisons
  • IMSE - Internet Movie Search Engine
  • SoMeFilm - Movies / tv shows recommendations : what will you watch tonight ?
  • What is my movie ? - finds movies based on your own words, actors, directors, genres etc.
  • David Firth - [Youtube] Salad Fingers is a psychological horror, dark humorous animation movie ranked among the top 10 culture phenomenon for 2005
  • Honest Trailers - [Video] funny trailers of popular movies
  • Cinesift - 'Cinesift' Sorts Ratings and Streaming Services to Help Users Pick Films. Bonus : Presentation of Cinesift by Trend Hunter
  • Moviemania - super big textless high-resolution movie wallpapers database
  • Parkhi Rastogi - Recommend Movie by Plot (reveal movie title after reading the plot)
  • Short of the Week - Watch the best short films online
  • MorganGeek - Random Horror Show : some random short horror movies in loop. Inspired by the BIFFF and Short of the Week / Short Horror Movies
  • Vimeo - The high-quality home for video hosting and watching in HD with no ads, used by a vast number of indie filmmakers. The place to find refreshing, art-house movies to stream on demand.
  • TED - [Videos] Ideas worth spreading, usually in the form of short, powerful talks (18 minutes or less)
  • Zach Alexander - (2016) 10 Tech Movies to Get You Coding Again
  • Putlocker - The easiest way to watch your favorite movies online!
  • ImagoTV - 🇫🇷 [FR] Netflix gratuit de la transition écologique !
  • daltonmenezes/netflix-list-exporter - 💫 An Extension to export your lists from Netflix to Clipboard area and share with your friends. | also useful if used to compare lists to know what to watch together
  • DoesTheDogDie.com - Crowdsourced emotional spoilers for movies, tv, books and more.
  • Rating Graph - is an online visualization tool which generates fancy graphs from user ratings (ranging between 1.0 and 10.0) submitted to TV show's Episodes and Movies.
  • Spoiler.io - Random Movies and TV Shows Spoilers.

Music 🎶

  • Rate Your Music - one of the most complete music database for cataloging, tagging and reviewing your music collection
  • TasteKid - get recommendations for music but also tv shows, films, games, books...
  • 16Personalities - Music Preferences by Personality Type
  • jamb0ss/awesome-ambient-noises - A curated list of awesome ambient noises for listening while programming
  • DΛTΛSSETTE - music for programming
  • MorganGeek - work / programming playlists selection
  • Tellement Nomade - [FR] 🇫🇷 forum for reviews, advices from audiophiles and discussions about music material (headphones, music players...)
  • Tunefind - Music from all popular tv shows
  • Tunefind - Music from all popular tv shows and movies
  • Ranker - Some of the Best Songs Based on Game of Thrones
  • My 90's TV - Go back to the 1990's via this nostalgic TV simulator and relive the original ads, music videos, movie trailers, shows and more!
  • ProgrammableWeb - Music related APIs
  • MusicIP - MusicIP analyses and fingerprints your music library
  • Metal Torrent Tracker - a good metal music tracker 🤘
  • RockBox - metal music torrent tracker 🤘
  • Tabletop Audio - Original, ambiances and music for your role playing games and stories
  • foobar2000 - List of all plugins for foobar2000
  • foobar2000 - There exist a mobile version of foobar2000
  • Tunefind - Walking Dead tv show soundtracks online
  • LDDM (Les Démons du MIDI) - [FR] 🇫🇷 [Podcast] every month, 2 hours of music from video games Bonus : LDDM sur RadioKawa
  • khinsider - good place to find video game music
  • Banjo Guy Ollie - [Videos] videos of Olivier Longuet (aka Ollie LongZ / BanjoGuyOllie), a youtuber making awesome video game music covers. Bonus : his other youtube channel [FR] 🇫🇷 Grand Theft Z'Audio if you like funny surreal dubbing of games cinematic, mainly inspired by [Message à caractère informatif (https://www.youtube.com/watch?v=ozJmcB-mVgw)
  • YouTube to MP3 converter
  • Metalcast - 🤘 Ultimate metal show
  • Steve Losh - 🤘 (2009) Why People Dont Like Metal
  • Steve Losh - (2010) Keep Calm and Carry On | listen to music, damn it!
  • Gnoosic - Based on your choices, Gnod predicts you might like the music of
  • Graspop Metal Meeting - Archives of Graspop Line up through time 🤘
  • Spotify Library Exporter - a tool to download your Spotify library as a CSV to be used elsewhere. Can also be useful to migrate from Spotify to Apple Music, backup your library to use elsewhere, keep a record offline. It doesn't matter! 🎉
  • PlaylistConverter - Convert your Playlist from multiple Music Services and File Format. Works for Spotify too
  • Map of Metal - 🤘 An interactive map of Metal history and the influential bands that helped shaped the genres we know today.
  • midomi - Use your voice or your mic to identify music
  • myNoise - Background Noises & Interactive Soundscapes
  • A Soft Murmur - Ambient sounds to wash away distraction.
  • Noisli - Improve focus and boost your productivity | Mix different sounds and create your perfect environment.

Networking

  • Homenet Howto - Interesting guide to how computer networks work
  • Naresh Kumar - (2013) 10 Basic Linux Networking and Monitoring Commands You Should Know
  • Naresh Kumar - (2013) Linux Server Monitoring and Networking Commands for Linux Server Administrators - Part 2
  • Silver Moon - 10 examples of Linux ss command to monitor network connections
  • Silver Moon - 18 commands to monitor network bandwidth on Linux server
  • Daniel Miessler - Security: How To Monitor Your Network Connections
  • Kickball/awesome-selfhosted - list of Free Software network services and web applications which can be hosted locally
  • /r/netsec - network security on reddit
  • Google - [Video] How Google Protects Its Corporate Security Perimeter without Firewalls / Very interesting insight into Google's BeyondCorp Zero Trust Network.
  • MoonPoint - Using PuTTY to set up a SOCKS Proxy Connection
  • MoonPoint - Configuring IE 10 to use an SSH SOCKS Proxy Server
  • Thomas Graf - DockerCon 2017 - Cilium - Network and Application Security with BPF and XDP
  • Sreenivas Makam - Docker Networking - Common Issues and Troubleshooting Techniques
  • VirtualBox issues tracker - Network adapters not working after host returns from sleep Win 7 host Linux Mint 17.2 guest
  • WhatsMyIP - Port scanners & other networking tools
  • Vivek Gite - (2018) Top 32 Nmap Command Examples For Sys/Network Admins
  • LZone - Linux networking cheatsheet
  • AboutMyX - Subnet mask calculator
  • Vivek Gite - (2015) Linux setup default gateway with route command
  • Vivek Gite - (2013) Linux route Add Command Examples
  • Vivek Gite - (2009) Configure Linux As Bastion Host
  • Hurricane Electric BGP Toolkit - This website is an Internet analysis site for the whole Internet. useful tool to collect ip, addresses, etc
  • BGPView - allows you to debug and investigate information about IP addresses, ASN, IXs, BGP, ISPs, Prefixes and Domain names.
  • Robtex - is used for various kinds of research of IP numbers, Domain names, etc. Examples : Reverse DNS Lookup, Whois, AS macros.
  • RIPE Database - Webupdates / database query
  • CIDR/Netmask Lookup Tool - get information about a CIDR range including the IP addresses and host addresses contained in it.
  • Vivek Gite - (2018) Linux Show / Display Available Network Interfaces
  • CICR Tool - Calculator for IP Range To CIDR / CIDR to IP Range
  • Sal Ferrarello - (2016) Chrome Clear Redirect Cache
  • The Goose-bearing bash shell - (2016) How to get your IP address from the command line. TLDR; type curl ident.me to know your public ip
  • Joyent Support - (2016) Watching active IP connections - Linux
    • Incoming connections : watch -d -n1 lsof -i
  • Super User and Server Fault
    • Trace all connections on specific port to /var/log/messages (syslog) using iptables : sudo iptables -I INPUT -p tcp --dport 443 --syn -j LOG --log-prefix "HTTPS SYN: "
    • Trace all connections on specific port to /var/log/messages (syslog) using iptables : sudo iptables -I INPUT -p tcp --match multiport --dports 443,636,389,8095,80 --syn -j LOG --log-prefix "HTTPS SYN: "
    • Removing iptables rule : sudo iptables -D INPUT -p <etc rest of your above rule>
  • AbuseIPDB - help make Web safer by providing a central repository for webmasters, system administrators, and other interested parties to report and identify IP addresses that have been associated with malicious activity online
  • InterPlanetary File System - The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices. See also : Wikipedia and GitHub

Tips

  • AWS Docs - determine your instance's IPv4 addresses using instance metadata :
    1. Connect to your instance.
    2. Use the following command to get its private IP address: curl http://169.254.169.254/latest/meta-data/local-ipv4
    3. Use the following command to get its public IP address: curl http://169.254.169.254/latest/meta-data/public-ipv4
  • MorganGeek - My Network cheatsheet
  • MorganGeek - My AWS cheatsheet

News

  • 🔥 HCKR News - unofficial alternative hacker news interface, fixing some Hacker News UI Issues
  • 🔥 Lobsters - Lobsters is a technology-focused community centered around link aggregation and discussion
  • Y Combinator - Hacker News : social news aggregator focusing on computer science and entrepreneurship. Related : Additional news lists
  • Y Combinator - Hacker news Show : where people share their work. Related : Newest Show HN
  • Product Hunt - discover new products (apps, websites, services, ...)
  • TechCrunch - latest technology news and information on startups
  • Le Gorafi - [FR] 🇫🇷 news satire
  • Summaread - Millions of articles summarized daily
  • Popurls - Mother of news aggregators - aggregate news from most popular internet front pages
  • Alltop - News aggregator, similar to Popurls. Aggregates news by topic also
  • Twoogle - Search tweets in realtime
  • AcquiredBy - Definitive list of tech acquisitions
  • Trendsmap - shows you the latest trends from Twitter, for anywhere in the world.
  • Daniel Miessler - a very interesting blog about InfoSec, technology and humans
  • Le blog d'un odieux connard - [FR] 🇫🇷 caustic news / news satire
  • the morning paper - an interesting/influential/important paper from the world of CS every weekday morning, as selected by Adrian Colyer
  • OSNews - explore the future of computing and about technology, OS, hardware, development, and other cool news
  • Electronic Frontier Foundation - EFF is working to protect our fundamental rights regardless of technology, to educate the press, policymakers and the general public about civil liberties issues related to technology, and to act as a defender of those liberties.
  • Jeffrey Ventrella - Nature -> Brain -> Technology | Things and Stuff
  • Les Numériques - 🇫🇷 [FR] Test, actu, comparatif high-tech/électroménager
  • Lindsay Kolowich - (2017) The 20 Best Websites for Wasting Time on the Internet in 2018 | NSFW
  • reddit - most controversial links
  • sebsauvage - 🇫🇷 [FR] Liens en vrac de sebsauvage
  • Korben - 🇫🇷 [FR] Upgrade your mind
  • coreight - 🇫🇷 [FR] Le blog d'infos et astuces web; high tech
  • Post Apocalyptic Media - All the latest end-of-the-world trends
  • DEVURLS - a developer news aggregator.
  • TECHURLS - a technology news aggregator.
  • SCIURLS - a science news aggregator.
  • donnemartin/haxor-news - Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
  • michael-lazar/rtv - Browse Reddit from your terminal

Operations / IT OPS

News

Learn

Please, developers, dont get smug. Im starting with you because youre a core part of the problem here. Go back and re-read the definitions of DevOps … Ill wait … You have to notice one salient point. Nowhere does it say, “Developers rule the world”, or “Developers have SA privileges”, or “We get to ignore the Operations side of IT and do anything we want”. No, instead, it talks about cooperation.

DevOps does not equal Developers managing Production

  • Jennifer Riggins - (2018) 6 Lessons from Bitnamis Transition to Container-Based Ops
  • Chris Ward - (2017) Distributing Operational Knowledge Across a Team
  • Matt Watson - (2017) What Is Site Reliability Engineering and Why You Should Embrace It
  • Matt Watson - (2017) What is Web Operations? How Does it Relate to DevOps and SRE?
  • Matt Watson - (2014) Supporting Production Applications the DevOps Way
  • Coda Hale - (2017) Risky Business Requires Active Operators | about the risks of automation in order to successfully and safely wield its power.
  • Dan McKinley - (2017) You Cant Have a Rollback Button | The internet is a big truck. Its really hard to drive it backwards.
  • Paul Hammond - (2010) [Slides] Always ship trunk | Managing change in complex websites
  • Mike Fisher - (2018) Selecting a Cloud Provider
  • Gregg Caines - (2015) Reclaiming Value From Bugs and Outages: Thoughts on Post-Mortems
  • Mike Loukides - (2017) The evolution of DevOps
  • Mandi Walls - (2017) Configuration Management is Old and Boring
  • Manisha Sahasrabudhe - (2017) 7 things to consider while moving to a microservices architecture
  • Nathen Harvey - (2017) Compliance as Code
  • OpsStack - [Slides] (2017) Monitoring the SRE Golden Signals | Actually Getting the Metrics from Common Services
  • Oded Zilinsky - (2018) How to use ChatOps to boost business engagement across teams | Go cross-silo with chatbots
  • Ericka Chickowski - (2017) Epic IT Ops fails: The 5 worst blunders of 2017
  • Travis Greene - (2018) 7 arguments against NoOps | just say no
  • Esther Schindler - (2016) 3 Ways Devs Can Help Ops: An Operations Perspective
  • Esther Schindler - (2016) 3 Way Ops Can Help Devs: A Developer Perspective
  • Michael Cote - (2018) The many-faced god of operational excellence, DevOps and now 'site reliability engineering'
  • Jamie Andrews - (2017) Inspec gives insight
  • Alice Goldfuss - (2016) No More On-Call Martyrs
  • Rob Kinyon - (2016) What does Operations do?
  • Anna Kennedy - (2017) Building a secure bastion host, or, 50 ways to kill your server. Bonus : Slides
  • Patrick Cable - (2017) This Christmas, build your own PKI
  • Robert Treat - (2017) sysadmins - the evolution of a role amidst revolutionary hype.
  • cscareerthrowaway567 - (2017) Accidentally destroyed production database on first day of a job, and was told to leave, on top of this i was told by the CTO that they need to get legal involved, how screwed am i?
  • Chelsey Lang - (2017) 4 Ways to Approach Incident Management and Improve Mean Time to Resolution
  • Jim Leonardo - (2017) Is it DevOps? What is DevOps and what is not DevOps
  • Jim Leonardo - (2017) Is it DevOps? What is DevOps and what is not DevOps
  • Dmitriy Samovskiy - (2016) The Rise of New Operations
  • Dmitriy Samovskiy - (2011) Complex Systems: Generalists and Specialists | on diagnosing problems
  • trimstray/test-your-sysadmin-skills - A collection of *nix Sysadmin Test Questions and Answers for Interview/Exam (2018 Edition).
  • Gabe Hicks - (2017) 6 Ways to Control Cloud Costs
  • Nexthink - Periodic Table of IT Ops Tools
  • Antonio Cangiano - (2018) Building Better Software With Info-Ops: An Interview With Daniel B. Markham
  • Sean Kane - (2018) 6 creative ways to solve problems with Linux containers and Docker
  • Vivek Gite - (2017) 40 Linux Server Hardening Security Tips
  • chubin/cheat.sh - Cheat.sh - the only cheat sheet you need | allow to browse cheatsheets from internet using curl
  • open-guides/og-aws - 📙 Amazon Web Services — a practical guide
  • Jonathan Lozada De La Matta (Red Hat) - (2018) A sysadmin's guide to Ansible: How to simplify tasks
  • Théo Chamley - (2018) 7 best practices for operating containers
  • Vivek Gite - (2018) Top 20 OpenSSH Server Best Security Practices
  • Krishelle Hardson-Hurley - (2017) So you want to be an SRE?
  • Eiichi Kitagawa - Windows Cheatsheet for Linux Engineers
  • jdumars/agileops - The Agile Operations methodology
  • Fred Hébert - (2019) Operator Experience (OpEx), Observability, and making observable systems
  • Ubuntu Community Help Wiki - Internet and Networking >> SSH >> SSH/OpenSSH/Keys
  • Amazon Web Services Simple Monthly Calculator - estimate your monthly AWS bill more efficiently. Using this tool, you can add, modify and remove services from your 'bill' and it will recalculate your estimated monthly charges automatically. The calculator also shows common customer samples and their usage, such as Disaster Recovery and Backup or Web Application.
  • ops.tips - articles, tutorials and guides about cloud-native technologies: AWS, Golang, Containers, Linux, Infrastructure as a Service and DevOps. Shortcuts : All gists and All articles

Apache

Atlassian

News

Learn

  • Atlassian Docs - Java Option http.nonProxyHosts does not work | useful info for Jira, Confluence & BitBucket
  • Atlassian Docs - Product guides & APIs for Confluence, Bitbucket, Stride / Hipchat, Jira, Bamboo...
  • Katrina Morales - (2017) 5 real-life examples of beautiful technical documentation | user friendly docs on confluence
  • Karl Tate - (2018) Confluence Best Practice: 10 Quick Tips for Maintaining Your Confluence Environment

Infrastructure

See also AWS and Terraform

  • Dan Tehranian - (2014) Building a Better Dashboard for Virtual Infrastructure
  • Marvin Pinto - (2015) A Framework for Deployment of Immutable Infrastructure
  • Pedro Artino - (2016) Test Driven Infrastructure with Goss
  • Eran Chetzroni - (2017) Tips for reducing the cost of your infrastructure
  • Denny Cherry - (2017) Another Cloud Outage (#awsdown this time) Another Group of Companies Show They Dont Have DR
  • Subbu Allamaraju - (2016) Dont Build Private Clouds
  • The OpenStack Marketplace - Private Clouds + Public Clouds
  • Michal Charemza - (2017) Non atomic deployments | Cron-free deferred delete of obsolete static resources | The best infrastructure is the one that doesn't exist
  • Jonathan Block - (2018) Scaling Jenkins | good tips for AWS, infrastructure design...
  • Wolfram Hempel - (2018) An introduction to medieval cities and cloud security
  • Rodion Chachura - (2018) System testing: Localstack + Terraform
  • Carlos Nunez - (2017) Top 3 Terraform Testing Strategies for Ultra-Reliable Infrastructure-as-Code
  • Rosemary Wang - (2019) Test-Driven Development for Infrastructure
  • Nic Jackson - (2018) HashiCorp Terraform: Modules as Building Blocks for Infrastructure
  • k1LoW/awspec - RSpec tests for your AWS resources.

Jira

News

  • Atlassian Jira - Jira Server and Data Center: current work and future plans dashboard.

Learn

  • Atlassian Docs - Java Option http.nonProxyHosts does not work | useful info for Jira, Confluence & BitBucket
  • Dan Radigan - (2013) 8 steps to Jira field greatness
  • Dan Radigan - (2013) Building an awesome Jira workflow: concepts and examples
  • tehranian/docker-atlassian-jira - Docker build for Atlassian Jira
  • John Andersen - REST Based ServiceNow / Jira Integration (PoC)
  • Maksym Grebenets - (2015) JIRA ID in Git Commit Messages
  • Atlassian Docs - Product guides & APIs for Confluence, Bitbucket, Stride / Hipchat, Jira, Bamboo...
  • Adam Boczek - (2016) JIRA Workflows from the Trenches | The Problem with the Standard Configuration + Some useful Practices and Rules
  • Idalko - (2018) A guide to Jira workflow best practices (with examples)
  • Idalko - (2018) The worst (common) advice for Jira that is killing your productivity
  • Vjaceslavs Kreidikovs - (2018) JIRA workflow configuration tips, explanation & examples
  • Kim Wall - (2017) The human side to scaling Jira software: governance, change control, and more
  • Atlassian Docs - Project screens, schemes and fields
  • Atlassian Community - (2018) What would be your advice to first-time Jira Software admins? | good tips & tricks in answers
  • Atlassian Docs - Configuring a custom field : Adding a new context | Adding a new context allows you to configure a custom field differently for different combinations of issue types and projects.
  • Atlassian Docs - Latest Jira documentation for REST API Bonus : Jira REST API examples
  • jira-python Docs - Jira-python lib usage examples
  • Atlassian Docs - Enable Dark Feature in Jira
  • lusarz/jira-node-cli - JIRA command line interface written in NodeJS
  • keepcosmos/terjira - Terjira is a very interactive and easy to use CLI tool for Jira, more complete than jira-node-cli

Logging

How does a project get to be one year late? … One day at a time.

Monitoring

  • Rafael Eyng - Monitoring Your Application Status With Cabot
  • John Allspaw - (2007) The term “monitoring” needs clarification.
  • John Allspaw - (2013) Owning Attention (Considerations for Alert Design)
  • Server Density - 80 Linux Monitoring Tools
  • Andrew Wulf - Monitor Or Fail
  • Splunk Docs - Splunk Web : HipChat example for custom alert actions
  • Splunkbase - Splunk App : HipChat Room Notification Alert
  • Fortify8Fifty Labs - Configuring Splunk to Send HipChat Notifications
  • BitMeter OS - a cross platform stupid simple and efficient bandwidth monitoring tool running locally with a web interface. Downloads, FAQs, Docs
  • monitoring-fr - [FR] 🇫🇷 Inventory of most recommended open source monitoring solutions
  • MorganGeek - (2017) monitoring solutions compared
  • MorganGeek - (2017) monitoring tools summarized
  • Julia Evans - (2017) Linux tracing systems * Julia Evans - (2017) Linux tracing systems * Julia Evans - Linux tracing systems & how they fit together how they fit together how they fit together
  • Naresh Kumar - (2013) 10 Basic Linux Networking and Monitoring Commands You Should Know
  • Naresh Kumar - (2013) Linux Server Monitoring and Networking Commands for Linux Server Administrators - Part 2
  • Steven Vaughan-Nichols - 16 Linux server monitoring commands you really need to know
  • Justyna Ilczuk - (2015) Bash monitoring tips - watch * Justyna Ilczuk - (2015) Bash monitoring tips - watch * Justyna Ilczuk - Bash monitoring tips - watch & tee tee tee
  • Sysdig - troubleshooting and visibility tool for linux, windows and mac osx with native support for containers technologies
  • Stack Exchange - How to test provisioning and configuration in Ansible setup?
  • Pedro Artino - (2016) Test Driven Infrastructure with Goss
  • Silver Moon - 10 examples of Linux ss command to monitor network connections
  • Silver Moon - 18 commands to monitor network bandwidth on Linux server
  • Daniel Miessler - Security: How To Monitor Your Network Connections
  • Alex Zhitnitsky - (2014) 15 Tools Java Developers Should Use After a Major Release
  • Ben Putano - (2018) Proven Steps to Achieving Deployment Nirvana
  • Ben Putano - (2017) The Top 21 Cloud Monitoring Tools for 2018
  • Matt Watson - (2017) 6 Reasons Cloud Monitoring Is Different Than Server Monitoring
  • Matt Watson - (2017) 15 Metrics for DevOps Success
  • Caitie McCaffrey - (2016) The Verification of a Distributed System | A practitioner's guide to increasing confidence in system correctness
  • OpsStack - [Slides] (2017) Monitoring the SRE Golden Signals | Actually Getting the Metrics from Common Services
  • Charity Majors - (2017) Best Practices for Observability
  • Brendan D. Gregg - [IMG] Linux performance observability tools
  • Alex Dzyoba - (2018) Instrumenting a Go service for Prometheus
  • Daniel Lebrero - (2016) The boy who cried wolf, an IT tale | on the importance of a correct log level

How does a project get to be one year late? … One day at a time.

  • Downdetector - offers a realtime overview of status information and outages for all kinds of services. | online monitoring of your favorite services
  • Sasha Jeltuhin - (2018) The Challenges of Monitoring Kubernetes and OpenShift

Nginx

ServiceNow

Philosophy 💭

  • The Minds Journal - Synchronicity Happens For A Reason — There Are No Accidents And No Coincidences
  • Real News - some Socrates quotes worth the reading
  • Daniel Miessler - Is It Wrong to Have Children?
  • Muriel Lefevre - [FR] 🇫🇷 Stanislav Petrov, l'homme qui sauva le monde en ne faisant rien
  • Farnam Street - (2014) Mistakes — Its not the Failures that Define us so Much as How We Respond to Them
  • Shan - (2015) Things I hated About Being a Renter for 15 years
  • Zen Sayings - Zen masters say "Don't seek the truth - just drop your opinions" | Zen quotes
  • Morgan Housel - (2017) Skills vs. Behavior
  • Craig Shapiro - (2017) Passionate Goals
  • Morgan Housel - (2018) Ideas That Changed My Life
  • Josh Archer - (2017) Motivation is dangerous | be disciplined
  • Chengeer Lee - (2017) Fuck Motivation!
  • Paul Graham - (2014) Mean People Fail
  • The Knowledge Project - [Podcast] (2017) Ed Latimore on the Secret to a Happy Life
  • Lou Bichard - (2018) Overcoming Programmer Career Obstacles With A Stoic Mindset
  • Hugo Lassiège - (2017) [FR] Le 10ème homme
  • John Cleese - [Video] on Stupidity
  • BrainyQuote - Patience Quotes
  • Béatrice Sutter - [FR] 🇫🇷 (2018) Internet nous rend-il cons ?
  • James Somers - (2019) The three-page paper that shook philosophy : “Is Justified True Belief Knowledge?” : “the Gettier cases”
  • Mark Kingwell - (2019) Why Being Bored Is Good
  • Worse is better - It is the subjective idea that quality does not necessarily increase with functionality—that there is a point where less functionality ("worse") is a preferable option ("better") in terms of practicality and usability. Software that is limited, but simple to use, may be more appealing to the user and market than the reverse.

Photography

  • Exposure-Mat - build yourself a free light meter that fits in your wallet.
  • Joe L. Wroten - Whats In A Photo?
  • Toolpic - Free Photoshop Online Alternative
  • The Golden Hour Calculator - Sunrise and Sunset information for photographers | a.k.a. what's the best time to take a good picture depending on your location. That's a tip I've learned while preparing my visit to the Neon Museum in Las Vegas
  • La boite verte - 🇫🇷 [FR] Site de découverte sur la photographie, la science, les arts et tout ce qui est insolite.

Prepping

Privacy

  • Mo Bitar - Privacy is Power
  • Walker Harrison - The Search for Self: How to obtain and analyze your history of Google searches
  • /r/encryption - everything about encryption on reddit
  • /r/privacy - everything about privacy on reddit
  • Fried - introduction guide to online privacy. a bit outdated on some advices
  • Privacy tools - knowledge, tools & tips to protect your privacy against global mass surveillance. Related : /r/privacytoolsIO/
  • PRISM Break - which alternative softwares help you opting out of global data surveillance programs like PRISM, XKeyscore and Tempora.
  • have i been pwned - Check if you have an account that has been compromised in a data breach
  • have i been pwned - Check if your password may have been compromised in a data breach
  • /r/pwned - data breaches, site defacements, rm's, hack logs
  • /r/selfhosted/ - alternatives to popular online services that can be self hosted
  • Kickball/awesome-selfhosted - list of Free Software network services and web applications which can be hosted locally
  • Selfhosted on Slack - community for everything about self-hosted web apps and related technologies
  • Just Delete Me - a directory of direct links to delete your account from web services
  • Just Delete Me - Fake identity generator
  • Tails - Tails is a live system that aims to preserve your privacy and anonymity
  • ProtonMail - an friendly secure email service with built-in e2e encryption and state of the art security features. Based in Switzerland
  • Ernesto Van der Sar - Which VPN Services Keep You Anonymous in 2017?
  • Golden Frog - I Am Anonymous When I Use a VPN 10 Myths Debunked
  • KeeWeb - Free cross-platform password manager compatible with KeePass. can be self hosted
  • Panopticlick - Test : Is your browser safe against tracking?
  • Am I unique - Test : are you unique ? (what your fingerprint reveals about you)
  • Air Mail - temporary email service
  • nBox - fake email service, create as many fake emails you wish for protecting your privacy
  • DuckDuckGo - a search engine that emphasizes protecting searchers' privacy. Related : Suggested search engines by PrivacyTools
  • DuckDuckGo - Fix Tracking : how to stop getting tracked on desktop and mobile
  • Google - Google' guide : How to keep your stuff secure and private
  • That One Privacy Guy - That One Privacy Site : a resource for those who value their privacy, with amazing comparisons of existing VPN / Emails services
  • Security in a Box - Digital security tools and tactics with step by step instructions
  • Steven J. Vaughan-Nichols - How to secure Windows 10: The paranoid's guide
  • u/C-Ron - [GUIDE] How to disable data logging in W10.
  • Reset The Net - Privacy Pack : applications for your phone and computer
  • Martin Brinkmann - (2015) The ultimate Online Privacy Test Resource List
  • cafai - Tor best practices | Privacy in Digital Era
  • Le Monde.fr - [FR] 🇫🇷 (2013) NSA : un juge américain estime la collecte de données contraire à la Constitution
  • unv.is - Just put unv.is/ in front of http:// when sharing clickbait articles, unv.is will capture the content of an article or blog post without passing on your visit as a pageview.
  • spammimic - encode your secret message into something innocent looking.
  • johnjago/awesome-ad-free - A curated list of ad-free alternatives to popular services on the Internet.
  • aviaryan/awesome-no-login-web-apps - Web Apps that work without login
  • Electronic Frontier Foundation - EFF is working to protect our fundamental rights regardless of technology, to educate the press, policymakers and the general public about civil liberties issues related to technology, and to act as a defender of those liberties.
  • Terms of Service; Didn't Read - I have read and agree to the Terms” is the biggest lie on the web. They fix it
  • Mailinator - lets you create unique, disposable inboxes which delete themselves after a few days.
  • BugMeNot - no time to create an account ? try a domain or url and get shared logins
  • Christian Stewart - (2017) Favorite Browser Extensions for Privacy
  • The Battle for Net Neutrality - The Internet is under attack. But we can still win.
  • Georg Szalai - (2015) Google Chairman Eric Schmidt: "The Internet Will Disappear"
  • Gabriel Weinberg - (2018) Why should I use DuckDuckGo instead of Google?
  • Ciro S. Costa - (2018) Creating a simple extension to block websites
  • IKnowWhatYouDownload - Detailed statistic for torrent downloads and distributions for your or specific IP address
  • Carl Chenet - (2017) The Slack Threat | why you may need alternatives to slack
  • JC Brand - (2018) Slack's bait and switch | We all know the real reason Slack has closed off their gateways. Their business model dictates that they should. They're a typical walled garden, information silo or Siren Server
  • Shodan - Explore the Internet | Discover the Internet using search queries shared by other users. Cams, Webcams, Default passwords...
  • Bozhidar Bozhanov - (2017) GDPR A Practical Guide For Developers
  • GhostProject - Find leaked passwords. Search by full email address or username
  • Account Killer - Super simple instructions to delete just about any online account or profile, on popular websites / app. Bonus : SiteCheck bookmarklet - it quickly checks if you can easily delete your account, in one click.
  • Surveillance Self-Defense - (2017) Creating Strong Passwords
  • Reset The Net - Privacy Pack
  • Webbkoll - How privacy-friendly is your site? An online tool that checks how a website is doing with regards to privacy.
  • De-google-ify Internet - List of alternative services to de-google-ify Internet and many other such services.
  • PrivacyAngel - Better protect your privacy online | Know which data you share for each popular online services.
  • switching.social - ethical, easy-to-use and privacy-conscious alternatives to popular sites and apps
  • Sven Taylor - (2019) The complete list of alternatives to all Google products | Parallel universe for the super security conscious
  • Dan Pollock - how to make the internet not suck (as much) | a hosts file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of "web bugs" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.
  • Sven Slootweg - (2015) Don't use VPN services.

Because a VPN in this sense is just a glorified proxy. The VPN provider can see all your traffic, and do with it what they want - including logging.

  • Dennis Schubert - (2019) VPN - a Very Precarious Narrative
  • Yacy - is a free search engine that anyone can use to build a search portal for their intranet or to help search the public internet.
  • aviaryan/awesome-no-login-web-apps - Web Apps that work without login
  • pirate/ArchiveBox - 🗃 The open source self-hosted web archive. Takes browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... See also : Website
  • oduwsdl/archivenow - A Tool To Push Web Resources Into Web Archives

Procrastinating 🐖 🐕

  • Random Hunt - Like StumbleUpon, but for Product Hunt. Meaning : best of products, one random product at a time

Productivity

News

  • Hacker News - last month Tricks
  • Hacker News - last month Tips
  • Hacker News - last month Productivity news
  • The Knowledge Project - [Podcast] Podcast by Shane Parrish to uncover frameworks YOU can use to learn more in less time, make better decisions, and live a happier and more meaningful life.

Tips

  • What do I want to achieve?
  • What are my obstacles?
  • Who has solved this already?
  • Anthony Panozzo - (2016) How to Actually Publish More Things
  • Kévin Rocher - (2013) [FR] 🇫🇷 Comment tirer le meilleur parti de votre journée // Productivité, Habitudes & Motivation
  • MorganGeek - (2014) [FR] 🇫🇷 La sélection naturelle de contenus
  • Mike Davidson - [IMG] Wisdom : A prototype is worth a thousand meetings
  • Jeff Atwood - (2014) Because Reading is Fundamental / spend less time talking and more time reading
  • Mike Veerman - Simple is the opposite of easy
  • Luis Mizutani - Slicing your development work as a multi-layer cake
  • Shubhro Saha - (2017) Two sentences for better meetings
  • Scott Hanselman - (2012) [Video] Scaling Yourself / productivity for professionals
  • Ken Krogue - A Checklist For Great Presentations
  • d2s/knowledge - curated list of resources about productivity
  • Daniel Doubrovkine - (2015) Connecting People to Enable Magic
  • MetEdge - [IMG] Successful vs Unsuccessful People
  • Robert Ecker - (2017) Give Up Perfection!
  • Itamar Turner-Trauring - (2017) Staying focused: its not just your environment
  • Agnès Crepet - (2017) Don't say that you don't have enough time
  • Nathan Kontny - (2017) How Do You Focus? Especially when you have a lot to do
  • Benjamin P. Hardy - (2017) This 10-Minute Routine Will Increase Your Clarity And Creativity
  • Jeff Goins - (2017) Im not busy, Im just focused
  • Kim Roach - (2015) 101 Ways to Promote Your Next Blog Post
  • Erlend Hamberg - (2012) GTD in 15 minutes A Easy, Pragmatic Guide to Getting Things Done
  • Sean Quinn - (2010) Use a Weekly Review List to Stay a Step Ahead This Semester
  • Peter G. Klein - (2010) How to Read an Academic Article
  • Timo Van Neerden - (2015) [FR] 🇫🇷 Comment partager facilement un mot de passe Wi-Fi?
  • Tom M. Sittler - (2017) Fighting the evil influence of Facebook (but keeping the good bits): a manifesto and how-to guide
  • Kuba Niechcial - (2018) Assume good intent
  • Nate Hoffelder - (2015) How to Download Your Kindle Notes and Highlights and Export Them
  • Markus Harrer - (2017) Extreme Reduction | how to fit the whole learning subject of one class into a half a dozen tweets. Bonus : see also bulimic learning and Cramming
  • Laura Klein - (2016) Good Enough | You don't know what "perfect" means.
  • Kate Matsudaira - (2016) Delegation as Art | Be someone who makes everyone else better.
  • Yan-David Erlich - [Slides] (2017) Six page cheat-sheet for the book Never Split the Difference, by Chris Voss
  • Daniel Markovitz - (2012) To-Do Lists Dont Work
  • Greg Williams - (2017) Diagrams as Software Documentation When a Picture Says it Best
  • John Cutler - (2017) Work Smaller (Even If It Makes No Sense)
  • Busten Benson - (2014) 10 Principles to Live an Antifragile Life
  • Daniel Walsh - (2018) Ten Overlooked Metrics
  • John Cutler - (2017) Faster. Faster. Faster.
  • Amy Blais - (2017) 27 things enterprises can learn from startups to increase productivity
  • Craig Shapiro - (2017) Passionate Goals
  • Morgan Housel - (2017) The Best Simple Business Models

The three best business models: Make boring things exciting. Make complicated things simple. Make intimidating things painless.

  • Morgan Housel - (2018) Ideas That Changed My Life
  • Josh Archer - (2017) Motivation is dangerous | be disciplined
  • Chengeer Lee - (2017) Fuck Motivation!
  • Ask HN - Ask HN: Time Management Tricks and Tips
  • Chris Mague - (2017) Things you need to know about giving tech talks
  • Amy M Haddad - (2017) Effective Tips for Working Remotely
  • Zdravko Cvijetic - (2018) Two Principles That Will Help You Form Any Habit
  • Dinnie Muslihat - (2018) How the simple checklist can improve your productivity | A tool to help you accomplish more things in your day
  • Eric Steven Raymond, Rick Moen - (2001) How To Ask Questions The Smart Way
  • Kristen Bahler - (2018) What Your LinkedIn Profile Should Look Like in 2018
  • Richard Rusczyk - (2015) Stop Making Stupid Mistakes | developing good habits and organizing your work.
  • Tim Ottinger - (2017) Make People Awesome through Real Work
  • Tim Ottinger - (2015) Over-Starting and Under-Finishing | Too Much Starting?
  • Ward Cunningham - (2014) Analyzing Xp With Options Pricing | in XP, you should consider the Option to abandon, option to switch, option to defer investment and take advantage of possible future opportunity
  • Dr. Jeremy Dean - (2011) The What-The-Hell Effect | Goal-setting can be a handy way of improving performance, except when we fall foul of a nasty little side-effect.

the what-the-hell effect can be avoided by having longer-term goals and transforming inhibitional goals into acquisitional goals. e.g : Procrastinators can forget about their idling and concentrate on producing a certain amount of work each day

  • Dr. Jeremy Dean - (2011) Why You Should Keep Your Goals Secret | Making a public commitment to your goals reduces motivation. the next time you read this widespread advice about publicly committing to a personal goal, ignore it.
  • Tisha x - (2017) Silent Successes: Stop Sharing Your Goals!
  • Dr. Jeremy Dean - (2008) Getting Big Projects Done: Balancing Task-Focus with Goal-Focus | keep the ultimate goal in mind, focus to succeeding on the individual task, ...
  • Dr. Jeremy Dean - (2011) How to Commit to a Goal | Reality check (Indulge, Dwell, Contrast)

People have a natural tendency to avoid decisions, preferring to stay in a fantasy land where the chance of failure is zero.

  • Dr. Jeremy Dean - (2011) How to Avoid Being Distracted From Your Goals | Specific plans free the mind

Making plans helps free up mental space for whatever we are doing right now, allowing us to be more efficient in the long term.

  • Dr. Jeremy Dean - (2009) How to Avoid Procrastination: Think Concrete | focus on task's details and use self-imposed deadlines. While working on it : keep the ultimate, abstract goal in mind. When it's hard, stay focused on details, when it get easier : choose a more abstract, goal focus
  • TalAter/awesome-book-authoring - A collection of awesome resources for technical book authors
  • Thomas Frank - (2017) How to Use the Feynman Technique to Learn Faster (With Examples)
  • Xiao Ma - (2015) Code • Life | We are already doing these things to our code, why not do them to ourselves?
  • coreight - 🇫🇷 [FR] (2016) Les bonnes habitudes de développeurs à appliquer dans sa vie quotidienne
  • coreight - 🇫🇷 [FR] (2016) 20 erreurs idiotes que nous faisons tous avec nos boîtes mail
  • coreight - 🇫🇷 [FR] (2016) 10 fonctions pratiques à utiliser avec les commandes vocales
  • Jacquelyn Smith - (2012) How To Ignore Distractions In The Workplace
  • Anjida Sripongworakul - (2016) If I could tell you one thing…lessons in how to create and how to succeed
  • Jo Meenen - The ONE Thing Book Summary
  • Graphviz Docs - color names for graphviz, plantuml, etc...
  • Michele Lim - (2018) The 7 hacks of highly successful automation
  • Hampus Jakobsson - (2018) How to get things done and not die
  • Sam Altman - (2018) How to Avoid Distractions and Start the Right Company: Startup Tips from Sam Altman
  • Itamar Turner-Trauring - (2018) Staying focused, the productive way
  • Graphviz Docs - Node, Edge and Graph Attributes
  • Gordon Brander - Patterns : "This is my bag of tricks — loose notes, design patterns, rules-of-thumb, methods of enquiry, tools, cheatsheets, gimmicks, leverage points, descriptions of systems, key questions, risks, and unknowns."
  • Ted Dziuba - (2011) Who Needs Process?

Get rid of your prioritized list of tasks. Stop having your daily stand-ups. No more status report e-mails. Just stop doing that stuff, and get rid of anyone who can't cope. Nothing terrible will happen.

  • Bernie Ferguson - (2017) How to manage meetings like an expert facilitator
  • Jo Meenen - Switch Book Summary | How to Change Things When Change Is Hard | good tips here
  • Jo Meenen - 7 Habits Of Highly Effective People Summary
  • Rich Archbold - (2018) Run less software
  1. Choose standard technology 2. Outsource Undifferentiated Heavy Lifting 3. Create enduring competitive advantage
  • Mayo Oshin - (2018) The Ivy Lee Method: A 100-year old Routine for Stress-Free Productivity
  1. Clearly define your vision, goals and objectives for your life, business, health etc.
  2. Write down the six most important tasks for each
  3. Rank and prioritize these six tasks in order of importance.
  4. Each morning, begin with most important task on the list, once you're done, go to the next
  5. Work your way through the six tasks. If at the end of the day you dont finish a task, move it to the new list of six tasks for the following day.
  6. Rinse and repeat this process every day.
  • Itamar Turner-Trauring - (2018) Theres always more work to do—but you still dont need to work long hours

Whenever you feel yourself with too much work to do, go back and apply these principles: underpromise, limit your own time, prioritize ruthlessly. With practice youll learn how to deliver the results that really matter—without working long hours.

dont stress too much about getting stuff done, its fine if you do things at your own pace

  • productivity in the wrong direction isnt worth anything at all. Think more about what to work on.
  • Dont neglect your family and friends for the sake of productivity
  • its good to overcommit a little bit. However, overcommitting a lot is disastrous.
  • Alex Naoumidis - (2018) Elon Musk reveals his productivity rules in a letter he sent to Tesla employees
  • Get of all large meetings, unless youre certain they are providing value to the whole audience, in which case keep them very short.
  • Also get rid of frequent meetings
  • Walk out of a meeting or drop off a call as soon as it is obvious you arent adding value.
  • Dont use acronyms or nonsense words for objects
  • Communication should travel via the shortest path necessary to get the job done
  • A major source of issues is poor communication between depts. The way to solve this is allow free flow of information between all levels
  • If following a “company rule” is obviously ridiculous in a particular situation, such that it would make for a great Dilbert cartoon, then the rule should change.
  • Farnam Street - (2017) How to Remember What You Read
  • Farnam Street - (2018) Mental Models: The Best Way to Make Intelligent Decisions (109 Models Explained)
  • wikiHow - (2018) How to Make a QR Code to Share Your WiFi Password
  • Greg Kamradt - (2018) How awesome people have taught me to make things happen
  • kitty - the fast, featureful, GPU based terminal emulator, designed for power keyboard users
  • Mike Jarvis - (2018) How to Save a Fortune On Cloud Infrastructure
  • Farnam Street - A Helpful Guide to Reading Better 📚
  • David R. MacIver - (2013) How to quickly become effective when joining a new company
  • Bazyli Brzóska - (2013) On organizing projects and files | TLDR : we shoudl use tags and we need more tools supporting them
  • Gmail Help - (2013) Search operators you can use with Gmail | You can use words or symbols called search operators to filter your Gmail search results. You can also combine operators to filter your results even more.
  • Gmail Help - (2013) Keyboard shortcuts for Gmail | save yourself hours/days every year
  • Scott Tousley - (2019) The 33 Gmail Keyboard Shortcuts That Save Me 60 Hours Per Year
  • Marie Prokopets - (2019) 11 Best Practices for Working Remotely
  • Julia Evans - (2019) Get your work recognized: write a brag document
  • Kristijan Ristovski aka Kitze - (2018) Youre either a Zero or a One

99% of the time, we get attached to the decimals and we get lost.

  • Farnam Street - (2018) The Decision Matrix: How to Prioritize What Matters
  • Josh Spector - (2019) You Dont Have A Time Management Problem — You Just Think You Do
  1. The more effort you put into becoming productive, the less productive you will feel It turns out one of the best ways to manage your time is to stop obsessing about how to better manage your time.
  2. You have enough time — you just have too much you want to do. Lets get Zen for a moment. It sounds cliche, but your time management goal shouldnt be to figure out how to do more, but instead to figure out how to want less.
  3. Its not a productivity problem, its an emotional one. If you feel in control of your time, youre significantly less likely to feel time pressure than if your time feels out of your control— even if you have the exact same amount of things to do.

Learn

  • Urban Dictionary - online dictionary of slang words and phrases
  • Wait But Why - popular long form blog posts by two guys, about everything
  • Standuply - big list of Slack communities
  • Self Improvement on SlideShare - Self Improvement presentations
  • Marc Chernoff - (2013) 7 Shortcuts You Will Regret Taking in Life
  • Daniel Miessler - (2010) How To Decide Who To Friend on Facebook, LinkedIn, and Twitter
  • Daniel Miessler - Lot of concepts summarized by Daniel Miessler
  • Lecture Hunt - find and share best learning material online (How to's, courses, ...)
  • Thoughtbot's playbook - a guide explaining how Thoughtbot build products and run their company
  • WikiSummaries - A listing of free book summaries in English by category and alphabetically.
  • Actionable Books - 1134 business book summaries with personality. Insights you can apply in five minutes.
  • J. B. Rainsberger - Productivity for the Depressed
  • Socratease - A Joyful, Engaging Way to Learn New Things : black holes, quantum mechanics, bitcoins, ...
  • Joël Spolsky - (2000) Designing for People Who Have Better Things To Do With Their Lives
  • David McRaney - (2010) Procrastination
  • David McRaney - (2013) Survivorship Bias
  • Michael Lynch - (2017) The Perils of Outsourcing Your MVP
  • Maura Thomas - (2017) Your Teams Time Management Problem Might Be a Focus Problem
  • Amar Singh - (2017) Youre working in the wrong place. (if youre working in an open office)
  • Logan Mayville - (2018) How Being Busy Kills Productivity
  • Jory MacKay - (2018) Productivity in 2017: What we learned from analyzing 225 million hours of work time
  • Nikola Tore - (2017) How employee wellness affects productivity: four fundamental pillars
  • Nikola Tore - (2017) Job-hopping makes millennials better hires
  • Gregg Caines - (2014) In Defence of the Office
  • Sami Honkonen - (2011) The Responsibility Process
  • Matt Cutts - (2015) Matt Cutts: 10 Lessons Learned From The Early Days Of Google
  • Farnam Street - (2017) The Difference Between Amateurs and Professionals
  • Morgan Housel - (2017) Solving Hard Problems With Simple Ideas
  • Morgan Housel - (2017) The Full Reset | understand the power of starting clean
  • Kunal Shandilya - (2017) What Happens When You Stop Trying?
  • Mehdi Cherti - (2017) Improving my productivity using Pomodoro: takeaways after 2 years of practice
  • Vincent Bevins - (2017) Productivity is dangerous | You know who else was productive?
  • Posture Desk - (2017) How many hours a day do you think we sit? Don't feel like sitting? We have a desk for that view
  • Natalie Mendes - (2017) How do emotions affect productivity? [New research]
  • Scott Santens - (2017) Why we should all have a basic income
  • Srinivas Rao - (2018) Professionals vs Amateurs

When we are amateurs our life was about drama, denial, and distractionSteven Pressfield

  • The XY problem - (2014) is asking about your attempted solution rather than your actual problem. This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help.
  • Matthew Yglesias - (2014) The case against time zones: They're impractical & outdated
  • Mark Johnson - (2018) How I Launched Six Side Projects in 2017
  • Gary Klein - (2007) Performing a Project Premortem
  • Dr. Travis Bradberry - (2014) Multitasking Damages Your Brain And Career, New Studies Suggest
  • Dr. Jeremy Dean - (2011) The Dark Side of Goal-Setting | when we goals are too many, too specific or too short-terms
  • Matt Stauffer - (2016) Why I wrote my book with O'Reilly
  • Quora - (2014) What is publishing a book with O'Reilly Media like?
  • Blake Gossard - (2018) The Importance of Getting Distracted | The pervasive message of “stay focused for success” is wrong

curiosity and broad inquiry are necessarily incompatible with focus on specific goals.

  • John Mashni - (2018) If You Dont Eliminate This Habit, You Will Never Grow | I had to stop doing this to finally start being consistent.
  • Isaac Park - (2017) Founder Problem: Im The Reason My Startup Doesnt Grow
  • Joshua Kerievsky - (2017) The Day We Stopped Sprinting

Our new approach felt more natural and we became more responsive to our customer's needs. We spent less time trying to predict how much work we could get done in a rigid time box, and instead allowed ourselves to work on items that ranged from a few hours to a few days.

  1. Work Less, Sleep More
  2. Work Less, Meditate More
  3. Work Less, Nap More
  4. Work Less, Exercise More
  5. Work Less, Take More Breaks
  • Farnam Street - (2015) Learning How to Think: The Skill No One Taught You

Multitasking, in short, is not only not thinking, it impairs your ability to think. Thinking means concentrating on one thing long enough to develop an idea about it. Developing your own ideas. In short, thinking for yourself. You simply cannot do that in bursts of 20 seconds at a time, constantly interrupted by Facebook messages or Twitter tweets, or fiddling with your iPod, or watching something on YouTube. Its only by concentrating, sticking to the question, being patient, letting all the parts of my mind come into play, that I arrive at an original idea.

A proper treatment of the human element requires the human to be the focus

  • Ian Miell - (2018) Why Are Enterprises So Slow?
  • Patrick Louis - (2019) Time On The Internet
  • Abbreviations.com - The Web's largest and most authoritative acronyms and abbreviations resource
  • Alan Franzoni - (2018) Productivity, the office, and the open floor plan
  • James Somers - (2015) Speed matters: Why working quickly is more important than it seems
  • the only way to learn to do something fast is by doing it lots of times.
  • because you blog slowly, youre liable to continue blogging slowly—simply because the only way to learn to do something fast is by doing it lots of times.
  • Loris Cro - (2019) I Want Simple, Not Just Easy

You've surely read plenty about how simple is good, but what's wrong with easy?

Tools

  • Chris Barber/ToolsOfTheTrade - Tools of The Trade, from Hacker News.
  • BugMeNot - no time to create an account ? try a domain or url and get shared logins
  • Calvin Cheng - AwesomeSearch : find awesome lists more quickly.
  • sindresorhus/awesome - Curated list of awesome lists
  • Alexander Bayandin/awesome-awesomeness - A curated list of awesome awesomeness
  • Adam Pritchard/markdown-here - Markdown Cheatsheet
  • CommonMark - syntax reference for CommonMark, a rationalized version of Markdown syntax
  • CommonMark - Try CommonMark / CommonMark Demo
  • /r/dailyscripts - late-night hacks lazy people made when too annoyed by a task's length or difficulty
  • /r/coolgithubprojects - Keep track of new cool github projects
  • Next Chess Move - Calculate the best next Chess move
  • Fost Plus - Together good sorting, better recycling : Enter your packaging below and find out whether it belongs to. French version
  • PortForward - Router Screenshots Listed by Manufacturer
  • IANA - Service Name and Transport Protocol Port Number Registry
  • IANA - Root Zone Database
  • PortForward - Port Forwarding Ports List
  • MorganGeek - Inbox by Google search tricks
  • Robert Zak - some useful chrome flags for a better UX in Google Chrome
  • Karrar Haider - Use chrome flags to enable offline mode in Google Chrome
  • wikiHow - How to Backup and Restore Google Chrome's Entire Settings
  • Summaread - Millions of articles summarized daily
  • Bash One-Liners - Bash one-liners, and best practices in Bash shell scripting
  • Unshorten.It - Unshorten that URL!
  • Popurls - Mother of news aggregators - aggregate news from most popular internet front pages
  • Twoogle - Search tweets in realtime
  • Linguee - online dictionary + search engine for translated sentences from the world wide web
  • A random quote - Short summaries of books / Great books summarized in 5 quotes or less
  • dswd/zVault - a highly efficient deduplicating backup solution
  • Sepastop - [FR] 🇫🇷 resiliate your affiliation to all kinds of products and services
  • chaconnewu/awesome-augmented - curated list of awesome lists
  • Proxy Switchy! - a chrome extension to switch between multiple proxies, quick & easy
  • @Voice Aloud Reader - this Android app let you listen to or read on screen the text from other Android apps, e.g. web pages, news articles, long emails, TXT, PDF, DOC, DOCX, RTF ... useful to do multitasking specialists !!
  • MorganGeek - [FR] 🇫🇷 FileBot : le couteau suisse du renommage de films et séries
  • Things I Learned Today - (2013) Too Many Tabs in Google Chrome? try this extension
  • FreshRSS - A free, self-hostable aggregator… probably the best! (in their opinion, and mine also :) ). I tested many free self hosted RSS readers, and by far this is the one I recommend the most for its flexibility and numerous options
  • Alex Calderon - (2014) [IMG] Are You a Boss or a Leader ?
  • Stéphane le calme - (2014) [FR] 🇫🇷 Des retards dans les délais de livraison d'un projet ? Oui, mais à qui la faute ?
  • dupeGuru - is a tool to find duplicate files on your computer.
  • Blueprint - a config mgmt tool that reverse-engineers servers by figuring out what you've done manually, commit them to git + generates code that can replicate your efforts
  • weightshift/The-Personal-Page - simple one-page website that presents your portrait and some description text in a nicely-formatted manner.
  • Listly - Fully-automated Web Scraping. HTML to Excel in seconds : Paste URL, Get Excel.
  • Free Summarizer - Summarize any text Copy and paste your loooong text (even a copy of a book)
  • ty-/spec-style-guide - some best practices for writing markdown based specifications to be printable by gitprint.com and pandoc
  • aviaryan/awesome-no-login-web-apps - Web Apps that work without login
  • Terms of Service; Didn't Read - I have read and agree to the Terms” is the biggest lie on the web. They fix it
  • Send to Kindle - extension for Google Chrome, for sending web content (articles, blog posts) to your Kindle device in one click
  • Julia Verification Toolset - Research / Investigation tools
  • Gabriel Weinberg - (2018) Why should I use DuckDuckGo instead of Google?
  • One on One Meeting Template - a template to support you while leading one on one meetings.
  • Savvy Time - ET to CET Converter | Convert hours and time in different locations
  • Courseroot - Review the best online courses on the internet in one place
  • Ciro S. Costa - (2018) How to publish a blog using AWS
  • ACM Queue - studies on Software, DevOps, Computing Machinery ...
  • Jerome Kehrli - (2017) Periodic Table of Agile Principles and Practices
  • Farnam Street - Mental Models: The Best Way to Make Intelligent Decisions (113 Models Explained) | How do you think the most rational people in the world operate their minds? How do they make better decisions?
  • Culture Codes - Employee Handbox Examples | A collection of company handbooks, employee manuals, and more from real companies.
  • GSMArena.com - mobile phone reviews, news, specifications and more...
  • sferik/t - A command-line power tool for Twitter
  • Samuel Hulick - (2016) Slack, Im Breaking Up with You
  • Daichi - (2017) Boost your productivity using Markdown.
  • What the Hell Should I Watch on Netflix? - Your First World problems are over.
  • Carla King - (2014) 6 Great Self-Publishing Tools for Small Press and Author Co-Ops
  • Alex Efros - AsciiDoc cheatsheet
  • ThoughtWorks - How to build your ThoughtWorks Radar
  • WikiDiff - display difference between two terms, using wikipedia definition. Useful when answering online tests
  • bacook17/acronym - ACRONYM (Acronym CReatiON for You and Me) | A python-based tool for creating English-ish Acronyms from your fancy project
  • r/personalfinance/tools - Personal Finance Tools : Redditor-created Spreadsheets
  • lusarz/jira-node-cli - JIRA command line interface written in NodeJS
  • Maxime Blondel - (2018) 🇫🇷 [FR] (2018) 100 outils pour lancer sa startup sans développeur ni graphiste (et presque sans argent)
  • Guesstimate - free models and tools for modeling things that aren't certain. You can forecast your earnings from a new venture, predict the amount of time completing a big project will take, or experiment with scientific theories. People have used it to optimize video games, understand lottery payoffs, and estimate the costs of childcare.
  • Dan Pollock - how to make the internet not suck (as much) | a hosts file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of "web bugs" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.
  • TLDR This! - Automatically summarize any article, text, document, webpage or essay in a click. | also available as browser extension for Chrome and FireFox
  • myNoise - Background Noises & Interactive Soundscapes
  • A Soft Murmur - Ambient sounds to wash away distraction.
  • Noisli - Improve focus and boost your productivity | Mix different sounds and create your perfect environment.
  • Skitch - Skitch is a screen capture app including the ability to annotate a screenshot with arrows, text, shapes, and stamps.
  • trimstray/the-book-of-secret-knowledge - A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

Programming

News

  • InfoQ - news, videos, books for software developers
  • SlideShare - featured software related presentations on SlideShare
  • DZone - programming & devops news
  • /r/programming - everything about programming on reddit
  • Player FM - Programming podcasts
  • Player FM - Software Development Podcasts
  • Devoxx - Devoxx Youtube Channel
  • Stack Overflow Blog - listen in on whats new with the worlds largest developer community.
  • Coding Blocks - podcast and website for learning how to become a better software developer, covers a wide variety of programming best practices | the rhythm is sometimes slow
  • Code as Craft - Etsy' blog for craftsmen
  • feststelltaste (Markus Harrer) - About Legacy Systems, Software Analytics and the Fundamental Problems of Software Engineering
  • TIOBE Index
  • Methods & Tools Editor Blog - Software Development Ideas + links
  • Zach Holman - Blog of Zach Holman, Founder of During, previously at GitHub and Gild.
  • Software Engineering Radio - The Podcast for Professional Software Developers
  • O'Reilly Media - Ideas | What's on the radar
  • dev-books - top of most mentioned books on stackoverflow
  • hellerve/programming-talks - Awesome & Interesting Talks concerning Programming
  • Itamar Turner-Trauring - Get a better job ; articles about health & work life balance, programmer productivity, problem solving, etc.
  • Simple Programmer - Robert Whitcomb's Blog about soft skills + health & work-life balance for programmers
  • programming is terrible - Blog of Thomas Figg (tef) | lessons learned from a life wasted
  • The Holy Java - Building the right thing, building it right, fast
  • Code Simplicity - Max Kanat-Alexander's Blog. Code Simplicity focuses on the idea of simplicity: simple things, simple thoughts, and simple ideas that can make the world of computing a better place.
  • The Changelog - [Podcast] Conversations with the hackers, leaders, and innovators of open source.
  • Industrial Logic Blog - leveraging safety wisdom in workspace from manufacturing, psychology, culture change and Agile and Lean developmen
  • GOTO Blog - Created for developers, by developers, GOTO is focused on bringing together the best minds in the software community and the most interesting topics to light.
  • DEVURLS - a developer news aggregator.
  • /r/coolgithubprojects - Keep track of new cool github projects

Learn

Low-code/no-code platforms mean anyone can code, right? Wrong. This is a dangerous thought for enterprises.

  • Nathan Coulter (Poor Yorick) - (2018) Tips for writing quality software. Archive : Web archive
  • Kevin London - (2015) Code Review Best Practices
  • Kevin London - (2015) 10 Software Talks to Listen to on Your Way to Work
  • MyBroadband - (2018) How programmers learn to code | What programmers want
  • Fagner Martins Brack (fagnerbrack) - (2016) The Angry Programmer | How an engineer can be competent and incompetent at the same time
  • Devoxx Belgium - (2017) The Top-100 rated Devoxx Belgium 2017 talks
  • The Cathedral and the Bazaar - [Book] Musings on Linux and Open Source by an Accidental Revolutionary
  • Antonio Bello - (2017) Learning Techniques for Programmers, by Programmers
  • Antonio Bello - (2016) Freelance Software Development: Is It For You?
  • Antonio Bello - (2016) Freelance Software Development Tips
  • Antonio Bello - (2016) How To Be a Better Developer with Programming Challenges
  • DZone - Developer Personality Test
  • Sijin Joseph - (2014) Programmer Competency Matrix
  • Alvaro Videla - (2014) A Programmer's Role, about what clean code was like in 1967 Bonus : (1967) [PDF] Original publication What Programmer Does
  • Gregg Caines - (2009) The Lost Art of Prototyping
  • Gregg Caines - (2010) Quality Is the Constraint
  • Steve McConnell - (1996) Software Quality at Top Speed
  • Steve McConnell - (2012) Real Quality For Real Engineers
  • Steve McConnell - (1996) Teach Programming Principles, Not “Tools and Tips”
  • Steve McConnell - (1998) Dealing With Problem Programmers
  • Steve McConnell - (1997) Achieving Leaner Software
  • Steve McConnell - (1997) Softwares Ten Essentials
  • Steve McConnell - (1996) How to Defend an Unpopular Schedule
  • Giedrius Majauskas - (2009) Programmer mindset: 5 traits of programmers that have a chance to become good ones
  • Dan Milstein - (2013) Coding, Fast and Slow: Developers and the Psychology of Overconfidence | about inability of developers to predict how long a project will take.
  • Laura Klein - (2015) Your Job Is Not to Write Code
  • Adam Pittenger - (2013) Love what you build. Build what you love.
  • Jim Bird - (2014) Feature Toggles are one of the worst kinds of Technical Debt
  • Jez Humble - (2011) Make Large Scale Changes Incrementally with Branch By Abstraction
  • Paul Hammant - (2007) Introducing Branch By Abstraction
  • Trunk Based Development - all the related facts, rationale and techniques for Trunk-Based Development
  • Martin Fowler - (2009) FeatureBranch | and dangers of feature branching
  • Martin Fowler - (2010) FeatureToggle | feature toggles as an alternative to evil feature branching
  • Fernando Rubbo - (2013) Feature toggles: good or bad
  • John Sonmez - (2014) Why Software Developers Suck at Estimation
  • John Sonmez - (2014) 5 Ways Software Developers Can Become Better at Estimation
  • Richard Clayton - (2017) Serverless isn't Effortless | Lessons we learned in our first serious Serverless project.
  • Richard Clayton - (2014) Software Engineering is not a Job. It's a Profession.
  • Jun Auza - (2010) Popular quotes on programming
  • Marco Kuiper - 27 inspiring top notch programming quotes
  • James Flight - (2018) Critical thinking in software development, the word should, and why you shouldnt listen to Martin Fowler
  • Nicolò Pignatelli - (2018) This is not the DRY you are looking for
  • Logically Fallacious - Collection of common fallacies
  • your logical fallacy is - Thou shalt not commit logical fallacies. Bonus : Printable Poster
  • Kode Vicious - (2010) Broken Builds | Frequent broken builds could be symptomatic of deeper problems within a development project.
  • Kenneth N. Lodding, Nasa - (2004) Hitchhiker's Guide to Biomorphic Software | The natural world may be the inspiration we need for solving our computer problems.
  • Lewis Menelaws - (2018) How to Fix Burnout as a Developer
  • Tom MacWright - (2018) Advice to the newish programmer
  • GitHub - Great for new contributors | What open source projects can I contribute to?
  • Keon Kim - Computer Scientist's Trivia | for programmers to understand how long a certain operation takes in and out of a computer.
  • donnemartin/system-design-primer - Learn how to design large-scale systems. Prep for the system design interview.
  • Increment Staff - (2017) What its like to be a developer at …
  • Itamar Turner-Trauring - (2017) Why you should have the skills of a generalist, but market yourself as a specialist
  • Itamar Turner-Trauring - (2017) When AI replaces programmers
  • Itamar Turner-Trauring - (2017) Staying competitive as a developer
  • Itamar Turner-Trauring - (2016) Work/life balance will make you a better software engineer
  • Itamar Turner-Trauring - (2016) Stagnating at your programming job? Dont quit just yet!
  • Marcus Blankenship - (2017) Why your programmers just want to code
  • Shaun Finglas - (2016) Why You Should Do Code Katas
  • Lieven Vaneeckhaute (denshade) - (2015) Measuring programmer competency
  • Jakub Holý - (2016) It Is OK to Require Your Team-mates to Have Particular Domain/Technical Knowledge
  • Jakub Holý - (2016) Dont add unnecessary checks to your code, pretty please!
  • Thomas Figg (tef) - (2016) Write code that is easy to delete, not easy to extend.
  • Ashton Kemerling - (2014) The Swordsman and the Software Engineer | Its easy to believe that specializing and focusing will make you better than your peers
  • Ashton Kemerling - (2014) Disdain | the accomplished engineer knows that completing a task is not about the number of hours spent, but the quality
  • Andrew Hunt and David Thomas - (1999) Programming by Coincidence | Dont Program by Coincidence. Extract from The Pragmatic Programmer book
  • Jakub Holý - (2012) Programming Like Kent Beck
  • Fred Hébert - (2017) Everything is Terrible : how fundamental components can end up causing us problems. Target audience : Developers who enjoy cynicism. Bonus : Slides
  • Steven A. Lowe - (2018) Big benefits from tiny types: How to make your code's domain concepts explicit
  • Christian Maioli Mackeprang - (2018) How terrible code gets written by perfectly sane people
  • Esther Schindler - (2016) 8 Ways to Become a Better Coder

“The code works” isnt where you stop; its where you start

  • Esther Schindler - (2016) 3 Ways Devs Can Help Ops: An Operations Perspective
  • Esther Schindler - (2016) 3 Way Ops Can Help Devs: A Developer Perspective
  • David Albert - (2013) Fundamental qualities of good programmers
  • Software Engineering Tips - (2012) Signs that you're a bad programmer
  • Software Engineering Tips - (2012) Signs that you're a good programmer
  • Software Engineering Tips - (2010) So you've just been hired by an IT department...
  • Software Engineering Tips - (2010) Programming Tips
  • JanVanRyswyck/awesome-talks - list of online talks that are worth watching, mostly about software development
  • James Wade - (2017) What's involved in a code review?
  • Julian Cohen - (2017) Secure Engineering Guidelines | Some best practices for building and trusting software.
  • Preslav Mihaylov - (2017) Understanding Standard Input and Output
  • Jennifer Riggins - (2018) On Call Rotations: How Best to Wake Devs Up in the Middle of the Night
  • Graham Lee - (2017) Falsehoods programmers believe about programming
  • Alon Altman - (2015) Falsehoods Programmers believe about Gender
  • Patrick Louys - (2017) Become a better developer in 2018
  • Joel Kemp - (2017) Work for an employer that builds something you love
  • Zach Alexander - (2016) 10 Tech Movies to Get You Coding Again
  • rondy - Effective Engineer - Book Notes. Bonus see also The Effective Engineer website and Effective Engineer Blog
  • Jeremy Phelps - (2017) Why you're having trouble hiring developers
  • Erik Dietrich - (2013) How Developers Stop Learning: Rise of the Expert Beginner
  • Chris Mague - (2017) Things you need to know about giving tech talks
  • Erik Dietrich - (2017) Side Hustle Ideas for Software Developers
  • Dr. Tom Murphy VII, Ph.D. - [PDF] A C89 compiler that produces executables that are also valid ASCII text files
  • Fred Hébert - (2017) Tout est Terrible | a very cynical view of technology
  • John Sonmez - (2016) Episode #71: Soft Skills: The software developer's life manual
  • melissa mcewen - (2017) Coders Should Fear What Happened To Writers | meaning only those in top coding jobs are rewarded well
  • Lou Bichard - (2018) Overcoming Programmer Career Obstacles With A Stoic Mindset
  • Angela Stringfellow - (2017) Mistakes to Avoid on Your DevOps Resume: Tips from 20 DevOps Leaders and Hiring Managers
  • Tim Ottinger - (2014) Avoid Rework Through Behavior-Driven Development | eXamples and features specification should be written in a formal way that is easily automated / increasing the signal-to-noise ratio in your communication
  • Joshua Kerievsky - (2005) [PDF] (2002) Stop Over-Engineering!
  • panic - gallery of programmer interfaces (UIs)
  • Joe Forshaw - (2017) Message-Oriented Programming
  • Andrew Turley - Important Considerations about Pony programming language, based on this tweet
  • Pony Docs - Introduction Tutorial about Pony : an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.
  • Simon Brown - (2018) Today's software developers are the ivory tower architects of tomorrow
  • Lewis Menelaws - (2018) How to Fix Burnout as a Developer

A lot of people (especially entrepreneurs) are so obsessed with how fast they will become successful that they will sacrifice their mental health in order to constantly push themselves.

  • Ben Northrop - (2018) The Reality of Reuse | we're hard-wired to want to make decisions quickly and we take too many shortcuts
  • John Sonmez - (2015) SE Radio Episode 245: John Sonmez on Marketing Yourself and Managing Your Career
  • Jeff Atwood - (2004) Why I'm The Best Programmer In The World* | it's not our job to be better than anyone else; we just need to be better than we were a year ago.
  • Jeff Atwood - (2015) Recommended Reading for Developers
  • Graham Lee - (2018) Whats better than semver?
  • Graham Lee - (2018) Its about the thinking
  • Katacoda - Learn new technologies right in your browser | Interactive Learning and Training Platform for Software Engineers
  • Rosetta Code - Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible
  • Stephen Mann - (2018) Don't Do This in Production
  • Jeff Atwood - (2006) The Ten Commandments of Egoless Programming
  • Mark Heath - (2017) STABLE tactics for writing SOLID code
  • The Codeless Code - An illustrated collection of (sometimes violent) fables, concerning the Art and Philosophy of software development
  • Robert C. Martin - (2017) Just Following Orders | Reminder: Doing your job does not mean that you just follow orders. The courts are going to hold you to a high ethical standard, even if your employer does not.
  • Ben Halpern - (2018) Write clean code and avoid the distractions of emerging technology | stay excited by the trends, but be impassioned by the small improvements you can make in the quality of your work.
  • victorlaerte/awesome-it-quotes - a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT.
  • Jeff Knupp - (2014) How 'DevOps' is Killing the Developer
  • James Somers - (2017) The Coming Software Apocalypse A small group of programmers wants to change how we code—before catastrophe strikes.

“Computing is fundamentally invisible,” Gerard Berry said in his talk. “When your tires are flat, you look at your tires, they are flat. When your software is broken, you look at your software, you see nothing.” “So thats a big problem.”

Laziness: The quality that makes you go to great effort to reduce overall energy expenditure. Impatience: The anger you feel when the computer is being lazy. Hubris: The quality that makes you write (and maintain) programs that other people won't want to say bad things about.

Look for jobs that excite you, for jobs you think you can do with just a little ramp-up time. And then apply for those jobs, knowing that most of them will ignore you—but it only takes one yes to get an exciting new job, and an exciting new opportunity to learn new skills.

  • Brendan D. Gregg - (2017) Brilliant Jerks in Engineering
  • DEV - What are some fundamentals of security every developer should understand?
  • DEV - (2018) What is your personal Programming ethics?
  • ACM Ethics - (1997) The Software Engineering Code of Ethics and Professional Practice
  • Coding Blocks - (2018) [Podcast] Deliberate Practice for Programmers
  • exercism - Code practice and mentorship for everyone | Learning through Exercism is quite different to other programming websites, with a focus on individual practice and mentor-based learning
  • Joe Zack - (2018) 4 reasons why the “10x Developer” is so controversial

0 Productivity is hard to measure 1 Tiny sample size 2 Well, common sense…. 3 The study was done over 50 years ago

  • If you cant measure it, you can still reason about it
  • 10x programmers are rare
  • Programming is about choices
  • Code Golf - a game designed to let you show off your code-fu by solving problems in the least number of characters. It is written in Go and is open source, patches welcome!
  • Ada Nduka Oyom - (2018) On Becoming a Technical Writer
  • Vadim Kravcenko - (2018) Growing your interns | eventually you will become Senior Developers and will need to nurture your own interns.
  • Programming quotes
  • George Gritsouk - (2014) Code Hierarchy of Needs | Maslow would not approve of this.
  • stanislaw/SoftwareDesignHeuristics - heuristics found to be useful in software engineering practice. We call “heuristics” everything that helps us to write better code given we keep them in mind.
  • charlax/professional-programming - A collection of full-stack resources for programmers.
  • Arnaud Lemaire - [Videos] 🇫🇷 [FR] (2019) Entre industrialisation et artisanat, le métier de développeur. | a very good and accurate talk of software craftsmanship
  • Bryan Cantrill - (2018) Assessing software engineering candidates
  • David Winterbottom - (2017) Little-known words relevant to software development

Example: VERSCHLIMMBESSERN - (German) - to make something worse while attempting to make it better and many others...

  • Jakub Holý - Craft : About the craft of software development and why it matters. Bonus : Archive of previous version about code quality only ; Code (And Design) Quality And Why Should We Care.
  • Martin Fowler - (2019) Is High Quality Software Worth the Cost?
  • Literate programming - is a programming paradigm introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated.
  • Literate programming links - articles about literate programming
  • 1x Engineer - a non-exhaustive list of what qualities make up a 1x engineer.
  • Redbubble - DevOps stickers
  • GitHut - A small place to discover more about the usage of programming languages in GitHub.
  • Worse is better - It is the subjective idea that quality does not necessarily increase with functionality—that there is a point where less functionality ("worse") is a preferable option ("better") in terms of practicality and usability. Software that is limited, but simple to use, may be more appealing to the user and market than the reverse.
  • Remote Mob Programming - A summary of the essentials of successful Remote Mob Programming

API

Assembly

C/C

  • Mike Acton - (2014) [Slides] Data oriented design principles and c
  • Angel 2D - Angel 2D : A cross-platform 2D game prototyping framework based on OpenGL and C++. Looks dead...
  • SFML - SFML is a simple, fast, cross-platform and object-oriented multimedia API. Written in C++ and provides bindings for various languages such as C, .Net, Ruby, Python.
  • Vicky Chijwani - (2014) Common C++ Gotchas
  • Chris Wellons - (2014) Interactive Programming in C
  • Chris Wellons - (2014) How to build DOS COM files with GCC
  • Chris Wellons - (2017) A Tutorial on Portable Makefiles
  • Chris Wellons - (2017) How to Write Portable C Without Complicating Your Build
  • svaarala/duktape - Duktape : embeddable Javascript engine with a focus on portability and compact footprint
  • RMB Consulting - A C Test: The 0x10 Best Questions for Would-be Embedded Programmers
  • Bartlomiej Filipek - (2017) How not_null can improve your code?
  • Stack Overflow - What is your favorite C programming trick?
  • Stack Overflow - Hidden features of C
  • Kenneth Finnegan - (2008) Programming Tips in C
  • Cprogramming.com - C and C++ Programming Tips
  • Phillip Khandeliants - (2017) Speeding up the Build of C and C++ Projects
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
  • Dr. Tom Murphy VII, Ph.D. - [PDF] A C89 compiler that produces executables that are also valid ASCII text files

Calm programming / Slow programming

See also Clean code

I dedicate this section to the work I'm busy at, about how going faster in short term can cost you quality, money and confidence in long term. Studying relationships between quality, productivity, thinking fast & slow, slowing down, and the craft of programming.

The only way to go fast is to go well. Every time you yield to the temptation to trade quality for speed, you slow down. Every time. Robert C. Martin

  • John Sonmez - [Video] (2016) Being A Slow Developer... Am I Screwed? | on slow programming, clean code & productivity. Don't rush, do it right, do it clean then do it fast.
  • George Gritsouk - (2016) Legacy Code | The noblest pursuit of our weekdays | slow programming
  • Slow Programming - Programming has become a pursuit of profit over personal knowledge. The craft of programming has developed into a rapid rush to the finish line via bootcamps and brief tutorials.
  • Derek Sivers - (2016) Im a very slow thinker
  • Dan Milstein - (2013) Coding, Fast and Slow: Developers and the Psychology of Overconfidence | about inability of developers to predict how long a project will take.
  • Raph Lee - (2019) Understand, Design, Build: A Framework for Problem-Solving
  • Mike Donghia - (2010) Enjoying Life in the Slow Lane

here are some easy steps to escape the rat race and enjoy a slower, simpler, happier life:

  • Choose 3 things to accomplish each day.
  • Learn to say “no.” Stop taking on more responsibility.
  • Be unproductive.
  • Only check your email twice a day.
  • Embrace quality over quantity.
  • Find a Hobby.
  • Spend time with people you love.
  • 1x Engineer - a non-exhaustive list of what qualities make up a 1x engineer.
  • Loris Cro - (2019) I Want Simple, Not Just Easy

You've surely read plenty about how simple is good, but what's wrong with easy?

Clean code

See also Calm programming / Slow programming

News

  • Coding Blocks - podcast and website for learning how to become a better software developer, covers a wide variety of programming best practices | the rhythm is sometimes slow
  • The Holy Java - Building the right thing, building it right, fast
  • Clean Coder Blog - articles by Robert C. Martin (Uncle Bob)

Learn

The only way to go fast is to go well. Every time you yield to the temptation to trade quality for speed, you slow down. Every time. Robert C. Martin

we need high design quality for stuff that is critical to our products and less design quality for stuff that isn't critical.

  • Joshua Kerievsky - (2010) Whats Wrong With Clean Code? | When Cleaning Is Not Enough

Clean frequently and remodel occasionally to produce an excellent design.

  • John Sonmez - [Video] (2016) Being A Slow Developer... Am I Screwed? | on slow programming, clean code & productivity. Don't rush, do it right, do it clean then do it fast.
  • Jeff Atwood - (2004) We Make Shitty Software.. With Bugs! | Software is a process, it's never finished, it's always evolving.
  • Jakub Skałecki - (2017) How to write excellent Dockerfiles
  • Jakub Skałecki - (2017) Automatic code quality checks with git hooks
  • JSONLint - JSON validator
  • Matthew Setter - (2018) Best Practices When Versioning a Release
  • Stephen Mann - (2018) Don't Do This in Production
  • Matt Butcher - (2018) Be Nice And Write Stable Code
  • Brandur Leach - (2018) In Pursuit of Production Minimalism
  • Birat Rai - (2017) Step 8: The Boy Scout Rule ~Robert C. Martin (Uncle Bob)

“Leave Things BETTER than you found them.” ~ Robert Baden Powell

  • Chesterton's fence - the principle that reforms should not be made until the reasoning behind the existing state of affairs is understood.
  • Mark Heath - (2017) STABLE tactics for writing SOLID code
  • Rule of three (computer programming) - only refactor when similar code is used three times (and more)
  • Johannes Brodwall - (2018) Forget about Clean Code, lets embrace Compassionate Code | Make people Awesome. Clean Code may help or hurt that goal. Learn to see the difference.
  • Trung Thanh Le - (2017) [Slides] Connascence - How to detect code smell
  • Ben Halpern - (2018) Write clean code and avoid the distractions of emerging technology | stay excited by the trends, but be impassioned by the small improvements you can make in the quality of your work.
  • Sandi Metz - (2016) The Wrong Abstraction
  1. duplication is far cheaper than the wrong abstraction
  2. prefer duplication over the wrong abstraction
  • John D. Cook - (2008) Reusable code vs. re-editable code
  • progrium/bashstyle - Let's do Bash right! Collection of Best practices acquired from experience for Bash
  • Kat Dober - (2018) New to Ansible? Check Out Our Best Practices Guide
  • sloria - The Best of the Best Practices (BOBP) Guide for Python
  • The Hitchhikers Guide to Python! - This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
  • George Gritsouk - (2016) Legacy Code | The noblest pursuit of our weekdays | slow programming
  • Slow Programming - Programming has become a pursuit of profit over personal knowledge. The craft of programming has developed into a rapid rush to the finish line via bootcamps and brief tutorials.
  • stanislaw/SoftwareDesignHeuristics - heuristics found to be useful in software engineering practice. We call “heuristics” everything that helps us to write better code given we keep them in mind.
  • Arnaud Lemaire - [Videos] 🇫🇷 [FR] (2019) Entre industrialisation et artisanat, le métier de développeur. | a very good and accurate talk of software craftsmanship
  • Terraform Best Practices - [Book] free book with most of best-practices and recommendations for Terraform users. Bonus Source code examples
  • Anton Babenko - [Videos] (2019) Codifying infrastructure with Terraform for the future | be aware of principles related to management of Terraform resources, Terraform modules best-practices and some CI/CD principles applicable to infrastructure management and deployments.
  • Matej Jellus - (2018) Write good git commit message
  • Martin Fowler - (2019) Is High Quality Software Worth the Cost?
  • Literate programming - is a programming paradigm introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated.
  • Literate programming links - articles about literate programming
  • jessfraz/dockfmt - Dockerfile format and parser. Like gofmt but for Dockerfiles.
  • Yevgeniy Brikman - (2019) Terragrunt: how to keep your Terraform code DRY and maintainable | Terragrunt is helpful at solving problems such as :
  • the lack of locking for Terraform state
  • the lack of a way to configure your Terraform state as code.
  • how to keep your Terraform code DRY and maintainable...
  • Loris Cro - (2019) I Want Simple, Not Just Easy

You've surely read plenty about how simple is good, but what's wrong with easy?

Conferences

In Belgium

Anywhere

  • Red Hat Events - Conferences, online events, on-demand webinars, and more
  • Jenkins World - usually in USA, but by 2018 will also occur Jenkins World Europe
  • Linda Rosencrance - (2018) The best cloud and IT Ops conferences of 2018
  • DevOps Con - The Conference for Continuous Delivery, Microservices, Containers, Clouds and Lean Business
  • AnsibleFest - brings together Ansible users, developers and industry partners to share best practices, case studies and Ansible news.
  • GOTO - Created for developers, by developers, GOTO Conferences are focused on bringing the best minds in the software community and the most interesting topics to light.
  • DevOps Conferences 2018
  • John P. Mello Jr. - (2018) The best DevOps conferences of 2018

Learn

Correctness

  • Hoare logic - is a formal system for reasoning about the correctness of computer programs
  • Cormac Flanagan - (2003) [Slides] [PDF] Axiomatic Semantics
  • Ranjit Jhala - (2010) [PDF] Axiomatic Semantics
  • Ken Slonneger - Axiomatic Semantics
  • Operational semantics - is a category of formal programming language semantics in which certain desired properties of a program, such as correctness, safety or security, are verified by constructing proofs from logical statements about its execution and procedures, rather than by attaching mathematical meanings to its terms (denotational semantics).
  • Caitie McCaffrey - (2016) The Verification of a Distributed System | A practitioner's guide to increasing confidence in system correctness
  • Literate programming - is a programming paradigm introduced by Donald Knuth in which a program is given as an explanation of the program logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which a compilable source code can be generated.
  • Literate programming links - articles about literate programming

Database

# backup :
pg_dumpall > db.out 
# restore : 
# (might requires some DROP DATABASE xxx if you do want to replace existing data with same db and table names) 
psql -f db.out postgres 

Debugging

Elixir

  • David Schmitz - [Slides] (2016) Elixir - Easy fun for busy developers | Elixir combines Ruby's love for programmers with the absolute power that is the Erlang platform.

Erlang

News

Learn

  • Alex Ott - books review on Erlang
  • Functional Geekery - Functional Geekery Episode 114 Fred Hébert with introduction to Erlang, productionization as a phase of software, property testing, “Everything is Terrible”, and much more.
  • PropEr Testing - Fred Hébert talking about ins and outs of Property-Based Testing, with focus set on Erlangs PropEr framework, a freely available testing tool based on Quviqs Quickcheck framework.
  • Learn You Some Erlang - [Book] Online book. Reading this tutorial should be one of your first steps in learning Erlang
  • h4cc/awesome-elixir - list of amazingly awesome Elixir and Erlang libraries, resources and more
  • uhub/awesome-erlang - list of awesome Erlang frameworks, libraries and software.
  • drobakowski/awesome-erlang - list of awesome Erlang libraries, resources and shiny things.
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.

Gamedev

News & Communities

  • GameDev - game development articles
  • Stack Exchange - Q&A & discussions about Game development
  • /r/gamedev - everything about game development on reddit
  • Indiedevhour on Slack - Community of Indie game developers and hobbyists
  • Indie Game Developers on Slack - Independent game developers group
  • Gamasutra - articles about art and business of making games
  • Gergo Vas - The Best-Looking Isometric Games
  • Pixel Joint - Highest Rated Pixel Art | Pixel Joint is all about the pixel art community. The site was started in September 2004
  • Pixelation - A standalone forum dedicated which hosts lots of studies and deeper discussions of pixel art.
  • 7DRL Challenge 2019 - In 2005, the roguelike community established a yearly event, the 7DRL Challenge, in which developers are challenged to create a roguelike in seven days. This allows one to have the shared misery of knowing you are not the only one tracking down a bad pointer at the 167th hour. The annual event occurs during a week in early March.
  • Retronator Magazine - Pixel Art, Gaming & Saturated Colors
  • LOWREZJAM 2019 - The goal of the jam is to create a game with a resolution of 64x64 pixels or less. You can use whatever programming language or tools that you wish.

Tools

  • libGDX - libgdx : Desktop/Android/HTML5/iOS Java game development framework
  • Indie DB - games made with libGDX
  • faiface/Pixel - Pixel : A hand-crafted 2D game library in Go.
  • Angel 2D - Angel 2D : A cross-platform 2D game prototyping framework based on OpenGL and C++. Looks dead...
  • SFML - SFML is a simple, fast, cross-platform and object-oriented multimedia API. Written in C++ and provides bindings for various languages such as C, .Net, Ruby, Python.
  • Plastic SCM - (2017) Distributed Version Control for big projects. Discovered via Garry' blog
  • Open Source Game Clones - inventory of open-source remakes of great old games
  • Modd.io - a one minute game maker proof of concept, with ability to join others games online or fork their projects to create your own
  • Video Game Preservation - An archive of commercial video game source code.
  • Chris Wellons - (2014) How to build DOS COM files with GCC
  • Tzvi Freeman - (1997) Creating A Great Design Document
  • ellisonleao/magictools - 🎮 📝 A list of Game Development resources to make magic happen.
  • Character Generator - Create a character sprite sheet for your game using 100% open art.
  • Godot Engine - Free and open source 2D and 3D game engine

Learn

  • Gaylord - (2014) [FR] 🇫🇷 [Interview] Un des créateurs dOut There vous explique comment écrire un bon jeu
  • Jeff Bradberry - (2015) Introduction to Monte Carlo Tree Search
  • Kelton Sears - (2016) How Two Brothers From Silverdale Made The Worlds Most Complex Video Game | about Dwarf Fortress
  • Liz England - (2014) The Door Problem | funny article about complexity of modern game development
  • Brandon Sheffield - (2017) Developers share their most memorable dirty coding tricks
  • JR Heard - (2016) Procedural Dungeon Generation: A Drunkard's Walk in ClojureScript
  • JR Heard - (2016) Procedural Dungeon Generation: Cellular Automata
  • La boite verte - 🇫🇷 [FR] Les illustrations en pixel art de Octavi Navarro
  • Blake Reynolds - (2015) A Pixel Artist Renounces Pixel Art
  • NeoGaf - (2016) How where when Metal slug sprites made? | Interesting thread on NeoGAF
  • Bill Clark - (2018) A Taxonomy of Tech Debt
  • Frank Force - (2019) Im only making business card sized games now
  • Mikołaj Stolarski - (2015) Principles Of HTML5 Game Design
  • Josh Ge aka Kyzrati - (2019) Level Design and Shaping a Cogmind Experience | A complete rundown of the entire process behind designing and building a new map for the world of Cogmind, and explaining how it integrates with gameplay.

Git :octocat:

News

  • DEV - Git related articles on dev.to()
  • GitNews - Trending repositories from GitHub, HackerNews & Reddit
  • GitHub - Topics on GitHub

Learn

The subtree merge allows you to merge another repository (lets call it “Project B”) into your own, but into its own subdirectory. It takes a bit of effort to set everything up the first time, but after that a pull from the other repository is all that is needed to update.

The git-new-workdir script has been superseded by the git-worktree command added in Git 2.5. This article is there now for historical reference.

Imagine a workflow so sophisticated that you couldnt break the integration branch even if you tried

Solve your own problem, everything else will follow However, most developers make zero money off open source. Zero. Show your solution to other people as soon as possible Package it and distribute it as soon as possible (note to self) Dont be scared, ashamed, or discouraged to make it paid Dont let anyone tell you how much you should charge for your work value your work and believe that despite the fact that haters are loud, youre still gonna get a lot of customers who would gladly pay for what you made.

  • GitHut - A small place to discover more about the usage of programming languages in GitHub.
  • Vincent Tunru - (2016) A Grip On Git | A Simple, Visual Git Tutorial
  • Alex Chan - (2018) A Plumbers Guide to Git
  • Federico Kauffman - (2018) Automatically managing personal and work git configurations
  • Seth Robertson - (2013) On undoing, fixing, or removing commits or mistakes in git | A git choose-your-own-adventure!
  • Seth Robertson - (2013) Commit Often, Perfect Later, Publish Once: Git Best Practices
  • MorganGeek - My cheatsheet for Git

Dotfiles / Aliases

See also Shell aliases

Golang / Go

Groovy

  • Stack Overflow - how to pipe multiple shell commands
  • Hubert Klein Ikkink - (2009) Groovy Goodness: Working with Lines in Strings
  • Tess Thyer - Calling Other Processes From Groovy
  • Joerg Mueller - (2010) Executing shell commands in Groovy
  • Groovy - learning section of the Groovy website.
  • Iván López Martín - (2014) [Slides] Metaprogramming with groovy
  • Gregory Dickson - (2017) Why Groovy is so groovy or a beginners guide to hacking Groovy
  • Jenkins Wiki - Groovy Hook Scripts
  • PLEAC-Groovy - implementation of the Solutions of the Perl Cookbook in the Groovy language
  • Groovy web console - a website for sharing and executing Groovy programming snippets of code!
  • MorganGeek - groovy cheatsheet / tips
  • Faheetah - Jenkinsfile idiosynchrasies with escaping and quotes : Examples of weirdness of Jenkinsfile / Groovy syntax
  • Denny Zhang - (2018) CheatSheet: Jenkins & Groovy
  • MorganGeek - My cheatsheet for Groovy

Haskell

  • Miran Lipovača - [Book] Learn You a Haskell for Great Good! and for free
  • Alex Ott - books review on Haskell
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.

Java

News

Learn

  • Hugo Matilla/Effective-JAVA-Summary - Summary of the book Effective Java 2nd Edition by Joshua Bloch
  • John Hanley - Collected Java Practices
  • Nick Parlante - CodingBat : practice your java skills
  • Lieven Doclo - Why I Never Use the Maven Release Plugin
  • findJAR - a JAR search engine to help developers finding JAR libraries containing specific Java classes.
  • Spring Initializr - bootstrap your application now : Generate Maven / Gradle projects with Groovy / Java / Kotlin and Spring Boot
  • Google - Google Java Style Guide
  • oci-pronghorn/GreenLightning - Small Java HTTP/s server many times faster than Netty or NGINX
  • Chen Harel - GitHubs 10,000 Most Popular Java / Ruby / JavaScript Projects: Here are the Top Libraries They Use
  • Encyclopedia of things considered harmful - Java Sucks
  • Oracle - (2014) [PDF] Evolving the JVM: Principles and Directions / Oracle about challenges faced with implementation of new features for Java and JVM
  • Javin Paul - (2012) Best Practices while dealing with Password in Java
  • Michael G. Schwern - a questionable comparison between Perl and Java
  • Venkat Subramaniam - [Video] Hilarious presentation : Java 8 Language Capabilities, What's in it for you?
  • Alex Zhitnitsky - (2014) 15 Tools Java Developers Should Use After a Major Release
  • James Ward - (2014) Java Doesnt Suck Youre Just Using it Wrong
  • Lawrence Kesteloot - (2014) I started to form a strange idea: That Java is the right language for all jobs.
  • Google Developers - Protocol Buffer Basics: Java
  • Sam Atkinson - (2014) Why I hate Spring
  • Javin Paul - (2014) 10 Programming Best Practices to Name Variables, Methods, Classes and Packages
  • Javin Paul - (2013) 10 Exception handling Best Practices in Java Programming
  • Javin Paul - (2012) 10 Object Oriented Design Principles Java Programmer should know
  • Javin Paul - (2011) 10 Best Practices to Follow while writing Code Comments
  • Aleksey Shipilëv - One Stop Page | interesting resources about Java (performance, benchmarks, memory, good/bad practices...)
  • Lukas Eder - (2014) Ten subtle best practices when coding Java
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
  • Dustin Barnes - (2014) Java Release Process with Continuous Delivery | maven-release-plugin sucks
  • Nicolai Parlog - [Slides] (2019) Java 9 To 13
  • dekorateio/dekorate - Java annotation processors for Kubernetes
  • Kotlin Docs - Comparison to Java Programming Language

Java EE

  • Arjan Tijms - (2016) The state of portable authentication in Java EE, end 2016 update
  • Arjan Tijms - (2012) Implementing container authentication in Java EE with JASPIC
  • Tom Alcott - What's new in WebSphere Application Server V9?
  • Tom Alcott - WebSphere Liberty core versus Liberty profile
  • GoogleContainerTools/jib - 🏗 Build container images for your Java applications.

JavaScript

News

Learn

Kotlin

  • Kotlin Docs - Comparison to Java Programming Language
  • Simon Wirtz - (2019) How Kotlin makes me a more productive software developer

Lisp

  • L(λ)THW - Learn Lisp The Hard Way
  • Alex Ott - books review on Lisp
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.

Machine Learning

Mobile Development 📱

  • Pratul Kalia - Using git to generate versionName and versionCode for Android apps
  • The Android Arsenal - inventory / categorized directory of libraries and tools for Android
  • Will Verduzco - Decompile, Edit, and Recompile in One Tool with APK Studio

Productivity 💻

See also Dotfiles / Aliases and Shell aliases

News

  • Itamar Turner-Trauring - Become more productive ; articles about being more productive as programmer without necessarily working longer hours

Learn

  • Java Code Geeks - (2013) 10 Productivity tips for software developers
  • J. B. Rainsberger - Avoiding Distractions While Programming
  • Moran Danieli-Cohen - 3 Effective Ways to Maintain High Energy Levels at Work for Software Engineers
  • Alex Thunder - Don't wake up the programmer
  • Marcos Placona - That "5 minutes chat" with a developer
  • Paul Graham - How Context Switching destroys Developers Productivity and how to fix it.
  • Dan Richman - (2016) Just shut up and let your devs concentrate
  • Clean Coder Blog - (2016) Blue. No! Yellow! Comparative Productivity of Programming Languages
  • Nick Janetakis - Who Else Wants to Boost Their Terminal Productivity With tmux?
  • Aurore Malherbes - (2017) Become a better developer with an efficient technical watch
  • Joseph Kahn - Ansible or: How I Learned to Stop Wasting Time Setting Up My Computer and Script It
  • Dwijadas Dey - 6 Tools to Search Source Code for Developers in Linux
  • sindresorhus/awesome - Curated list of awesome lists
  • Gregg Caines - (2015) We're in the Stone Age of Software Engineering Management
  • Gregg Caines - (2011) Agile: The Good Parts
  • Evan Hahn - Install a list of Atom packages from a file
  • Habitica - improve your habits by making a game of your life
  • jamb0ss/awesome-ambient-noises - A curated list of awesome ambient noises for listening while programming
  • DΛTΛSSETTE - music for programming
  • /r/dailyscripts - late-night hacks lazy people made when too annoyed by a task's length or difficulty
  • Atom on Slack - Slack community for Atom Text editor
  • Automations Tools Bootcamp on Slack - Development tools that enable automation of software projects
  • Code search for Developers - search for code snippets
  • Command line fu - a place to find those command-line gems that you return to again and again.
  • NanoDano - "I know how to program, but I don't know what to program"
  • URL Encoded Characters - mapping table of encoded characters in URLS (%20, %22, %7D, ...)
  • mehcode/Awesome Atom - A curated list of delightful Atom packages and resources
  • MorganGeek - some programming and life lessons, collected from various sources including myself
  • Bash One-Liners - Bash one-liners, and best practices in Bash shell scripting
  • Andrew Gallant - ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}
  • jq Docs - online manual for jq (a lightweight and flexible command-line JSON processor)
  • Online syntax highlighting - Online syntax highlighting for multiple languages
  • Codeanywhere - cross platform Cloud IDE
  • Coderwall - programming tips / learn something new
  • Atom - All packages
  • Jessica Kerr - Growing Your Tech Stack: When to Say No
  • Heather Knight - What Writers Can Teach Programmers
  • Tom Limoncelli - troubleshooting : a list of dumb (and not so dumb) things to check
  • Ask Ubuntu - How to navigate long commands faster?
  • Whitson Gordon - Become a Command Line Ninja With These Time-Saving Shortcuts
  • Daniel Miessler - A tmux Primer
  • Daniel Miessler - How to Connect to a Local Port on a Remote SSH Server
  • Stack Exchange - Has Stack Overflow saved billions of dollars in programmer productivity?
  • John D. Cook - (2009) Where does the programming effort go?
  • Scott Davis - (2014) From LAMP to MEAN : Introducing the MEAN stack
  • Slant - this community of enthusiasts provide recommendations on lot of things / useful to find best tools for the job
  • Repo you may like - Select some GitHub repository and see what recommendations comes up
  • Andrew Bosworth - Say No
  • Andre Meyer - (2014) Software developers perceptions of productivity
  • Jeff Geerling - (2017) dockrun oneshot — quick local environments for testing infrastructure
  • BurntSushi/ripgrep - ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
  • sharkdp/fd - A simple, fast and user-friendly alternative to find.
  • Rachel Andrew - (2014) Developing Robust Deployment Procedures
  • pre-commit/pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.
  • Umer Mansoor - (2016) Do Experienced Programmers Use Google Frequently?
  • kdeldycke/awesome-falsehood - Curated list of falsehoods programmers believe in
  • braydie/HowToBeAProgrammer - A guide on how to be a Programmer
  • Meghan Hebel - Why You Dont Deserve That Dream Developer Job
  • Meghan Hebel - Stop Sabotaging Your Code…Before You Even Code
  • Artem Stepanenko - How to become a better Stack Overflow user in five simple steps
  • freeCodeCamp/how-to-contribute-to-open-source - A guide to contributing to open source
  • Awesome Repos - the top of awesome repositories
  • Devhints - collection of Rico's cheatsheets about programming, DevOps, etc.
  • Itamar Turner-Trauring - (2017) The Programmers Guide to a Sane Workweek
  • Recalll - search engine for programmers, to search programming queries from sites such as stackoverflow
  • Hemanth HM - Functional Programming Jargon
  • DEV - collaborative list of time saving UNIX pipeline commands
  • tomnomnom/gron - Make JSON greppable!
  • Super User StackExchange - git : avoid being asked “Enter passphrase for key ” when I'm doing ssh operation on a remote host
  • Philippe Bourgau - (2017) 13 Tricks for Successful Side Projects
  • Yegor Bugayenko - (2014) How Much Do You Cost?
  • James Routley - (2017) Using a logbook to improve your programming
  • Raymond Rutjes - (2017) Pragmatic Releasing: Less Worry, More Shipping
  • BubuAnabelas/awesome-markdown - A curated list of delightful Markdown stuff.
  • mezod/awesome-indie - Resources for independent developers to make money
  • ripienaar/free-for-dev - list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev. Bonus : Website
  • nvbn/thefuck - Magnificent app which corrects your previous console command.
  • tldr-pages/tldr - collection of simplified and community-driven man pages.
  • accatyyc/tldr-man - A Makefile that creates manpages from all the tldr-pages/tldr.
  • Joël Spolsky - (2007) Evidence Based Scheduling
  • Joël Spolsky - (2001) Human Task Switches Considered Harmful
  • Software Engineering Stack Exchange - What is the single most effective thing you did to improve your programming skills?
  • Joël Spolsky - (2005) Making Wrong Code Look Wrong
  • Joël Spolsky - (2000) Painless Bug Tracking
  • Joël Spolsky - (2009) The Duct Tape Programmer
  • Joël Spolsky - (2000) Things You Should Never Do, Part I | About rewriting code from scratch
  • Alex Ott - Functional programming books overview
  • Pekka Väänänen - (2017) Desktop compositing latency is real and it annoys me | about input latency on Windows 10 vs Windows 7
  • rfc.me - Append an RFC number to the domain and it will redirect to that RFC. Example: rfc.me/1738
  • FoundersGrid - (2014) How 50+ Startups Manage Their Code
  • Michael Lynch - (2017) How to Do Code Reviews Like a Human (Part One). Bonus : Part Two
  • Jessy Bernal - (2017) Handling bugs at Doctolib
  • Chris Hermansen - (2018) Two great uses for the cp command: Bash shortcuts
  • Angie Jones - (2018) 6 reasons to co-locate your app and automation code
  • Andy Zaidman - (2015) Old Habits Die Hard: Why Refactoring for Understandability Does Not Give Immediate Benefits
  • Paul Johnston - (2017) Serverless is about Automation, not Functions
  • Emily Yu - (2018) How I Coded Everyday for 365 Days
  • Chris Harris - (2018) Yearly lessons learnt by a freelance developer concerned with holistic productivity.
  • Matt Fletcher - (2018) Todays Code Is Tomorrows Legacy Project Make It Easy to Resurrect
  • Safia Abdalla - (2018) Tips for reading new codebases
  • Antonio Bello - (2017) Learning Techniques for Programmers, by Programmers
  • Coda Hale - (2017) Virtual Machines Are Fleeting Things | In which the pain of attachment is avoided.
  • Dan McKinley - (2017) You Cant Have a Rollback Button | The internet is a big truck. Its really hard to drive it backwards.
  • Steve McConnell - (1998) Dealing With Problem Programmers
  • Steve McConnell - (1996) Classic Mistakes
  • Gregg Caines - (2015) Reclaiming Value From Bugs and Outages: Thoughts on Post-Mortems
  • Lemi Orhan Ergin - (2017) [Slides] Fighting with Waste Driven Development : Lean Thinking. Bonus : Video
  • Pierluigi Vernetto - (2015) End of my 3.2 years contract on a OSB integration project.... lesson learned. | some good lessons learned for developers / project management
  • Maxime Thirouin - 🇫🇷 [FR] (2013) Automatisez votre workflow front-end
  • Zach Holman - (2012) Unsucking Your Team's Development Environment
  • Markus Harrer - (2017) What prevents you from doing software development effectively?”
  • Markus Harrer - (2015) Video: Modern Software Development Antipatterns
  • fkingma@xebia - (2017) Purpose : What are we doing? And why?
  • Dave Nicolette - (2016) 5S for Software Teams
  • Gregg Caines - (2014) I Don't Miss the Sprint | about team productivity in Scrum
  • Zach Holman - [Slides] move fast & break nothing | a talk about code, teams & process
  • Zach Holman - [Slides] (2011) How GitHub Uses GitHub to Build GitHub
  • Addy Osmani - [Slides] (2014) Front-end Tooling Workflows | 198 slides on tools to help you stay productive on the front-end
  • Mandi Walls - (2017) Configuration Management is Old and Boring
  • Lewis Menelaws - (2018) How to Fix Burnout as a Developer
  • Jeffrey Ventrella - (2013) The Case for Slow Programming | “Slow down, son. Youll get the job done faster.”
  • Nathen Harvey - (2017) The Journey to Continuous Automation
  • Libraries.io - discovers millions open source libraries accros +36 package managers
  • Increment Staff - (2017) What its like to be a developer at …
  • Jerome Kehrli - (2017) Periodic Table of Agile Principles and Practices
  • tamar Turner-Trauring - (2016) Less stress, more productivity: why working fewer hours is better for you and your employer
  • Itamar Turner-Trauring - (2016) Work/life balance will make you a better software engineer
  • Itamar Turner-Trauring - (2016) Improving your skills as a 9 to 5 programmer
  • Itamar Turner-Trauring - (2016) Still stuck at the end of the day?
  • Itamar Turner-Trauring - (2017) Technical skills alone wont make you productive
  • Itamar Turner-Trauring - (2016) Code faster by typing less
  • William Shawn - (2017) How to Read Code (Eight Things to Remember)
  • Tyler Hoffman - (2017) Code Reviews as a Tool to Boost Productivity
  • Alex Zurek - (2017) TODO Comments Dont Work
  • Itamar Turner-Trauring - (2016) More learning, less time: how to quickly gather new tools and techniques
  • Nick Humrich - (2017) Yes, Python is Slow, and I Dont Care | A rant on sacrificing performance for productivity.
  • repl.it - Online REPL, Compiler & IDE : Boot up a programming environment for your favorite language | including JavaScript, Python, Ruby, Java, Node.js, Go, Scheme, C, C#, C++, Lua and many more.
  • Itamar Turner-Trauring - (2016) Dont get stuck: 6 ways to get unstuck and code faster
  • Itamar Turner-Trauring - (2016) From 10x programmer to 0.1x programmer: creating more with less
  • Gregg Caines - (2017) The All-or-Nothing Principle
  • John Cutler - (2018) We Cant Do That In One Sprint
  • Shaun Finglas - (2015) Waste: Write Less Code
  • Lieven Vaneeckhaute (denshade) - (2015) Fail fast, spend less time in root cause analysis
  • Software Engineering Radio - (2018) SE-Radio Episode 317: Travis Kimmel on Measuring Software Engineering Productivity
  • Ashton Kemerling - (2012) The Myth of the Lone Hacker | without the effort of countless other engineers, part and full time, their projects would have never made it off the ground.
  • Michael Hoffman - (2013) How to be Stuck - Learning to learn to code on the internet
  • Robert Ecker - (2017) The Problem With High Test Coverage
  • Max Kanat-Alexander - (2013) The Secret of Fast Programming: Stop Thinking
  • Thomas Peham - (2016) How to be a faster programmer: 7 helpful tips for being faster & more successful.
  • Michael Lynch - (2018) Why I Quit Google to Work for Myself
  • Steven A. Lowe - Code faster: 53 tips from the pros

The only way to go fast is to go well. Every time you yield to the temptation to trade quality for speed, you slow down. Every time. Robert C. Martin

Hofstadters Law: It always takes longer than you expect, even when you take into account Hofstadters Law. Douglas Hofstadter

  • RegExr - is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
  • Joël Spolsky - (2001) Dont Let Architecture Astronauts Scare You | about productivity
  • Ben Thompson - (2016) Whats taking so long?
  • Tim Ottinger - (2014) Programming Is Mostly Thinking
  • Tim Ottinger - (2017) Managing Programmer Productivity
  • Tim Ottinger - (2017) Taking Breaks in a Disciplined Way | Take breaks otherwise pairing will drain your energy

we don't take breaks because we are tired, we take breaks so that we are never tired.

  • Bill Wake - (2015) Multiple Asserts Are OK | Some people suggest we should restrict ourselves to a single assertion per test. Are multiple asserts in a test ever OK?
  • Joshua Kerievsky - (2005) [PDF] (2002) Stop Over-Engineering!
  • Joshua Kerievsky - (2010) Sufficient Design

we need high design quality for stuff that is critical to our products and less design quality for stuff that isn't critical.

  • Luu Duong - (2009) Applying the "80-20 Rule" with The Standish Groups Statistics on Software Usage | 80% of users only use 20% of features.
  • Joshua Kerievsky - (2010) Redefining Done

"A user story is done when the code is fully integrated, all tests pass and the functionality meets the expectations of the story author(s)." The race to get work done, especially to show management that we got work done is far less important than focusing on creating happy, productive users. A story isn't done until it is being used by real users in production and has been validated to be a useful part of a product.

  • John Sonmez - [Video] (2016) Being A Slow Developer... Am I Screwed? | on slow programming, clean code & productivity. Don't rush, do it right, do it clean then do it fast.
  • Jeff Atwood - (2004) We Make Shitty Software.. With Bugs! | Software is a process, it's never finished, it's always evolving.
  • Jeff Atwood - (2007) Do Not Buy This Book
  • Petter Måhlén - (2011) If its Broken, Fix It
  • Jakub Skałecki - (2017) Automatic code quality checks with git hooks
  • GitHub Help - searching code / tips & tricks
  • AnyAPI - Documentation and Test Consoles for Over 500 Public APIs
  • Michael Malis - (2017) How to Improve Your Productivity as a Working Programmer | It only takes one or two changes each week for things to quickly snowball.
  • Jan Mewes - (2018) How to pick up a new technology in minimal time?
  • Ronald Jeffries - (2018) Developers Should Abandon Agile
  • Ben Halpern - (2018) Write clean code and avoid the distractions of emerging technology | stay excited by the trends, but be impassioned by the small improvements you can make in the quality of your work.
  • chubin/cheat.sh - Cheat.sh - the only cheat sheet you need | allow to browse cheatsheets from internet using curl
  • aloisdg/awesome-regex - A curated collection of awesome Regex libraries, tools, frameworks and software
  • Liz Bennett - (2015) Regexes: The Bad, the Better, and the Best | A Story about How Just a Few Characters Can Make Such a Big Difference in Performance
  • RexEgg - (2014) The Greatest Regex Trick Ever
  • RegEx Hub - Useful Regex Patterns
  • Regular Expression Library - Search for RegEx patterns
  • Tyler Hakes - (2018) How to Measure Developer Productivity

Its easy to accomplish 100 small tasks to make yourself look more productive. But in many cases, its the one, big, ugly project that takes the most time and is holding us (and the rest of the team) back from moving forward. Measuring productivity can be difficult. But using the wrong metrics makes it impossible.

  • John D. Cook - (2009) Why programmers are not paid in proportion to their productivity
  1. extreme productivity may not be obvious
  2. programmers are most effective when they avoid writing code
  3. when they are being their most productive, nobody says “Wow! You were just 100x more productive than if youd done this the hard way. You deserve a raise.”
  4. it may take a long time to realize that others are programming with sound and fury but producing nothing.
  • Osman (Ozzie) Ahmed Osman - (2018) Just-In-Case vs. Just-In-Time Learning | Should software engineers learn new things “just in case” we need them in the future? Or should we learn the things we need “just in time”, when we realize we actually need them?
  • Gaurav Makhecha - (2018) Time saving habits for programmers
  • Forget office politics
  • Code quality
  • ...
  • Paul Graham - (2007) Holding a Program in One's Head
  • regex101 - Free Online PCRE-based regular expression tester and debugger with real time explanation, error detection and highlighting for PHP, PCRE, Python, Golang and JavaScript
  • Rextester - run code online
  • Hacker Tools - Learn to make the most of the tools used by hackers / programmers
  • Kent C. Dodds - (2017) Write tests. Not too many. Mostly integration.
  • Martin Fowler - (2019) Is High Quality Software Worth the Cost?
  • DistroTest - The first online operating system tester | Take a look at the existing linux distributions, test them live online and thus without any installation
  • gitignore.io - Generate .gitignore files for your project
  • 1x Engineer - a non-exhaustive list of what qualities make up a 1x engineer.
  • Dan Slimmon - (2019) Do-nothing scripting: the key to gradual automation | pattern for scripts that do nothing but still help on the road to automation
  • Eric Pement - (2008) Handy one-line scripts for awk
  • Senthil Kumar aka SK - (2018) Some Random One-liner Linux Commands [Part 1]. Bonus : Part 2, Part 3, Part 4
  • Bash-Oneliner - A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. Bonus : GitHub repository
  • crontab guru - The quick and simple online editor for testing cron schedule expressions
  • Remy Sharp - (2018) CLI: improved | presentation of several powerful CLI tools
  • wwong99/useful_commands.md - Useful commands By @climagic
  • dbeniamine/cheat.sh-vim - Use cheat.sh from VIM
  • clvv/fasd - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
  • donnemartin/haxor-news - Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
  • alebcay/awesome-shell - A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
  • Simon Wirtz - (2019) How Kotlin makes me a more productive software developer
  • Loris Cro - (2019) I Want Simple, Not Just Easy

You've surely read plenty about how simple is good, but what's wrong with easy?

Programmer humor

Note: ça m'arrive régulièrement d'investiguer chaque sujet en ouvrant pas mal de tabs... et en + de multi-task... mes collègues s'étonnent souvent du grand nombre d'onglets que je gère.

  • spammimic - encode your secret message into something innocent looking.
  • Toggl Blog - Fun articles from Toggl, with good posters / comics
  • Matej Jellus - (2016) Funny stuff from programmers realm
  • 1x Engineer - a non-exhaustive list of what qualities make up a 1x engineer. | Not really humour, but anyway it needs to be here.
  • Lenny Zeltser - (2015) How to Suck at Information Security A Cheat Sheet
  • mislavcimpersak/awesome-dev-fun - A curated list of fun libs/packages/languages that have no real purpose but to make a developer chuckle.
  • Frank Force - (2019) Im only making business card sized games now

Prolog

Python

  • Nick Parlante - CodingBat : practice your python skills
  • Python Software Foundation - PEP 8 : Style Guide for Python
  • Valentin Bryukhanov - PEP 8 code checker
  • OpenStack/python-jenkins - python-jenkins : a python wrapper for the Jenkins REST API
  • OpenStack/python-jenkins - [PDF] python-jenkins documentation
  • pycontribs/jenkinsapi - A Python library to automate most common Jenkins operations
  • pypi/feedparser - Parse Atom and RSS feeds in Python.
  • Google - Google Python Style Guide. Deprecated : use pyguide.md in place
  • python-cx_Oracle - cx_Oracle - Python Interface for Oracle Database
  • 353Solutions - Python to Go CheatSheet
  • chrisallenlane/cheat - cheat allows you to create and view interactive cheatsheets on the command-line. You can obviously improve the existing ones with your own content. It's also inspiring for shell aliases creation
  • Rob Harrigan - (2017) Supervised Classification: An Introduction and Preprocessing
  • Itamar Turner-Trauring - (2016) Maintainable Python applications: a guide for skeptical Java developers
  • Nick Humrich - (2017) Yes, Python is Slow, and I Dont Care | A rant on sacrificing performance for productivity.
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
  • Jan Ivar Beddari - (2016) Building a Team CLI with Python: One Alternative to ChatOps
  • JR Heard - (2018) Truthiness and Short-Circuit Evaluation in Python
  • Michal Charemza - (2016) Say no to more optional arguments
  • jira-python Docs - Jira-python lib usage examples
  • sloria - The Best of the Best Practices (BOBP) Guide for Python
  • The Hitchhikers Guide to Python! - This handcrafted guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
  • PyCQA/bandit - Bandit is a tool designed to find common security issues in Python code.
  • Raivat Shah - (2019) Understanding Python Virtual Environments
  • Boto Docs - Boto is the Amazon Web Services (AWS) SDK for Python. It enables Python developers to create, configure, and manage AWS services, such as EC2 and S3. Boto provides an easy to use, object-oriented API, as well as low-level access to AWS services.
  • Murtaza Gulamali - (2017) How to manage your Python projects with Pipenv
  • santinic/pampy - Pampy: The Pattern Matching for Python you always dreamed of | Pampy is pretty small (150 lines), reasonably fast, and often makes your code more readable and hence easier to reason about. There is also a JavaScript version, called Pampy.js.
  • MorganGeek - My cheatsheet for Python

Reverse engineering

Ruby

  • LZone - RVM Cheat Sheet
  • Chen Harel - GitHubs 10,000 Most Popular Java / Ruby / JavaScript Projects: Here are the Top Libraries They Use
  • Launch School - [Book] Open Book Shelf : Introduction to Programming with Ruby
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.

Rust

  • New Rustacean - a podcast about learning Rust
  • mre/Idiomatic Rust - Guidelines for writing elegant Rust programs
  • sharkdp/fd - A simple, fast and user-friendly alternative to find.
  • Andrew Gallant - ripgrep is faster than {grep, ag, git grep, ucg, pt, sift}
  • BurntSushi/ripgrep - ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
  • lk-geimfari/awesomo - list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
  • nushell/nushell - A modern shell written in Rust
  • Loris Cro - (2019) Why Go and not Rust? | What's the role of Go in a universe where Rust exists?

Podcasts 📻

  • Player FM - Programming podcasts
  • Player FM - Software Development Podcasts
  • Les Cast Codeurs - [FR] 🇫🇷 podcast for Java programmers
  • LDDM (Les Démons du MIDI) - [FR] 🇫🇷 [Podcast] every month, 2 hours of music from video games Bonus : LDDM sur RadioKawa
  • RadioKawa - [FR] 🇫🇷 lot of good podcasts in video games, music, arts, tv, cinema, culture, and misc.
  • Geekzone - [FR] 🇫🇷 a couple of tasty podcasts for geeks
  • Distorsion Podcast - [FR] 🇫🇷 Urban legends from our digital world | Des histoires étranges de l'ère numérique
  • guipdutra/awesome-geek-podcasts - curated list of likeable podcasts
  • Stack Overflow Blog - listen in on whats new with the worlds largest developer community.
  • RTBF - La Première - [FR] 🇫🇷 Podcasts de la Première
  • You Are Not So Smart - explore the ways you and everyone else tends to develop an undeserved confidence in human perception, motivation, and behavior. youll rediscover a humility and reconnect with the stumbling, fumbling community of man trying to make sense of things the best we can.
  • Le grand Oral - (2017) [FR] 🇫🇷 Le Grand Oral de Luc de Brabandere. A propos du ras le bol des travailleurs, de la place de l'homme dans une société de plus en plus connectée, l'intelligence artificielle vs l'emploi, et le bien être au travail. Bonus : Video
  • Le Bureau des Mystères - [FR] 🇫🇷 creepypasta et légendes urbaines préférées... les mystères de Disneyland
  • Command Line Heroes - podcast about the people who transform technology from the command line up. Presented by Red Hat.
  • Coding Blocks - podcast and website for learning how to become a better software developer, covers a wide variety of programming best practices | the rhythm is sometimes slow
  • Continuous Discussions (#c9d9) - A community podcast, discussing Agile, DevOps & Continuous Delivery
  • Users Known - Podcast on Product Design / UX | What Is Wrong with UX?
  • Software Engineering Radio - The Podcast for Professional Software Developers
  • Software Engineering Radio - (2018) SE-Radio Episode 317: Travis Kimmel on Measuring Software Engineering Productivity
  • Functional Geekery - A podcast on Functional Programming, covering topics across multiple languages
  • Functional Geekery - Functional Geekery Episode 114 Fred Hébert with introduction to Erlang, productionization as a phase of software, property testing, “Everything is Terrible”, and much more.
  • The Changelog - Conversations with the hackers, leaders, and innovators of open source.
  • Ramène Ta Science (alias RTS) - 🇫🇷 [FR] podcast de vulgarisation scientifique de Geekzone
  • The Knowledge Project - Podcast by Shane Parrish to uncover frameworks YOU can use to learn more in less time, make better decisions, and live a happier and more meaningful life.
  • Armon Dadgar - [Podcast] (2017) SE-Radio Episode 311: Armon Dadgar on Secrets Management
  • John Sonmez - (2016) Episode #71: Soft Skills: The software developer's life manual
  • Dacher Keltner - (2018) [Podcast] Survival of the Kindest: Dacher Keltner Reveals the New Rules of Power | how to feel good with simple tricks + learn about high jen behaviors + empathy and positive influences
  • Metalcast - 🤘 Ultimate metal show
  • John Sonmez - (2015) SE Radio Episode 245: John Sonmez on Marketing Yourself and Managing Your Career
  • Security Now! - weekly audio security column & podcast by Steve Gibson and Leo Laporte
  • qit - Search for Tech podcasts by topic
  • The Life Coach School - podcasts by Brooke Castillo
  • Change ma vie - [FR] 🇫🇷 le podcast qui vous donne des outils pour votre esprit. par Clotilde Dusoulier
  • The Life Coach School - [Podcast] Ep #212: Simple Solutions | About the importance of defining the problem and finding its root cause, + other tips
  • Coding Blocks - (2018) [Podcast] Deliberate Practice for Programmers
  • Le Comptoir Sécu - 🇫🇷 [FR] Parlons cybersécurité...autour d'un verre!
  • Podflix - It's Kinda Like Netflix for Podcasts!
  • Blog Histoire - 🇫🇷 [FR] L'Histoire en podcast

Psychology 💭

News

Learn

  • 16Personalities - Music Preferences by Personality Type
  • Carl Golden - The 12 Different Personality Archetypes
  • College Match Up - Best jobs for your personality type
  • 16Personalities - Neris Type explorer : Free Personality Test
  • 16Personalities - INFP personality "The Mediator"
  • MBTI - INFP "The Idealist"
  • MBTI - [FR] 🇫🇷 INFP et travail selon Myers-Briggs. Related : SenCampus - [FR] 🇫🇷 Personnalité : le type INFP, SenCampus - [FR] 🇫🇷 Personnalité : le type INFJ
  • MBTI - Portrait of an ISFJ
  • TruthTheory - (2017) 16 Things Youll Notice When Youre In The Presence Of An Empath
  • Leo Babauta - How to Be Happy When Youre in an Unhappy Situation
  • Leo Babauta - How to Love Your Dark Side
  • Luke Miller - (2017) 5 Reasons INFJ Personality Type Is So Hard To Understand
  • LTO - LTO (Lewis Temperament Order) Personality Types
  • LTO - LTO Personality History
  • Curiosophy - (2014) MBTI in a nutshell
  • Open Source Psychometrics Project - a collection of interactive personality tests with detailed results
  • College Match Up - Best Jobs for Your Personality Type
  • Business Insider - [IMG] The Best Jobs for Every Personality Type
  • Pinterest - Art and Pictures about psychology of color
  • Pinterest - Art and Pictures about MBTI types.
  • Pinterest - More Art and Pictures about MBTI Types
  • Pinterest - More Art and Pictures about MBTI Types
  • Pinterest - Art and Pictures about Zodiac Signs
  • Pinterest - Art and Pictures about MBTI / Zodiac Signs
  • 16Personalities - [FR] 🇫🇷 La personnalité "Défenseur" (ISFJ-A / ISFJ-T)
  • 16Personalities - [FR] 🇫🇷 La personnalité "Avocat" (INFJ-A / INFJ-T)
  • Psychologie-luxeuil - [FR] 🇫🇷 what dying people regret the most in their life / les 5 grands regrets des mourants
  • v2-dev/awesome-social-engineering - list of awesome social engineering resources
  • Jeff Goins - (2017) The Single Most Overlooked Secret To Influencing Other People
  • You Are Not So Smart - explore the ways you and everyone else tends to develop an undeserved confidence in human perception, motivation, and behavior. youll rediscover a humility and reconnect with the stumbling, fumbling community of man trying to make sense of things the best we can. The central theme of You Are Not So Smart is that you are unaware of how unaware you are.
  • David McRaney - (2010) Confirmation Bias
  • David McRaney - (2010) Fanboyism and Brand Loyalty
  • David McRaney - (2010) Coffee stimulation or addiction ?
  • Kyungsub Steve Choi - (2006) [PDF] An Analysis of Computing Major Students Myers-Briggs Type Indicator Distribution
  • Changing minds - 5W1H - A simple set of question framings
  • Changing minds - Socratic Questioning
  • Sami Honkonen - (2011) The Responsibility Process
  • Curse of knowledge - a cognitive bias that occurs when someone assumes that the others have the same background to understand.
  • Logically Fallacious - Collection of common fallacies
  • your logical fallacy is - Thou shalt not commit logical fallacies. Bonus : Printable Poster
  • Charles Chu - (2017) Our clothes can change who we are
  • Yan-David Erlich - [Slides] (2017) Six page cheat-sheet for the book Never Split the Difference, by Chris Voss
  • Farnam Street - Mental Models: The Best Way to Make Intelligent Decisions (113 Models Explained) | How do you think the most rational people in the world operate their minds? How do they make better decisions?
  • Farnam Street - (2014) Mistakes — Its not the Failures that Define us so Much as How We Respond to Them
  • Morgan Housel - (2017) Conflicting Skill Sets
  • Josh Archer - (2017) Motivation is dangerous | be disciplined
  • Chengeer Lee - (2017) Fuck Motivation!
  • Kunal Shandilya - (2017) What Happens When You Stop Trying?
  • umair haque - (2017) The Dopamine Economy
  • Tiffanie Wen - (2017) The tricks to make yourself effortlessly charming
  • Natalie Mendes - (2017) How do emotions affect productivity? [New research]
  • Zdravko Cvijetic - (2018) Two Principles That Will Help You Form Any Habit
  • Zeigarnik effect - people remember uncompleted or interrupted tasks better than completed tasks
  • Dr. Travis Bradberry - (2014) Multitasking Damages Your Brain And Career, New Studies Suggest
  • Teresa Amabile and Steven J. Kramer - (2011) The Power of Small Wins | making progress in meaningful work | Managers can help employees see how their work is contributing.
  • Dr. Jeremy Dean - (2011) The What-The-Hell Effect | Goal-setting can be a handy way of improving performance, except when we fall foul of a nasty little side-effect.

the what-the-hell effect can be avoided by having longer-term goals and transforming inhibitional goals into acquisitional goals. e.g : Procrastinators can forget about their idling and concentrate on producing a certain amount of work each day

  • Dr. Jeremy Dean - (2011) Why You Should Keep Your Goals Secret | Making a public commitment to your goals reduces motivation. the next time you read this widespread advice about publicly committing to a personal goal, ignore it.
  • Tisha x - (2017) Silent Successes: Stop Sharing Your Goals!
  • Dr. Jeremy Dean - (2008) How to Improve Your Self-Control | think in high-level, abstract terms demonstrated greater self-control
  • Dr. Jeremy Dean - (2008) Getting Big Projects Done: Balancing Task-Focus with Goal-Focus | keep the ultimate goal in mind, focus to succeeding on the individual task, ...
  • Dr. Jeremy Dean - (2011) How to Commit to a Goal | Reality check (Indulge, Dwell, Contrast)

People have a natural tendency to avoid decisions, preferring to stay in a fantasy land where the chance of failure is zero.

  • Dr. Jeremy Dean - (2011) How to Avoid Being Distracted From Your Goals | Specific plans free the mind

Making plans helps free up mental space for whatever we are doing right now, allowing us to be more efficient in the long term.

  • Dr. Jeremy Dean - (2009) How to Avoid Procrastination: Think Concrete | focus on task's details and use self-imposed deadlines. While working on it : keep the ultimate, abstract goal in mind. When it's hard, stay focused on details, when it get easier : choose a more abstract, goal focus
  • Positive Psychology Program - (2016) Dacher Keltner: Emotions in a Meaningful Life
  • Dacher Keltner - (2018) [Podcast] Survival of the Kindest: Dacher Keltner Reveals the New Rules of Power | how to feel good with simple tricks + learn about high jen behaviors + empathy and positive influences
  • Evan Selinger - (2018) This Robot Knows How to Trick You | Humans Are Flawed and Easy to Trick
  • Farnam Street - (2012) The Best Summary of Dale Carnegie's How to Win Friends and Influence People
  • Ben Northrop - (2018) The Reality of Reuse | we're hard-wired to want to make decisions quickly and we take too many shortcuts
  • Hype Cycle - a branded graphical presentation developer by Gartner, for representing the maturity, adoption and social application of specific technologies
  • Jo Meenen - The Art Of Non-Conformity Book Summary
  • Tuck Sleep - (2017) Memory and Sleep | How Does Sleep Affect Your Short and Long Term Memory
  • Derek Sivers - (2010) [Video] First Follower: Leadership Lessons from a Dancing Guy | a Lesson of leadership
  • Derek Sivers - [Video] Obvious to you. Amazing to others.
  • Gretchen Rubin - 9 Things You Can Do to Be Happy in the Next 30 Minutes
  • Libby Sander - (2018) Open offices make people talk less and email more
  • Cee-Enneagramme - Les 9 types
  • Eclectic Energies - Type de l'Ennéagramme 1 - Le Réformateur.
  • Eclectic Energies - Introduction à l'ennéagramme
  • Robert Greene, Joost Elffers - The 48 Laws of Power
  • Alicia Liu - (2018) When It Comes to Feedback, Start with Yourself. Changing yourself leads to change in others. | Leadership
  • Joshua Becker - (2018) Want to Lead a Happy Life? Science Says to Focus on These 10 Things
  • The Life Coach School - podcasts by Brooke Castillo
  • Change ma vie - [FR] 🇫🇷 le podcast qui vous donne des outils pour votre esprit. par Clotilde Dusoulier
  • HelpGuide - (2018) How to Stop Worrying | Self-Help Tips for Anxiety Relief. Via Google - Anxiety & Worry
  • Caroline Beaton - (2016) The Psychology Of Professional Purpose: How To Follow Your Calling

A calling is feeling that the work “has to be done.” It connects us to something greater than ourselves. Duckworth explains, “The long days and evenings of toil … the sacrifice, all this is worth it because [our] efforts pay dividends to other people.”

  • Jo Meenen - Switch Book Summary | How to Change Things When Change Is Hard | good tips here
  • Stavros Korokithakis - (2018) On increasing productivity

dont stress too much about getting stuff done, its fine if you do things at your own pace

  • Farnam Street - (2018) Mental Models: The Best Way to Make Intelligent Decisions (109 Models Explained)
  • Andrew Scull - (2018) What is empathy?
  • Max Roser and Mohamed Nagdy - (2018) Optimism & Pessimism | why people are optimistic or pessimistic about certain things and how this is influenced by human nature, the media, or social changes.
  • Bobby Duffy - [Slides] (2018) The Perils of Perception | the main reasons why were so often so wrong.
  • Tim Wu - (2018) The Tyranny of Convenience | the problem with over conformity
  • Get Mental Notes - 52 Principles x Your Imagination.
  • Allan Richarz - (2018) The Amazing Psychology of Japanese Train Stations
  • Theory Maps - Theory mapping is a technique for visually outlining scientific theory. It allows researchers to concretely display interrelations between concepts, which provides for rapid communication and easy evaluation of ideas. Theory mapping was developed to emphasize that good science requires both reliable methods and rigorous theory. The technique is described in the following forthcoming article at Perspectives on Psychological Science.
  • Farnam Street - (2018) The Surprising Power of The Long Game

Robots

  • Mubashar Iqbal - Will robots take my job ? Make the test ;-)
  • /r/Automate - automation & robots discussion on reddit
  • /r/totallynotrobots - a place where robots humans share their thoughts (humor)
  • /r/RobotNews - discussions and news about robotisation of society
  • /r/shittyrobots - useless, stupid, shitty funny robots
  • Kurzgesagt - The Rise of the Machines Why Automation is Different this Time
  • Gojko Adzic - (2017) When automation goes horribly wrong
  • Humans vs Computers - a book about wrong assumptions, computer bugs, and people caught in between
  • John D. Cook - (2008) Why there will always be programmers
  • Andrew McAfee - (2014) The Kind of Work Humans Still Do Better Than Robots
  • Dan Finnigan - (2016) Robots and Automation May Not Take Your Desk Job After All
  • Jeff Bradberry - (2015) Introduction to Monte Carlo Tree Search
  • LastWeekTonight - (2014) [Video] Stephen Hawking Interview about artificial intelligence, with John Oliver (HBO)
  • BotCube/awesome-bots - a curated list of resources for bots and chatbots
  • Tim Wheeler - AlphaGo Zero - How and Why it Works
  • Kevin Kelly - (2017) The Myth of a Superhuman AI
  • You Are Not So Smart - (2017) [Podcast] How we transferred our biases into our machines and what we can do about it
  • Future of Life Institute - Asilomar AI Principles | Move over Asimov: 23 principles to make AI safe and ethical. Prominent members of Future of Life Institute include the likes of Stephen Hawking and Elon Musk
  • Le grand Oral - (2017) [FR] 🇫🇷 [Video] Le Grand Oral de Luc de Brabandere. A propos du ras le bol des travailleurs, de la place de l'homme dans une société de plus en plus connectée, l'intelligence artificielle vs l'emploi, et le bien être au travail. Bonus : Podcast
  • Dave Gershgorn - (2017) AI is now so complex its creators cant trust why it makes decisions
  • Carol Smith - (2017) AI and Machine Learning Demystified by Carol Smith at Midwest UX 2017
  • Lee Rainie - (2017) 10 facts about jobs in the future
  • AI Now Institute - an interdisciplinary research center dedicated to understanding the social implications of artificial intelligence.
  • Sarah Cooper - [Humor] How to Be Seen as an Expert in Artificial Intelligence
  • Itamar Turner-Trauring - (2017) When AI replaces programmers
  • owainlewis/awesome-artificial-intelligence - Artificial Intelligence (AI) courses, books, video lectures and papers.
  • David Rotman - (2017) The Relentless Pace of Automation
  • Humans Not Invited - parodic site for captcha haters
  • Evan Selinger - (2018) This Robot Knows How to Trick You | Humans Are Flawed and Easy to Trick
  • coreight - 🇫🇷 [FR] (2016) 10 fonctions pratiques à utiliser avec les commandes vocales
  • Danny Hillis - (2003) Some AI Koans
  • Tim Hall - (2018) Why Automation Matters : Lost Time
  • Neil Patel - (2015) The Psychology of Excitement: How to Better Engage Your Audience | marketing
  • Cade Metz - (2016) In Two Moves, AlphaGo and Lee Sedol Redefined the Future | speaking of go board game
  • Joon Ian Wong & Nikhil Sonnad - (2016) Googles AI won the game Go by defying millennia of basic human instinct
  • Radim Řehůřek - (2016) Go, Games, Strategy and Life: The Big Picture | on Go, insights vs victories, also about creativity
  • Daniel Miessler - (2019) Job Losses from Automation Are Being Actively Engineered and Funded

Shell scripting

Shell Aliases

See also Dotfiles / Aliases

Security / Infosec

News

Learn

If an attacker successfully injects any code at all, its pretty much game over

  • Michael Kwaku Aboagye - (2018) Securing the Linux filesystem with Tripwire
  • Ian Maddox - (2018) 12 best practices for user account, authorization and password management
  • Evan Klein - (2018) Container Vulnerability Management with OpsSight
  • David Appelbaum - (2018) Its 2018 and your Docker containers need to be secure
  • Cliff Turner - (2018) These 10 tips will ensure your containers are compliant
  • Cliff Turner - (2017) Do you know the most common software and application misconfiguration mistakes?
  • jay-johnson/owasp-jenkins - test your apps vs OWASP and NIST using Jenkins, Ansible and docker
  • Coda Hale - (2010) How To Safely Store A Password | "In which I recommend bcrypt."
  • Jim Bird - (2017) Essential (and free) security tools for Docker
  • Nathen Harvey - (2017) Compliance as Code
  • OverTheWire - Wargames : help you to learn and practice security concepts in the form of fun-filled games
  • Matt Behrens - (2017) Security Hygiene for Software Professionals
  • CVE security vulnerabilities - Jenkins : List of security vulnerabilities
  • zricethezav/gitleaks - Searches full repo history for secrets and keys key
  • Armon Dadgar - (2018) Why We Need Dynamic Secrets | how applications do a terrible job keeping secrets, and why we need to embrace ephemeral credentials, or "Dynamic Secrets" in Vault.
  • Julian Cohen - (2017) Secure Engineering Guidelines | Some best practices for building and trusting software.
  • Anna Kennedy - (2017) Building a secure bastion host, or, 50 ways to kill your server. Bonus : Slides
  • Patrick Cable - (2017) This Christmas, build your own PKI
  • ezekg/git-hound - Git plugin that prevents sensitive data from being committed.
  • dxa4481/truffleHog - Searches through git repositories for high entropy strings and secrets, digging deep into commit history
  • Jamie Maguire - (2018) AWS Top 10 Security Tips
  • Biarity - (2018) An argument for passwordless | consider alternatives to password authentication
  • Armon Dadgar - [Podcast] (2017) SE-Radio Episode 311: Armon Dadgar on Secrets Management
  • Fred Blaise - (2018) Secrets Management for Security and Speed
  • Matrix.org Blog - An open network for secure, decentralized communication.
  • Slack - [PDF] Slacks approach to security
  • COMODO Certificate Search
  • Shodan - Explore the Internet | Discover the Internet using search queries shared by other users. Cams, Webcams, Default passwords...
  • Hak5 - (2016) 15 Second Password Hack, Mr Robot Style : Pilfering Passwords with the USB Rubber Ducky
  • WonderHowTo - Mr. Robot Hacks how-to's
  • Boris Serebrov - (2018) SSH Tunnels | on AWS, EC2 and SSH tunnels
  • Evan Selinger - (2018) This Robot Knows How to Trick You | Humans Are Flawed and Easy to Trick
  • Jim Bird - (2017) Essential (and free) security tools for Docker
  • Git Docs - Git Tools - Signing Your Work
  • GhostProject - Find leaked passwords. Search by full email address or username
  • Amar Kulo - (2017) Integrating database of pwned password hashes with Microsoft AD
  • Russell Brandom - (2017) This is why you shouldnt use texts for 2FA / two-factor authentication
  • Chris Hill - (2018) Security in the Cloud: What I learned when AWS (almost) billed me for $29,594 in one day.
  • Surveillance Self-Defense - (2017) Creating Strong Passwords
  • Alexander Reelsen, Javier Fernández-Sanguino Peña - [FR] Securing Debian Manual
  • Apache Docs - Security Tips for Apache HTTP server
  • Daniel Aleksandersen - (2018) Why I migrated from LastPass to Bitwarden
  • How Secure Is My Password? - How long it would take a computer to crack your password?
  • arminc/clair-scanner - Docker containers vulnerability scan. See also https://github.com/arminc/clair-local-scan
  • Information Security Stack Exchange - Why pull upgrade from production server rather pushing them from development server?
  • Information Security Stack Exchange - Password manager or two -actor authentication
  • Yukinoshita47/Yuki-Chan-The-Auto-Pentest - an Automated Penetration Testing tool this tool will auditing all standard security test method for you.
  • freach/kubernetes-security-best-practice - Kubernetes Security - Best Practice Guide
  • Vivek Gite - (2018) Top 20 OpenSSH Server Best Security Practices
  • DEV - What are some fundamentals of security every developer should understand?
  • The Password Meter - assess the strength of password strings.
  • Passweird - Passwords too Gross to Steal
  • PyCQA/bandit - Bandit is a tool designed to find common security issues in Python code.
  • Mark Ramm - (2019) Managing Secrets in Kubernetes
  • toniblyx/prowler - Tool for assessing AWS Security Best Practices, Auditing, Hardening and Forensics Readiness Tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and DOZENS of additional checks including GDPR and HIPAA (+90). Bonus : Official CIS for AWS guide
  • Mike Malone - (2018) Everything you should know about certificates and PKI but are too afraid to ask
  • SecurityTrails - (2019) Exploring Google Hacking Techniques
  • Yubico Support - macOS Logon Tool Configuration Guide : Enable Yubico 2FA at macOs login screen and for screensaver
  • OSXDaily - (2017) How to Use Touch ID to Authenticate sudo on Mac OS
  • USB-Dongle Authentication - List of websites and whether or not they support One Time Passwords (OTP) or Web Authentication (WebAuthn) respectively FIDO2, U2F. Bonus : Github repository
  • Two Factor Auth (2FA) Dongles - List of 2FA dongle providers and the platforms they support. Bonus : Github repository
  • Two Factor Auth (2FA) - List of websites and whether or not they support 2FA.
  • AbuseIPDB - help make Web safer by providing a central repository for webmasters, system administrators, and other interested parties to report and identify IP addresses that have been associated with malicious activity online
  • Dan Pollock - how to make the internet not suck (as much) | a hosts file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of "web bugs" embedded in spam, provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the internet.
  • Risan Bagja Pradana - (2018) Upgrade Your SSH Key to Ed25519
  • Golden Frog - I Am Anonymous When I Use a VPN 10 Myths Debunked
  • Sven Slootweg - (2015) Don't use VPN services.

Because a VPN in this sense is just a glorified proxy. The VPN provider can see all your traffic, and do with it what they want - including logging.

  • Dennis Schubert - (2019) VPN - a Very Precarious Narrative
  • Daniel Miessler - (2018) Practical Security Principles
  • Lenny Zeltser - (2015) How to Suck at Information Security A Cheat Sheet
  • Sqreen - (2019) The SaaS CTO Security Checklist
  • Wolfram Hempel - (2018) An introduction to medieval cities and cloud security
  • AWS - Security Resources
  • SenseDeep - (2019) Web Developer Security Checklist V2
  • Ah shhgit! - Find GitHub secrets in real time | Shhgit finds secrets and sensitive files across GitHub code and Gists committed in near real time by listening to the GitHub Events API. Bonus : Source code

GPG

OpenSSL

  • ZyTrax - Survival guides - TLS/SSL and SSL (X.509) Certificates
  • LZone - OpenSSL Cheat Sheet
  • Remy van Elst - Encrypt and decrypt files to public keys via the OpenSSL Command Line
  • LinuxConfig - Using OpenSSL to encrypt messages and files on Linux
  • Tom Dryer - (2007) Simple File Encryption with OpenSSL
  • Stack Overflow - File encryption with OpenSSL and Why you should use GPG instead
  • Chandan Kumar - 21 OpenSSL command examples
  • Why No Padlock - find out why your web page is treated as insecure
  • Qualys SSL Labs - SSL Server test : analysis of any web server configuration
  • Chandan Kumar - 9 free useful online SSL/TLS Certificate Tools
  • Chandan Kumar - Verify your SSL, TLS & Ciphers implementation.
  • SSL Shopper - The Most Common OpenSSL Commands
  • SSL Shopper - tools & commands examples for certificates format conversion
  • Paul Heinlein - OpenSSL cookbook / command-line howto
  • Nick Burch - howtos for installing other people's certificates
  • Andrej - SSLPoke.java for quick validation of Java SSL configuration
  • SSL Shopper - java keytool keystore cheatsheet
  • Brusten Philip & Van der Velpen Jan - a few frequently used SSL commands (openssl, keytool, certutil)
  • CheapSSLSecurity - SSL commands list
  • DigiCert - .pem SSL creation instructions
  • Arun GP - (2011) differences between PEM, DER, P7B/PKCS#7, PFX/PKCS#12 certificates
  • SSL Shopper - Special Types of SSL Certificates
  • DigiCert - Using Multiple SSL Certificates in Apache with One IP Address
  • Deb Shinder - SSL Acceleration and Offloading: What Are the Security Implications?
  • Aptive - guide for SSL / TLS penetration testing
  • University of Wisconsin KB - Verifying that a Private Key Matches a Certificate
  • University of Wisconsin KB - Verifying that a Certificate is issued by a CA
  • John Herbert - (2015) Telling OpenSSL About Your Root Certificates / for *Nix and OS X
  • John Herbert - (2015) Five Essential OpenSSL Troubleshooting Commands
  • Sebastien Lebreton - [FR] 🇫🇷 Authentification forte par certificats et transfert de certificats de Apache vers Tomcat.
  • mdoehle - PKI / openSSL Cheat Sheet
  • BogPeople - OpenSSL Cheat Sheet
  • ThorneLabs - (2014) OpenSSL Commands Cheat Sheet
  • LZone - OpenSSL Cheat Sheet
  • James Coyle - OpenSSL Certificate Cheat Sheet
  • Jamie Nguyen - OpenSSL Certificate Authority / a guide to demonstrate how to act as your own CA using OpenSSL
  • German Jaber - (2015) SSL/TLS certificates beginner's tutorial
  • George Bolo - (2016) OpenSSL - Reference
  • George Bolo - (2017) x509 Certificate Manual Signature Verification
  • DigiCert SSL Certificate Checker - If you are having a problem with your SSL certificate installation, this diagnostic tool will help you locate the problem and verify your SSL Certificate installation.

Web

Society

  • MoveItFootballHead - A simple, yet powerful, lesson on privilege
  • Grise Bouille - [FR] 🇫🇷 Ailleurs, cest pire
  • Topito - (2014) [FR] 🇫🇷 [IMG] Plus fort que la pancarte de manif : le miroir
  • Yves Miserey - (2012) [FR] 🇫🇷 Les OGM ont perdu la guerre contre les mauvaises herbes
  • Le blog d'un odieux connard - (2014) [FR] 🇫🇷 [IMG] - Les Aventures Magiques de l'Extrême-Droite
  • Horace Dediu - (2014) [IMG] There are two types of people in the world. // using the Internet vs not using the Internet
  • Cameron Power - (2014) [IMG] Wtf is wrong with this dude? What is he looking at? The world?
  • Etienne Chouard - [FR] 🇫🇷 [Video] Chercher la cause des causes - TED // Questioning democracy / questionnement et remise en cause de la démocratie
  • Saturday Morning Breakfast Cereal - (2010) [IMG] Why are there so few women in engineering / science ?
  • Gizmodo - Fascinating graphics show who owns all the major brands in the world
  • Clara Darko - [Video] Movie montage of dystopian / utopias societies
  • Greg Rosalsky - (2017) The Economics of the Office: Why Do We Still Commute?
  • Kevin Pezzi MD - (2015) The irony of Silicon Valley
  • Dean Baker - (2017) The problem of doctors salaries
  • Daniel Miessler - (2017) The New Luxury of Having Good Information
  • You Are Not So Smart - explore the ways you and everyone else tends to develop an undeserved confidence in human perception, motivation, and behavior. youll rediscover a humility and reconnect with the stumbling, fumbling community of man trying to make sense of things the best we can. The central theme of You Are Not So Smart is that you are unaware of how unaware you are.
  • Data Gueule (DTG) - [Videos] [FR] 🇫🇷 #Datagueule, l'émission qui décode les mécanismes de notre société... avec des chiffres ! Datagueule is a french youtube program that decrypts how society functions and provide actual figures
  • Le grand Oral - (2017) [FR] 🇫🇷 [Video] Le Grand Oral de Luc de Brabandere. A propos du ras le bol des travailleurs, de la place de l'homme dans une société de plus en plus connectée, l'intelligence artificielle vs l'emploi, et le bien être au travail. Bonus : Podcast
  • Lee Rainie - (2017) 10 facts about jobs in the future
  • AI Now Institute - an interdisciplinary research center dedicated to understanding the social implications of artificial intelligence.
  • Cartooning for Peace - [IMGS] Cartoons about censorship, freedom of expression, human rights, environment, inequality, war, religion, migrations, etc
  • Bloomberg - (2017) The Pessimist's Guide to 2018
  • Karl Jilg - (2014) [IMG] brilliant illustration shows how much public space we've surrendered to cars
  • Morgan Housel - (2017) The Full Reset | understand the power of starting clean
  • umair haque - (2017) The Dopamine Economy
  • John B. Sparks - Histomap: Visualizing the 4,000 Year History of Global Power
  • Atlas of Prejudice - salacious political incorrectness and unconventional historical studies, with maps
  • Yanko Tsvetkov - (2014) Tearing Europe Apart | 20 ways to break Europe. Did the laws of neuroscience shape European history?
  • Sean Illing - (2017) How the baby boomers — not millennials — screwed America | “The boomers inherited a rich, dynamic country and have gradually bankrupted it."
  • Joshua Rothman - (2017) A New History of the Second World War
  • The Huffington Post - Millenials Are Screwed | Why millennials are facing the scariest financial future of any generation since the Great Depression.
  • Scott Santens - (2017) Why we should all have a basic income
  • David Rotman - (2017) The Relentless Pace of Automation
  • Matthew Yglesias - (2014) The case against time zones: They're impractical & outdated
  • Charles Petzold - (2015) De-Obfuscating the Statistics of Mass Shootings
  • Mariel Bluteau - (2018) [FR] 🇫🇷 Psycho : comment expliquer le déni face au réchauffement climatique ?
  • John Cleese - [Video] on Stupidity
  • Robert C. Martin - (2017) Just Following Orders | Reminder: Doing your job does not mean that you just follow orders. The courts are going to hold you to a high ethical standard, even if your employer does not.
  • Béatrice Sutter - [FR] 🇫🇷 (2018) Internet nous rend-il cons ?
  • Max Roser and Mohamed Nagdy - (2018) Optimism & Pessimism | why people are optimistic or pessimistic about certain things and how this is influenced by human nature, the media, or social changes.
  • Cade Metz - (2016) In Two Moves, AlphaGo and Lee Sedol Redefined the Future | speaking of go board game
  • Tim Wu - (2018) The Tyranny of Convenience | the problem with over conformity
  • Patrick Louis - (2019) Time On The Internet
  • The Tarot Cards Of Tech - Gaze into the future of your product and consider the impact of what we create | See also Ethics vs Technology, Black Mirror
  • James Conca - (2012) How Deadly Is Your Kilowatt? We Rank The Killer Energy Sources | It seems that Coal is way more harmful than Nuclear.
  • Bohm Dialogue - (also known as Bohmian Dialogue or "Dialogue in the Spirit of David Bohm") is a freely flowing group conversation in which participants attempt to reach a common understanding, experiencing everyone's point of view fully, equally and nonjudgementally.[1] This can lead to new and deeper understanding. The purpose is to solve the communication crises that face society,[2] and indeed the whole of human nature and consciousness.
  • Daniel Miessler - (2019) Job Losses from Automation Are Being Actively Engineered and Funded
  • Replication crisis - The replication crisis (or replicability crisis or reproducibility crisis) is, as of 2019, an ongoing methodological crisis in which it has been found that many scientific studies are difficult or impossible to replicate or reproduce. The replication crisis affects the social and life sciences most severely.

Sports

  • Electric Unicycle Forum - forum for reviews and discussions related to electric unicycles
  • OpenCycleMap - 🚴 the OpenStreetMap Cycle Map
  • Marches Adeps - 🇫🇷 [FR] Tous les dimanches et jours fériés, des marches Adeps sont organisées en Wallonie et à Bruxelles. Des parcours de 5, 10, 20 et parfois 15km pour tous les types de randonneurs.

Testing 👌

  • Aaron Maxwell - Building a Automated Testing/Quality Assurance System
  • sstephenson/bats - Bash Automated Testing System. Bonus : see also bats-core/bats-core, a mirrored fork of bats but still updated
  • David Greenlees - How the Usability Matrix of Emotions Can Benefit Your Software Testing
  • Joe Colantonio - (2015) Automation Testing Resources & Best Practices
  • Gregg Caines - (2015) Continuous Testing
  • Andrew Wulf - My Job As A Programmer Is To Make Testers Miserable
  • Locust - a modern open source load testing framework
  • Gojko Adzic - (2016) Five ways to reduce the cost of large test suites
  • aelsabbahy/goss - goss : Quick and Easy server testing/validation
  • aelsabbahy/dgoss-examples - dgoss examples
  • Ahmed Elsabbahy - Tutorial: How to test your docker image in half a second
  • Stack Exchange - How to test provisioning and configuration in Ansible setup?
  • Pedro Artino - (2016) Test Driven Infrastructure with Goss
  • metacloud/molecule - Molecule aids in the development and testing of Ansible roles.
  • Serverspec - RSpec tests for your servers configured by CFEngine, Puppet, Ansible, Itamae or anything else
  • Dan Tehranian - (2015) Testing Ansible Roles with Test Kitchen
  • Daniel Miessler - Web Application Security Testing Resources
  • Rusty Harold - [Video] Testing Legacy Code Elliotte
  • David Greenlees - (2013) How the Usability Matrix of Emotions Can Benefit Your Software Testing
  • Fabio Pereira - (2014) Introducing the Software Testing Cupcake (Anti-Pattern)
  • marmelab/gremlins.js - Gremlins.js : JS monkey testing library that tests webapp robustness through random user actions
  • J. B. Rainsberger - Integrated Tests Are A Scam
  • J. B. Rainsberger - "Worried that TDD will slow down your programmers? Don't. They probably need slowing down."
  • mr-mig/going-to-production - A checklist for topics which should be covered before going to production.
  • volanja/ansible_spec - a ruby gem that connect Ansible & Serverspec for Test Driven Server Configuration (or TDD).
  • Jeff Geerling - (2016) How I test Ansible configuration on 7 different OSes with Docker
  • nickjj/RoleSpec - A test library for testing Ansible roles
  • Dennis Stevens - (2013) Stop Writing Code You Can't Yet Test
  • pre-commit/pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.
  • Stef Walter - (2012) git-coverage: Useful code coverage
  • PaulWaltersDev/FreeLearningResourcesForSoftwareTesters - free Online Learning Resources for New and Experienced Software Testers.
  • Front-End-Checklist - an exhaustive list of all elements you need to have / to test before launching your site / HTML page to production.
  • Philippe Bourgau - (2017) Don't Stick to TDD's Red-Green-Refactor Loop to the Letter
  • James Routley - (2017) Simplify Golang test fixtures with this one weird trick
  • Nemanja Mijailovic - (2017) Going down the rabbit hole with go-fuzz | testing techniques
  • Principles of Chaos Engineering
  • dastergon/awesome-chaos-engineering - list of awesome Chaos Engineering resources
  • bats-core/bats-core : Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. Bonus : see also the original sstephenson/bats
  • Test Anything Protocol (TAP) - a simple text-based interface between testing modules in a test harness, with implementations in C, C++, Python, PHP, Perl, Java, JavaScript, and others.
  • Andy Zaidman - (2017) Is Testing (on StackOverflow) Dead?
  • Dave Syer - (2007) Unit Testing with Stubs and Mocks
  • Maaike Brinkhof - (2016) Mapping Biases to Testing: Confirmation Bias
  • Caitie McCaffrey - (2016) The Verification of a Distributed System | A practitioner's guide to increasing confidence in system correctness
  • Nathen Harvey - (2018) Effective Testing with Ansible and InSpec
  • Nathen Harvey - (2017) Compliance Automation with InSpec
  • Nathen Harvey - (2017) Compliance as Code
  • Sarah Mei - Five Factor Testing
  • Christiaan Verwijs - 7 Powerful Ways To Get Feedback From Users (In Scrum)
  • Scott Vokes - (2014) Property-Based Testing | Testing Assumptions You Dont Know Youre Making
  • Lieven Vaneeckhaute (denshade) - (2015) Fail fast, spend less time in root cause analysis
  • Jakub Holý - (2016) Dont add unnecessary checks to your code, pretty please!
  • Robert Ecker - (2017) The Problem With High Test Coverage
  • PropEr Testing - Fred Hébert talking about ins and outs of Property-Based Testing, with focus set on Erlangs PropEr framework, a freely available testing tool based on Quviqs Quickcheck framework.
  • Anna Kennedy - (2017) Testing Packer builds with Serverspec
  • Jamie Andrews - (2017) Inspec gives insight
  • Michal Charemza - (2018) Questions to ask yourself when writing tests : Talk to yourself to make sure your tests help you achieve your aims
  • Bill Wake - (2015) Multiple Asserts Are OK | Some people suggest we should restrict ourselves to a single assertion per test. Are multiple asserts in a test ever OK?
  • coreight - 🇫🇷 [FR] (2016) Les bonnes habitudes de développeurs à appliquer dans sa vie quotidienne
  • Stack Exchange - (2017) How to test provisioning and configuration in Ansible setup? Solutions : Goss, Testinfra, Serverspec, Inspec
  • aelsabbahy/goss - dgoss is a convenience wrapper around goss that aims to bring the simplicity of goss to docker containers.
  • Fred Hébert - (2018) The Hitchhiker's Guide to the Unexpected | about clean architecture, and making things easier
  • Jakub Skałecki - (2017) Automatic code quality checks with git hooks
  • JSONLint - JSON validator
  • Trung Thanh Le - (2017) [Slides] Connascence - How to detect code smell
  • Daniel Lebrero - (2016) The tragedy of 100% code coverage
  • Daniel Lebrero - (2019) Other reasons for TDD: Baby steps, ROI, Evil Manager Syndrome and Watching the watchmen | Describing some reasons to do Test Driven Development that are rarely mentioned
  • Kent C. Dodds - (2017) Write tests. Not too many. Mostly integration.
  • Rodion Chachura - (2018) System testing: Localstack + Terraform
  • Carlos Nunez - (2017) Top 3 Terraform Testing Strategies for Ultra-Reliable Infrastructure-as-Code
  • Rosemary Wang - (2019) Test-Driven Development for Infrastructure
  • k1LoW/awspec - RSpec tests for your AWS resources.
  • Gregg Caines - (2018) Zero Defect Policy
  • Gilles Scokart - [Slides] (2016) Stop testing start designing

Transportation 🚆 🚘

Learn

  • Jocelyn Caron - (2014) [IMG] a funny concept for Cars' UX
  • Karl Jilg - (2014) [IMG] brilliant illustration shows how much public space we've surrendered to cars
  • Greg Rosalsky - (2017) The Economics of the Office: Why Do We Still Commute?
  • Allan Richarz - (2018) The Amazing Psychology of Japanese Train Stations

Tools

  • Train Map - [BE] Show belgian train positions in realtime. Train positions are calculated based on timetables, real time info and prognoses.
  • Seety Map - [BE] Map of free parking zones | For now mainly for Belgium, soon for Europe
  • Radar Virtuel - 🇫🇷 [FR] Le site Radar Virtuel permet de voir le trafic aérien en temps réel avec des petits avions sur une carte Google, ça marche très bien en Europe, autour des aéroports aux États-Unis et pas du tout dans le reste du monde, cest dommage.

Travel ✈️

  • Spotted by Locals - handpicked city loving locals write about their favorite spots in their city. Insider tips, not highlights!
  • MyLifeElsewhere - allows you to compare your home country with different countries around the world.
  • Brussels for Beer Geeks - [BE] A map with bars ,shops, restos of interest for beer geeks visiting Brussels. Bars will usually have a varied selection of good Belgian and/or foreign beers. Restos will have a focus on food and beer. Via Belgianbeergeek.be
  • Radar Virtuel - 🇫🇷 [FR] Le site Radar Virtuel permet de voir le trafic aérien en temps réel avec des petits avions sur une carte Google, ça marche très bien en Europe, autour des aéroports aux États-Unis et pas du tout dans le reste du monde, cest dommage.

Troubleshooting

  • Sandra Henry-Stocker - Who's hogging the network? Bandwidth usage on a Linux system
  • Narad Shrestha - 12 Tcpdump Commands A Network Sniffer Tool
  • Edoceo - tcpdump examples
  • rationallyPARANOID - Tcpdump usage examples
  • Sebastien Wains - tcpdump advanced filters
  • Ravi Saive - 20 Netstat Commands for Linux Network Management
  • Milosz Galazka - (2013) How to deal with dmesg timestamps
  • Stack Exchange - Find and remove large files that are open but have been deleted
  • Phil Rzewski - Linux Troubleshooting Cheatsheet: strace, htop, lsof, tcpdump, iftop & sysdig
  • Steven Iveson - Masterclass Tcpdump Interpreting Output
  • Silver Moon - 10 examples of Linux ss command to monitor network connections
  • Silver Moon - 18 commands to monitor network bandwidth on Linux server
  • Daniel Miessler - A tcpdump Tutorial and Primer with Examples
  • Daniel Miessler - How to Remember Your TCP Flags
  • Working all day - TCPDUMP expressions
  • Oleg Muravskiy - (2010) Using tcpdump to see HTTP requests and responses
  • Steve Howard - (2012) tcpdump to see Oracle errors
  • SystemRescueCd - a Linux system rescue disk available as a bootable CD-ROM or USB stick for fixing your system and data after a crash.
  • openshift/debugging-openshift - Debugging / Troubleshooting OpenShift
  • Vivek Gite - 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
  • DataFire - Oblique Strategies for Programmers : Random tips for building, debugging, and overcoming creative blocks.
  • Adam Bertram - 3 troubleshooting tips that can save you a world of time
  • Julia Evans - (2016) tcpdump is amazing
  • Jeff Jones - (2017) wget: can't execute 'ssl_helper': No such file or directory wget: error getting response: Connection reset by peer | error happening in alpine container 3.5.2. Bonus : seem to be as design... see docker-library/busybox/issues/25
  • Ask Ubuntu on Stack Exchange - Problem with Deluge: “no incoming connection!”
  • Mike Swieton - (2018) Debugging a Complex Problem? Think Like an Epidemiologist
  • Stack Overflow - Docker - Cannot remove dead container | rm: cannot remove /var/lib/docker/overlay/<hash>/merged: Device or resource busy Solution : grep /proc/*/mountinfo then find the pid of and kill it
  • Brandon Sheffield - (2017) Developers share their most memorable dirty coding tricks
  • Dmitriy Samovskiy - (2011) Complex Systems: Generalists and Specialists | on diagnosing problems
  • Benjamin Cane - (2013) Yum Plugins: Verifying packages and configurations with Yum Verify
  • Vivek Gite - (2010) Linux/UNIX: Move File Starting With A Dash
  • Guillermo Garron - (2012) Set Time, Date Timezone in Linux from Command Line or Gnome | Use ntp
  • James Somers - (2019) The three-page paper that shook philosophy : “Is Justified True Belief Knowledge?” : “the Gettier cases”
  • Pradeep Kumar - (2018) How to capture and analyze packets with tcpdump command on Linux
  • Vivek Gite - (2018) Linux Show / Display Available Network Interfaces
  • Sal Ferrarello - (2016) Chrome Clear Redirect Cache
  • David Newcomb - (2012) yum install failing on rpmdb: unable to join the environment or db3 error(11) from dbenv->open: Resource temporarily unavailable. Do the followings:
rm -rf /var/lib/rpm/__db*
rpm --rebuilddb
  • Joyent Support - (2016) Watching active IP connections - Linux
    • Incoming connections : watch -d -n1 lsof -i
  • Super User and Server Fault
    • Trace all connections on specific port to /var/log/messages (syslog) using iptables : sudo iptables -I INPUT -p tcp --dport 443 --syn -j LOG --log-prefix "HTTPS SYN: "
    • Trace all connections on specific port to /var/log/messages (syslog) using iptables : sudo iptables -I INPUT -p tcp --match multiport --dports 443,636,389,8095,80 --syn -j LOG --log-prefix "HTTPS SYN: "
    • Removing iptables rule : sudo iptables -D INPUT -p <etc rest of your above rule>
  • Downdetector - offers a realtime overview of status information and outages for all kinds of services. | online monitoring of your favorite services
  • Seth Robertson - (2013) On undoing, fixing, or removing commits or mistakes in git | A git choose-your-own-adventure!
  • MorganGeek - My Network cheatsheet

UX / UI

News

Learn

  • Kevin Marks - How the Web Became Unreadable
  • Little Big Details - a curated collection of the finer details of design, updated every day.
  • Christelle Mozzati - (2013) [FR] 🇫🇷 Les dark patterns en design dinterface
  • Anthony Tseng - 9 Small User Experience Details Most Websites Miss
  • Tom Lloyd - A good advice about the CV for Design students
  • Luke Wroblewski - [IMG] Don't port your desktop UI to mobile. Optimize your UI for mobile.
  • fireurgunz - (1957) [Video] Disney did use parallax long before web designers, it was called MultiPlane Camera
  • Keith Clark - (2014) Pure CSS Parallax Websites
  • Rémi Parmentier - (2014) [FR] 🇫🇷 Lattribut srcset pour des images responsive
  • Zombidev - "The web is just rectangles inside of rectangles..."
  • Guillaume Gouessan - Making things move when you are a front-end developer / good animating advices
  • Brian Kelly - (2013) UX, Then Architecture, Then Tools
  • Brian Kelly - (2012) The Web APIs You Use Will Fail
  • tota11y - an accessibility visualization toolkit testing accessibility (a11y) of your site + showing what is wrong in your document
  • brunopulis/awesome-a11y - A curated list about accessibility / A11Y
  • Ian Lurie - (2017) Code Coverage Analysis for Better Page Speed
  • Augustin Kendall - (2017) What Is the User Experience of Content?
  • Front-End-Checklist - an exhaustive list of all elements you need to have / to test before launching your site / HTML page to production.
  • Connor John Gettel - (2017) Masters Degree Final Major Project: Theoretical Design Improvements and new ConceptsMonzo.
  • robinstickel/awesome-design-principles - A curated list of good design and experience principles.
  • Joël Spolsky - (2000) Designing for People Who Have Better Things To Do With Their Lives
  • UX Quotes - Tweetable quotes on User Experience / Design
  • Laura Klein - (2009) 6 Reasons Users Hate Your New Feature
  • Addy Osmani - (2017) The Browser Hacker's Guide To Instant Loading
  • Christiaan Verwijs - 7 Powerful Ways To Get Feedback From Users (In Scrum)
  • John Cutler - (2018) We Cant Do That In One Sprint
  • Nick Babich - (2018) 10 Tips to Develop Better Empathy Maps
  • Moritz Arendt - (2017) Real Users Don't Read Manuals
  • Web Design Museum - The museum exhibits over 900 carefully selected and sorted web sites that show web design trends between the years 1995 and 2005.
  • Gordon Brander - The Jack Principles of conversational UI.
  • thedaviddias/Front-End-Checklist - The Front-End Checklist is an exhaustive list of all elements you need to have / to test before launching your website / HTML page to production.
  • Dark Patterns - Types of Dark Patterns
  • Good Video Game Interface Screenshots - The best collection of the most beautiful, exceptional and inspiring video game interfaces and screenshots.
  • Lucas Fernandes da Costa - (2019) How I'm still not using GUIs in 2019: A guide to the terminal. Bonus : author's dotfiles
  • Checklist Design - A collection of the best UX and UI practices.
  • David Gilbert - (2013) Why Japanese Web Design Is So… Different

Design Humor

Web archive / nostalgia

  • Internet Archive: Wayback Machine - The Internet archive, bringing back old/dead pages to live
  • Julia Geist - (2017) Guide to Handling Internet Archives CDX Server API Response. Examples :
  • http://web.archive.org/cdx/search/cdx?limit=1&showResumeKey=true&url=<URL>
  • https://archive.org/wayback/available?timestamp=19010101010101&url=<URL>
  • internetarchive/wayback - Wayback CDX Server API - BETA | The wayback-cdx-server is a standalone HTTP servlet that serves the index that the wayback machine uses to lookup captures.
  • My 90's TV - Go back to the 1990's via this nostalgic TV simulator and relive the original ads, music videos, movie trailers, shows and more!
  • neogeofun - Play Metal Slug in your browser
  • pirate/ArchiveBox - 🗃 The open source self-hosted web archive. Takes browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more... See also : Website
  • oduwsdl/archivenow - A Tool To Push Web Resources Into Web Archives
  • GH Archive - is a project to record the public GitHub timeline, archive it, and make it easily accessible for further analysis. See also: GitHub repository

Some old links from my first times on the web

  • Donjon de Naheulbeuk - [FR] 🇫🇷 Podcast / Les premiers MP3 d'aventure
  • Combattre-ou-Mourir - [FR] 🇫🇷 CoM était un jeu par navigateur où 3 forces s'affrontent pour obtenir le contrôle de la planète.
  • Quadd X mas - [FR] 🇫🇷 C'était un MMORPG et jeu de stratégie en php gratuit d'ambiance médiévale fantastique

Web development

News

  • What Web Can Do Today - Can I rely on the Web Platform features to build my app? An overview of the device integration HTML5 APIs

Learn

  • Steve Francia - Hugo is a fast & modern static site generator
  • Amanda Visconti - Building a static website with Jekyll and GitHub Pages
  • BuiltWith - Find out what technology a website is built with
  • Web Development Reading List - The 2017 Almanac : What happened in “News” in 2016?
  • Web Development Reading List - The Evergreen List : selection of resources that are important for a longer time.
  • PageSpeed Insights - Analyze a website performance
  • Socialtalents - Loadme - cloud-based load / stress testing service for you website or API
  • Dead Link Checker - Online Dead Link Checking Tool
  • Broken Link Checker - Online Dead Link Checking Tool
  • W3C - Link Checker : Check links and anchors in Web pages or full Web sites
  • W3C - Various website validation tools
  • Remy van Elst - SSL Decoder : check the SSL/TLS configuration of a server
  • First Site Guide Blog - articles, infographics, cheatsheets about site/blog creation
  • A List Apart - explores the design, development, and meaning of web content, with a special focus on web standards and best practices.
  • r/webdev - web development resources & news
  • Why No Padlock - find out why your web page is treated as insecure
  • Qualys SSL Labs - SSL Server test : analysis of any web server configuration
  • Chandan Kumar - 9 free useful online SSL/TLS Certificate Tools
  • Chandan Kumar - Verify your SSL, TLS & Ciphers implementation.
  • Chandan Kumar - Test your website for SQL injection attack
  • Rex Swain - HTTP Viewer : See exactly what an HTTP request returns to your browser
  • IntoDNS - checks the health and configuration and provides DNS report and mail servers report.
  • Down for everyone or just me - Check if your website is down or up
  • Christian Haschek - (2017) How to defend your website with ZIP bombs
  • shieldfy/API-Security-Checklist - API Security Checklist
  • Yahoo Developer Network - Best Practices for Speeding Up Your Web Site
  • Daniel Miessler - The Difference Between URLs and URIs
  • Daniel Miessler - A DNS Primer
  • Daniel Miessler - An Encoding Primer
  • Daniel Miessler - A Security-focused HTTP Primer
  • Daniel Miessler - 10 Ways to Test Your Website Performance
  • Tali Garsiel and Paul Irish - (2011) How Browsers Work: Behind the scenes of modern web browsers
  • Kevin Marks - (2016) How the Web Became Unreadable
  • tota11y - an accessibility visualization toolkit testing accessibility (a11y) of your site + showing what is wrong in your document
  • HTML_CodeSniffer - Check that your HTML code conforms to your coding standard
  • gulpjs/gulp - Gulp: The streaming build system
  • gruntjs/grunt - Grunt: The JavaScript Task Runner
  • Maxime Thirouin - (2013) [FR] 🇫🇷 Automatisez votre workflow front-end
  • Opquast - [FR] 🇫🇷 reference check-list for web quality
  • Opquast - [FR] 🇫🇷 several check-lists for performance / SEO related to web & mobile development
  • Clay - is a CSS preprocessor like LESS and Sass, but implemented as an embedded domain specific language (EDSL) in Haskell.
  • CSS Diner - a game to improve your knowledge of CSS selectors
  • SecurityHeaders - Scan your site to analyse the HTTP response headers
  • SEO'Brien - (2011) Writing Search Optimized Blog Posts
  • Matias Meno - (2014) Stop writing stateful HTML
  • Observatory by Mozilla - Scan your site against mozilla security checklist
  • Una Kravets - You Might Not Need JavaScript
  • qazbnm456/awesome-web-security - list of Web Security materials and resources.
  • Ian Lurie - (2017) Code Coverage Analysis for Better Page Speed
  • REDbot - checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements.
  • Augustin Kendall - (2017) What Is the User Experience of Content?
  • Front-End-Checklist - an exhaustive list of all elements you need to have / to test before launching your site / HTML page to production.
  • Michael O'Brien - (2017) Web Developer Security Checklist
  • weightshift/The-Personal-Page - simple one-page website that presents your portrait and some description text in a nicely-formatted manner.
  • Nu Html Checker - free online tool experimenting better HTML checking. its behavior remains subject to change
  • W3C - CSS Validation Service
  • Michael Lynch - (2017) The Perils of Outsourcing Your MVP
  • Steve Faulkner - (2014) HTML5 Check it Before you Wreck it
  • Ciro S. Costa - (2018) Creating a simple extension to block websites
  • Maxime Thirouin - 🇫🇷 [FR] (2013) Automatisez votre workflow front-end
  • Stoyan Stefanov - (2017) Hello Stylelint | a great new modern unopinionated CSS linter
  • Addy Osmani - [Slides] (2014) Front-end Tooling Workflows | 198 slides on tools to help you stay productive on the front-end
  • Nicolas Hoffmann, Elie Sloïm - (2014) 🇫🇷 [FR] Le coût de la non-qualité sur le Web : 50%
  • Karolina Szczur - (2017) The State of the Web | A guide to impactful performance improvements
  • Vitaly Friedman - (2018) Front-End Performance Checklist 2018
  • Addy Osmani - (2017) The Browser Hacker's Guide To Instant Loading
  • The Front-End Checklist - perfect for modern websites and meticulous developers!
  • Michael O'Brien - (2017) Web Developer Security Checklist
  • GoogleChrome/lighthouse - Auditing, performance metrics, and best practices for Progressive Web Apps
  • Paul Calvano - (2018) Adoption of HTTP Security Headers on the Web
  • Flavio Copes - (2018 A list of cool Chrome DevTools Tips and Tricks
  • Webbkoll - How privacy-friendly is your site? An online tool that checks how a website is doing with regards to privacy.
  • What Does My Site Cost? - Find out how much it costs for someone to use your site on mobile networks around the world.
  • Amanda Sopkin - (2018) Fantastic Personal Websites and How to Make Them | tips for good portfolio
  • awesome-portfolios - Awesome Creative Portfolio Websites
  • HTML5 Please - Use the new and shiny responsibly. | Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them with polyfills, fallbacks or as they are.
  • Jack Lenox - (2019) How Improving Website Performance Can Help Save The Planet
  • Url Checker - Multi URL checker, can work from an input list.
  • Wappalyzer - Identify technology on websites. It detects content management systems, ecommerce platforms, web frameworks, server software, analytics tools and many more.
  • StaticGen - A List of Static Site Generators for JAMstack Sites
  • JAMstack : noun jam-stak : Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. | The JAMstack is not about specific technologies. Its a new way of building websites and apps that delivers better performance, higher security, lower cost of scaling, and a better developer experience.
  • Mikołaj Stolarski - (2015) Principles Of HTML5 Game Design
  • illustrated.dev - Web development, illustrated.

Tools

  • Maxime Blondel - (2018) 🇫🇷 [FR] (2018) 100 outils pour lancer sa startup sans développeur ni graphiste (et presque sans argent)
  • Ecometer - Analyse your website's ecodesign maturity
  • EcoIndex - 🇫🇷 [FR] Lobjectif dEcoIndex est daider le plus grand nombre à prendre conscience de limpact environnemental de linternet et de proposer des solutions concrètes pour réduire cet impact. EcoIndex vous propose donc une analyse automatique de premier niveau pour vous aider à identifier rapidement et gratuitement des sites web / services en ligne à ausculter en priorité.

Windows

  • NSSM - the Non-Sucking Service Manager
  • Chocolatey - All Packages for Chocolatey, the package manager for windows
  • Rob Reynolds - Chocolatey: Creating your own Chocolatey packages
  • Korben - [FR] 🇫🇷 Windows tips & tools
  • Nir Sofer - Nirsoft : lot of free tools & utilities for windows, free of malwares and developed over decades by Nir Sofer, who's not stopping More info about that
  • Puppet Blog#Chocolatey - Posts about Chocolatey
  • Awesome-Windows/Awesome - curated list of best applications and tools for Windows.
  • Awesome-Windows/awesome-windows-command-line - cool stuffs you can do with windows terminal
  • WinAdmins on Slack - Worldwide chat of Windows admins
  • wikiHow - How to Backup and Restore Google Chrome's Entire Settings
  • Rackspace - Check DNS records on Windows with nslookup
  • Microsoft Docs - How to enable and disable SMBv1, SMBv2, and SMBv3 in Windows and Windows Server
  • Just Install - The simple package installer for Windows. I didn't tried yet, but it seems a good alternative to Chocolatey, following KISS principle
  • CMD commands - A-Z of windows terminal commands
  • PowerShell commands - A-Z of windows powershell commands
  • Disassembler0/Win10-Initial-Setup-Script - script to automate tasks on a fresh windows 10 / windows server 2016
  • Steven J. Vaughan-Nichols - How to secure Windows 10: The paranoid's guide
  • u/C-Ron - [GUIDE] How to disable data logging in W10.
  • babypunchingrampage - Add Chocolatey repo to Windows 10 PackageManagement and install apps using Install-Package!
  • Jianyunt/ChocolateyGet - a good provider of chocolatey packages for OneGet
  • MoonPoint - Using PuTTY to set up a SOCKS Proxy Connection
  • MoonPoint - Configuring IE 10 to use an SSH SOCKS Proxy Server
  • Calomel.org - Samba Optimizations and Speed Tuning for Performance
  • PSScriptAnalyzer - provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.
  • Pester - PowerShell BDD style testing framework
  • PowerShellScripts.com - some scripts, tutoriels for powershell. Warning : some dead links here
  • JeffOps - The Scripting dutchman : lot of scripts and tips for powershell
  • Eric Ravenscraft - How to Save the Windows 10 Lock Screen Images You Like
  • Garrett Serack - (2015) 10 things about OneGet that are completely different than you think.
  • Craig Buckler - How to Unblock Unsafe Attachments in Microsoft Outlook
  • Boxstarter - Repeatable, reboot resilient windows environment installations made easy using Chocolatey packages
  • Jeff Geerling - (2014) Running Ansible within Windows
  • Jeff Geerling - (2016) Using Ansible through Windows 10's Subsystem for Linux
  • Jason Stewart - Faster Samba (SMB / CIFS) Share Performance
  • Josh Reichardt - Powershell for Linux!
  • coreight - (2014) [FR] 🇫🇷 8 logiciels à toujours garder sous la main sur Windows
  • Pekka Väänänen - (2017) Desktop compositing latency is real and it annoys me | about input latency on Windows 10 vs Windows 7
  • Win flex-bison - Win flex-bison is a port Flex & Bison tools to the Windows platform
  • MorganGeek - Windows Subsystem for Linux cheatsheet / tips
  • jeffpatton1971/mod-posh - A collection of PowerShell scripts and script modules
  • Amar Kulo - (2017) Integrating database of pwned password hashes with Microsoft AD
  • Kevin Marquette - (2017) Powershell: Building a Module, one microstep at a time
  • Eiichi Kitagawa - Windows Cheatsheet for Linux Engineers
  • majkinetor/au - Chocolatey Automatic Package Updater Module
  • MorganGeek - My cheatsheet about Windows Subsystem for Linux
  • Cmder - Lovely console emulator package for Windows

Writing ✏️

  • TalAter/awesome-book-authoring - A collection of awesome resources for technical book authors
  • Matt Stauffer - (2016) Why I wrote my book with O'Reilly
  • Carla King - (2014) 6 Great Self-Publishing Tools for Small Press and Author Co-Ops
  • Quora - (2014) What is publishing a book with O'Reilly Media like?
  • Della Anjeh aka Black Queen of Tech - (2017) How to Write Awesome Tech Specs
  • Amruta Ranade - (2018) My Writing Process
  • Jeff Goins - (2014) How to Write a Book: The 5-Draft Method
  • Jeff Goins - (2012) 10 Ridiculously Simple Steps for Writing a Book
  • Ben Watson - (2014) Tips for Writing a Programming Book
  • Michael Foord - (2009) Writing a Technical Book | IronPython in Action with Manning Publications
  • Jeff Atwood - (2007) Do Not Buy This Book
  • Charles Petzold - (2007) Hard Work, No Pay: What's the Point? | Charles Petzold on writing books, reading books, and exercising the internal UTM

Of Course Writing Books is Hard! But that's what makes it fun and rewarding! You really shouldn't try to write a book unless you have a fire in your belly. If you have that fire, then nothing that Jeff Atword or I can say will discourage you.

  • Scott W. Ambler - (2006) How to Write a Technical Book
  • Austin Kleon - (2018) Reading with a pencil | Full ownership of a book only comes when you have made it a part of yourself, and the best way to make yourself a part of it — which comes to the same thing — is by writing in it.
  • Ada Nduka Oyom - (2018) On Becoming a Technical Writer
  • Box-drawing character - because using some characters such as ╭ ╮ ╯╰> is useful especially for arrows : ╰>
  • Steph Smith - (2019) Writing is Thinking: Learning to Write with Confidence