Oh boy. The paragraph about falling in love with the solution over the original problem. šÆ Iām could be so much better at this.
https://leaddev.com/technical-decision-making/accentuate-negative-making-non-perfect-decision
Oh boy. The paragraph about falling in love with the solution over the original problem. šÆ Iām could be so much better at this.
https://leaddev.com/technical-decision-making/accentuate-negative-making-non-perfect-decision
goodnight sweet prince pic.twitter.com/6ZZFZcnKnl
ā everest (@everestpipkin) April 3, 2021
Folks! Please a send me your favourite articles, videos, and books on automated e2e browser testing. Iām particularly interested in the practice and architecture of a comprehensive e2e testing platform. Thankssss š šāāļø ā
The serenity prayer applied to engineering projects. šÆ
https://leaddev.com/productivity-eng-velocity/mapping-immovable-objects-engineering-projects
Really excellent article by @whereistanya@twitter.com on, well, being kind, particularly in tech. Soooo many ways I need to be better at this stuff. š
What is your history of text editors/IDEs?
ā Brad Traversy (@traversymedia) March 13, 2021
I know Iām missing some, but mine over the course of 14 years...
- Dreamweaver
- Netbeans
- Notepad++
- Brackets
- Sublime Text
- Atom
- VS Code
Today I'm working at the office for the first time since May 2020. I'm suddenly aware of how much I talk to myself while I work.
I've used the same comment to approve PRs in every company I've worked for since 2009. It conveys nicely how I feel about a job well done. Thank you little snippet.
āØāØāØāØšš WUNDERBAR! ššāØāØāØāØ
š¤Æā¤ļø
The way daft punk flipped the sample for one more time is still so crazy to me pic.twitter.com/WIbKWKa1CD
ā Neh (@NehhLmao) February 22, 2021
TIL calling RegExp.prototype.test
multiple times can return different results when the regex is a global one. š¤Æ
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/test

The test() method executes a search for a match between a regular expression and a specified string. Returns true or false.
developer.mozilla.org