by ray | Mar 3, 2023 | CSS
The history For a long time, web developers have had to rely on obscure CSS tricks to embed responsive YouTube videos on their website. If you’ve ever had to do this yourself, you probably relied on a trick similar to this: .video-container { position: relative;...
by ray | Mar 3, 2023 | Ruby on Rails
Ruby on Rails provides developers with an excellent ecosystem for developing high-performing web applications. It’s reliable, fast, and supported by a huge community of talented Ruby on Rails developers. Many brands have leveraged this technology in most of their web...
by ray | Mar 2, 2023 | Gitlab
A little while back I wrote about the future of the GitLab Web IDE and our decision to rebuild the Web IDE on top of the open source VS Code project. Our goal: To make it simple for anyone and everyone to contribute, regardless of their development experience. Today,...
by ray | Jan 4, 2023 | Helm, Kubernetes
Introduction Helm is a Kubernetes deployment tool for automating creation, packaging, configuration, and deployment of applications and services to Kubernetes clusters. Kubernetes is a powerful container-orchestration system for application deployment. There are...