Part 4: Dovetail Tenons for the Tie Beams
Part 3: Joinery for the Upper Section of the Four Corner Posts
Part 2: Cutting the Timber Frame Joinery for the Floor Joists of the Tiny Timber Frame
Part 1: Cutting the Timber Frame Joinery for the Floor Sills of the Tiny Timber Frame
Tiny Timber Frame Intro
Abstractions and Vacations
Abstraction can be hard to define, but I believe it is a very important skill for developers to hone. I wrote an article detailing my experience with abstraction on the Zaengle blog and here are a few of the high points:
Abstraction is a kind of organization accomplished by delegating responsibilities and information so that each segment isn’t overwhelmed or doing more than its fair share.
Another benefit of abstraction is the freedom it gives to change the internals of a section of code without the fear of breaking larger application logic. If feature A is given input and returns specific output, does it really matter what happens while the logic is inside feature A? That gives me the freedom to design and adjust over time.
Abstraction is a dangerous tool if wielded improperly. A bad abstraction can keep you hopping back and forth in a codebase, scratching your head saying, “Where does this thing happen?
Deploying a Nuxt Universal App to Vercel
A great explanation of how to deploy a Nuxt SSR app on Vercel with a bonus of showing when to use devDependencies versus dependencies in your package.json file.
Page 1 of 5 (45 total entries)