HomeAboutBlogProjectsContact

Blog

Some of the blogs are from work and some are on my own time.

Oct 17, 2024
75

Why No-Code/Low-Code is Taking Off and Transforming Development

In recent years, no-code and low-code platforms have emerged as game changers in the development landscape, attracting attention from both developers and businesses. This post explores the reasons behind their growing popularity and examines how these tools are reshaping software development practices. Join us as we delve into the latest trends and their impact on modern development workflows.

Read more →

Oct 16, 2024 66

Low-Code Solution For Deployments - Next.js + Netlify + Decap CMS

Explore how low-code solutions like Netlify and Decap CMS are revolutionizing front-end development. This guide demonstrates a streamlined approach to setting up and deploying a blog with minimal configuration, allowing developers to focus on building rather than troubleshooting dependencies. Discover the benefits of embracing no-code/low-code tools for faster, more efficient project execution.

Oct 14, 2024 59

Polymorphic Associations vs. Join Tables, Enums, and Type Columns in Rails: A Complete Guide

This guide compares polymorphic associations, join tables, enum columns, and type columns in Rails, outlining their use cases and trade-offs. We focus on when to use each approach and provide an example of polymorphic associations for media attachments.