Home Building

Home Building Join me in spring for a workshop

🏡✨ The bottom “before” photo shows the build in progress—framers setting roof sheathing, ladders leaning against the wra...
11/30/2025

🏡✨ The bottom “before” photo shows the build in progress—framers setting roof sheathing, ladders leaning against the wrapped walls, porch beams going up, and piles of lumber spread across the dirt beside the silo and red barn. In the top image, the transformation is complete: a charming light-blue farmhouse with a metal roof, wide front porch, neat landscaping, fenced green pasture, and a truck parked in the gravel drive, proving how vision, hard work, and teamwork can turn an empty field into a peaceful country home. 🌾

From open field to finished farmhouse surrounded by golden crops 🏡✨ The bottom photo shows the build in action—crew memb...
11/30/2025

From open field to finished farmhouse surrounded by golden crops 🏡✨ The bottom photo shows the build in action—crew members setting roof trusses, wrapping the walls, and lining up stacks of lumber, bricks, and a concrete mixer as the new home rises beside the silo and barns. The top photo reveals the completed house with a bright red metal roof, clean white siding, cozy front porch, neat garden beds, and a gravel driveway leading through the wheat fields, proving how planning, hard work, and teamwork can turn a bare farm lot into a warm family home at sunset. 🌾

From blueprint to barn-side beauty 🏡✨ The lower photo shows the home mid-construction, with workers studying plans, roof...
11/30/2025

From blueprint to barn-side beauty 🏡✨ The lower photo shows the home mid-construction, with workers studying plans, roof trusses going up, house wrap on the walls, and stacks of lumber spread across the gravel driveway beside the classic red barn and open pasture. The top photo reveals the finished white farmhouse with a sleek metal roof, columned front porch, neat landscaping, and cattle grazing in the distance—proof that patience, planning, and teamwork can turn a busy job site into a peaceful country dream home. 🌾

From muddy jobsite to peaceful lakeside retreat 🌅🏡 Every board was worth this view.
11/28/2025

From muddy jobsite to peaceful lakeside retreat 🌅🏡 Every board was worth this view.

From studs to sunset views in the cornfield 🌽🏡 Loving every step of this farmhouse build.
11/28/2025

From studs to sunset views in the cornfield 🌽🏡 Loving every step of this farmhouse build.

From empty lot to forever home 🏡✨ Watching this farmhouse rise from the ground is the best kind of progress.
11/28/2025

From empty lot to forever home 🏡✨ Watching this farmhouse rise from the ground is the best kind of progress.

07/14/2025

The Details Matter: A Critical Look at Rebar Stirrup Placement

In reinforced concrete, strength lies in the details, and this image highlights a crucial one: the placement of stirrup hooks in a beam.

Stirrups (the purple ties in this diagram) are essential. They resist shear forces and confine the main longitudinal bars, preventing them from buckling under load. The 135-degree hooks that close the stirrup are critical for providing proper anchorage, especially during a seismic event.

The Pro-Tip:
This image shows the hooks of consecutive stirrups all aligned in the same corner. While this is common, best practice—and a requirement in many building codes, especially for seismic zones—is to alternate the position of the hooks.

For example, the hook on the first stirrup might be in the top-left corner, the next in the top-right, the one after in the bottom-right, and so on.

Why alternate?
Alternating the hook locations prevents the creation of a single potential plane of weakness along the length of the beam. It ensures the concrete core is confined more evenly and improves the overall structural integrity and resilience. It's a small detail that makes a huge difference in safety and quality.

07/14/2025

Understanding Key Structural Elements of a Building: Foundation to Bond Beam

This image is a clear 3D diagram illustrating fundamental structural components of a building, particularly focusing on the connection between the foundation, columns, and masonry walls. It's an excellent visual aid for understanding how these elements work together to create a stable structure. The watermark "Arq Edith Morales" indicates the architect or source of this educational content.

The diagram labels and explains several crucial parts:

- Zapata (Footing): The wide, reinforced concrete base at the bottom, which distributes the building's load over a larger area of soil.
- Armado (Reinforcement/Rebar Cage): This points to the steel reinforcement bars (rebar) that are typically pre-assembled into cages before being encased in concrete, visible within the footing and column.
- Columna (Column): The vertical structural element, made of reinforced concrete, designed to transfer loads from the upper parts of the structure down to the foundation.
- Muro Enrase (First Course/Base Wall): This refers to the initial courses of masonry (brick or block) built directly on top of the foundation or grade beam.
- Refuerzo Horizontal (Horizontal Reinforcement): This indicates horizontal steel bars placed within the masonry walls, often in horizontal bond beams or bed joints, to provide additional strength and resistance against cracking and lateral forces.
- Cadena (Bond Beam/Tie Beam): A reinforced concrete beam (often at the top of a wall or at floor levels) that ties together the vertical structural elements (columns and walls), providing rigidity and helping to distribute loads uniformly. It acts as a continuous tie around the perimeter of the building or section.

The image effectively demonstrates how these individual components form a cohesive structural system, from the ground up, providing stability and strength to the building.

Absolutely loving the stunning natural layers in these rammed earth walls! ✨ It's amazing to see the unique patterns cre...
06/24/2025

Absolutely loving the stunning natural layers in these rammed earth walls! ✨ It's amazing to see the unique patterns created by this sustainable building technique come to life. What a beautiful way to build!

What a fascinating juxtaposition! A beautiful stone structure, topped by a curious rooster, alongside the intricate arch...
06/24/2025

What a fascinating juxtaposition! A beautiful stone structure, topped by a curious rooster, alongside the intricate architectural details of its construction. It's a blend of natural beauty and meticulous design.

What a cool architectural model! This looks like a study in rammed earth construction, showcasing how the layered walls ...
06/24/2025

What a cool architectural model! This looks like a study in rammed earth construction, showcasing how the layered walls integrate with other structural elements. Love seeing the detail in material exploration. ✨

Absolutely captivated by the natural beauty and unique layered texture of this rammed earth wall! Each stratum tells a s...
06/24/2025

Absolutely captivated by the natural beauty and unique layered texture of this rammed earth wall! Each stratum tells a story. What an incredible way to bring organic warmth and sustainable design into architecture. ✨

Address

3485 Lee Avenue
Jersey City, NJ
08052

Website

Alerts

Be the first to know and let us send you an email when Home Building posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });