348 followers 0 articles/week
Video: Test Driven Smart Contracts with Solidity and Forge with Roy Osherove

I did a talk about Test Driven Solidity Smart contracts at the Israel web3 developers underground last week. Here’s how it went. Hope you enjoy it!

Fri Mar 24, 2023 00:24
Some opinions about effective software development after 20+ years

This post on hackernews made me write this:Being able to communicate ideas > Being a great technical developer - For every great developer that's an asshole, you can find a great developer that won't be an asshole. Don't keep assholes. Google the "no asshole rule". - Making the team feel safe to discuss stuff they don't know freely and ask questions...

Sun Jan 24, 2021 11:26
SOLVED: Getting Skype for Business to Work on Mac with Virtual Camera

Skype for business… it used to be “acceptable”. These days it’s the notepad of the conferencing world. Skype has recently broken compatibility with Virtual cameras with the new versions of MAC OS, so here’s the trick (based on this forum reply):;TLDR:sudo codesign --remove-signature /Applications/Skype\ for\ Business.app/The Long Version:On Mac OS...

Wed Dec 9, 2020 12:15
Solved - Pihole FTL DB is huge taking too much disk space

If, like me, you’ve also run out of room on your pi-hole running on a raspberry pi, here’s how you can clean up the database (note: all of the logged data will disappear forever!)cd /etc/pihole sudo service pihole-FTL stop sudo mv pihole-FTL.db pihole-FTL.db.old sudo service pihole-FTL start

Wed Nov 18, 2020 18:12
SOLVED - High CPU and Lagging when Screen Sharing in Zoom 2020 Multiple Screens

Sharing here what I’ve learned the hard way. This has now helped me when teaching half day remote classes about TDD:Go into zoom settingsUnder “Screen Share” -> Advanced -> Screen Capture ModeSet Screen Capture Mode to “Legacy”You might also want to set “Limit your screen share to 8 frames per second” but it has worked well for me without it....

Tue Aug 18, 2020 16:27
COVID19: All current online unit testing and TDD training content is free until further notice

OK. We’re all stuck at home (or will be soon). COVID19 is wreaking havoc on our economy and our way of living. It’s pretty intense, but it’s also a time, for those of us who can do it, to grow and learn new skills, get out of our comfort zone and use our time indoors to try to be at least somewhat productive.Here’s my part in helping people stay indoors:...

Thu Mar 19, 2020 18:58

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account