Skip to content

Instantly share code, notes, and snippets.

View honey-speaks-tech's full-sized avatar
💭
Living in C++ and Python

Honey Sukesan honey-speaks-tech

💭
Living in C++ and Python
View GitHub Profile
@honey-speaks-tech
honey-speaks-tech / C++_Ecosystem_Resources
Created November 9, 2022 13:02
C++ ecosystem resources
# Conan Resources
- https://github.com/uilianries/katacoda-conan
@honey-speaks-tech
honey-speaks-tech / list.md
Created January 21, 2022 18:01 — forked from scholtzm/list.md
[IT / Programming / Software Engineering Books to Read] List of influential books on programming and software engineering #list #books #programming

❌ Code Complete (2nd edition) by Steve McConnell

✅ The Pragmatic Programmer

❌ Structure and Interpretation of Computer Programs

❌ The C Programming Language by Kernighan and Ritchie

❌ Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein

@honey-speaks-tech
honey-speaks-tech / ProgrammingBooks.md
Last active January 21, 2022 17:54 — forked from markalanevans/ProgrammingBooks.md
Books for Developers

Programming Books To Read

  • Code Complete (2nd edition) by Steve McConnell
  • The Pragmatic Programmer
  • Structure and Interpretation of Computer Programs
  • The C Programming Language by Kernighan and Ritchie
  • Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
  • Design Patterns by the Gang of Four
  • Refactoring: Improving the Design of Existing Code
  • The Mythical Man Month
@honey-speaks-tech
honey-speaks-tech / ThinkC.md
Last active December 15, 2021 22:00
Thinking in C

C resources

Conference videos

Source : https://nullprogram.com/blog/2018/11/21/

2017

Here’s the list for CppCon 2017. These are roughly ordered from highest to lowest recommendation:

  • Matt Godbolt “What Has My Compiler Done for Me Lately? Unbolting the Compiler’s Lid”
  • Chandler Carruth “Going Nowhere Faster”
  • James McNellis “Everything You Ever Wanted to Know about DLLs”
@honey-speaks-tech
honey-speaks-tech / OtherProfessionalInterests.md
Last active March 6, 2021 11:56
Resources for other Professional Interests

Visual Thinking

- https://ralphammer.com/

Decision making

- Key people
  - Dr. W. Edwards Deming
    - Key concepts : Plan - Do - Check - Act -> Loop
  - John Boyd
    - Key concepts : OODA : Observe, Orient, Decide, Act 
  • Simon Wardley
@honey-speaks-tech
honey-speaks-tech / TipsNTricks.md
Last active April 24, 2021 21:40
TipsNTricks

Programmer Productivity

Rubular is a Ruby-based regular expression editor. It's a handy way to test regular expressions as you write them. To start, enter a regular expression and a test string.

Regular expression editor, text string matcher, live explanations for regular expressions while you type, regular expressions quick reference, unit tests, code generator in various languages and a lot more..

Misc

Zoom test meeting