Matthew Eshleman (@eshlemanmatthew) 's Twitter Profile
Matthew Eshleman

@eshlemanmatthew

I bring electronic devices to life. Software engineering consultant with a focus on embedded systems. I escape with kayak bass fishing.

ID: 1244967900

linkhttp://covemountainsoftware.com/consulting calendar_today06-03-2013 01:08:25

3,3K Tweet

546 Followers

373 Following

Uncle Bob Martin (@unclebobmartin) 's Twitter Profile Photo

When designing software, should we be reactive, or proactive? Should we adopt YAGNI or Hammock Driven Development as our overarching rule? Should we be 100% “Agile” or 100% waterfall. Answer: It’s _always_ a mix of moderate amounts of both. The best way to drive a project

OSINTdefender (@sentdefender) 's Twitter Profile Photo

A massive earthquake, measured at a magnitude of over 8.7, the strongest earthquake in the world since 2011, has struck off the coast of Kamchatka in Russia’s Far East, with Tsunami Warnings having been issued for the coasts of countries across the Pacific, including Russia,

A massive earthquake, measured at a magnitude of over 8.7, the strongest earthquake in the world since 2011, has struck off the coast of Kamchatka in Russia’s Far East, with Tsunami Warnings having been issued for the coasts of countries across the Pacific, including Russia,
FluxJet Kayaks (@fluxjetkayaks) 's Twitter Profile Photo

After 10 years of research and development, the FluxJet Kayak is here to revolutionize fishing on the water! 🚀 Join Jason as he breaks down what makes this jet-powered kayak a game changer for anglers everywhere. ICAST KayakDIY Fishbrain

High Performance Founder (@hpfounder) 's Twitter Profile Photo

Instead of viewing exercise as a punishment, see it as a privilege. Give thanks for the ability to move your body. There are people who would do anything to have what you have.

BowTiedCrocodile | Productivity, AI, Software (@bowtiedcrocodil) 's Twitter Profile Photo

Here’s a list of what I installed from brew Asitop Fzf Granted Lazydocker + lazygit Neovim (aliased over vim) Tree Zellij Zsh-autosuggestions/ highlighting Brave Firefox Insomnia Hammerspoon Linear mouse Rectangle Ollama Vs code Alacritty Oh-my-zsh Jetbrains products Eqmac

CLion, a JetBrains IDE (@clion_ide) 's Twitter Profile Photo

More big news 🎉 JetBrains just became an official ST Authorized Partner. If you’re doing embedded development with STM32 or STM8 chips, CLion makes the perfect coding companion. Learn more about the partnership: jb.gg/cl_st #STPartnerProgram #STAuthorizedPartner

More big news 🎉
JetBrains just became an official ST Authorized Partner.
If you’re doing embedded development with STM32 or STM8 chips, CLion makes the perfect coding companion. Learn more about the partnership: jb.gg/cl_st

#STPartnerProgram #STAuthorizedPartner
Matthew Eshleman (@eshlemanmatthew) 's Twitter Profile Photo

I love TDD for firmware. Just gives me confidence. Confidence to ship code. Confidence to refactor. Confidence to move forward to the next feature, knowing that I've protected myself from myself.

Matthew Eshleman (@eshlemanmatthew) 's Twitter Profile Photo

too funny. wrote a small interactive cli for some hardware engineering tests. Informally, without unit tests (bad boy). Then the HW eng wanted more complex behavior. I decided to add the cli to some unit tests. Refactored out the hardcoded stdout/stdin, move to dependency