This podcast currently has no reviews.
Submit ReviewThis podcast currently has no reviews.
Submit ReviewWe’re doing a water cooler talk today. Also, Allen can tell you how not to leak secrets, Michael knows how to work a spreadsheet, and Joe has been replaced by an AGI.
The full show notes for this episode are available at https://www.codingblocks.net/episode208.
docker init
is a tool (in beta) built into the latest Docker Desktop that you can use to get a leg up on your next project. It makes it easy to create docker files with best practices, as well as a docker-compose file to get you up and running. (docker.com)screen
is an open-source powerful terminal multiplexer that allows users to create, manage, and switch between multiple terminal sessions, enabling seamless multitasking and persistent remote connections in a single window.
tmux
is a similar utility that some people prefer (github.com)tmux
vs screen
(stackoverflow.com)We’ve got a new / old opening…Allen goes off / on script? Michael denies Joe the “swing” vote, and Joe is all in on AI assistance
Testing for concurrency issues is hard because it’s non-deterministic – basically you get unlucky due to the timing of things
ALT+TAB
experience on your Mac? Introducing AltTab for Mactab-macos.netlify.app/">https://alt-tab-macos.netlify.app/
What are lost updates, and what can we do about them? Maybe we don’t do anything and accept the write skew? Also, Allen has sharp ears, Outlaw’s gort blah spotterfiles, and Joe is just thinking about breakfast.
The full show notes for this episode are available at https://www.codingblocks.net/episode206.
/chatgpt summarize
(salesforce.com)There’s this thing called ChatGPT you may have heard of. Is it the end for all software developers? Have we reached the epitome of mankind? Also, should you write your own or find a FOSS solution? That and much more as Allen gets redemption, Joe has a beautiful monologue, and Outlaw debates a monitor that is a thumb size larger than his current setup.
If you’re in a podcast player and would prefer to read it on the web, follow this link:https://www.codingblocks.net/episode205
Ever wonder how database backups work if new data is coming in while the backup is running? Hang with us while we talk about that, while Allen doesn’t stand a chance, Outlaw is in love, and Joe forgets his radio voice.
The full show notes for this episode are available at https://www.codingblocks.net/episode204.
eval $(minikube docker-env)
it to proxy docker to your local machine so you can just docker builder prune
(and any other docker commands) without the shell. (minikube.sigs.k8s.io)It’s time we learn about multi-object transactions as we continue our journey into Designing Data-Intensive Applications, while Allen didn’t specifically have that thought, Joe took a marketing class, and Michael promised he wouldn’t cry.
The full show notes for this episode are available at https://www.codingblocks.net/episode203.
BEGIN TRANSACTION
and COMMIT TRANSACTION
are part of that transaction.We decided to knock the dust off our copies of Designing Data-Intensive Applications to learn about transactions while Michael is full of solutions, Allen isn’t deterred by Cheater McCheaterton, and Joe realizes wurds iz hard.
The full show notes for this episode are available at https://www.codingblocks.net/episode202.
docker builde
r is a command prefix that you can use that specifically operates against the builder. For example you can prune the builder’s cache without wiping out your local cache. It can really save your bacon if you’re working with a lot of images. (docs.docker.com)hilleer.yaml-plus-json
or find it on GitHub. (GitHub) Michael spends the holidays changing his passwords, Joe forgot to cancel his subscriptions, and Allen’s busy playing Call of Duty: Modern Healthcare as we discuss the our 2023 resolutions.
The full show notes for this episode are available at https://www.codingblocks.net/episode201.
curl https://www.codingblocks.net | code -
We step back and look at how things have changed since we first started the show while Outlaw is dancing on tables, Allen really knows his movie monsters, and Joe’s math is on point.
The full show notes for this episode are available at https://www.codingblocks.net/episode200.
We talk about career management and interview tips, pushing data contracts “left”, and our favorite dev books while Outlaw is [redacted], Joe’s trying to figure out how to hire junior devs, and Allen’s trying to screw some nails in.
The full show notes for this episode are available at https://www.codingblocks.net/episode199.
Why don’t companies want junior developers?
How long do you need to stay at a job?
Data Contracts..moving left?
Most impactful books we’ve covered on the show
How do you prepare to interview for a company?
How do you decide when to bring in new tech?
This podcast could use a review! Have anything to say about it? Share your thoughts using the button below.
Submit Review