Hey Thanks!

Welcome to the club. We’ll be sending you valuable resources and insights from time to time. Enjoy!

Streamlining Infrastructure Management: The Power of Pulumi 1720 1000 ELVT Consulting

Streamlining Infrastructure Management: The Power of Pulumi

By: Alex English Here at ELVT, we run many projects in the cloud each with many environments, which requires a great deal of infrastructure. In order to manage this in a sane way, we use automated infrastructure provisioning. Without it,…

Navigating App Development in an Uncertain Economy 1720 1000 ELVT Consulting

Navigating App Development in an Uncertain Economy

By: Kevin Schreck There’s no doubt that current economic conditions have created headwinds for nearly every facet of our lives. This becomes even more pronounced when looking at the prospect of large development expenditures that may or may not have…

Web App? Mobile App? Both? 1720 1000 ELVT Consulting

Web App? Mobile App? Both?

By: Kevin Schreck We live in a very mobile world these days and being able to navigate that space is vital to the success of your business. But with various options, what makes the most sense for your specific situation?…

Web App Development Commonly Asked Questions 2240 1260 ELVT Consulting

Web App Development Commonly Asked Questions

By: Kevin Schreck One of the great things about being in the tech development business is that we get the opportunity to work with a wide array of industries and an even wider array of people. It’s an exciting process…

How to Design a Robust API 1720 1000 ELVT Consulting

How to Design a Robust API

By: Daniel Ors, Gabe Martinez In this guide, we will walk through how to go from the need for an API, through its design and documentation, and to its subsequent implementation. This is an entry in our API Design and…

API Design – Attributes of a Quality API 1920 1080 ELVT Consulting

API Design – Attributes of a Quality API

By: Daniel Ors, Gabe Martinez Series Introduction An essential aspect of our massive software world is collaboration. Everything from open source software communities, product integrations, and even microservice communications require collaboration to be successful. Software, and its continued development, rely…

Designing with Grids 1500 844 ELVT Consulting

Designing with Grids

By: Dimitri Tenke Fokoua, Siva Nammi Designing a whole web page or sometimes just an input field can be very challenging depending on the approach we take. In today’s development world, and in the frontend in particular, everything can be…

The Importance of Certificates in Modern Application Development 1500 844 ELVT Consulting

The Importance of Certificates in Modern Application Development

By: Jeff Sugden, Heber Lemus Certificates are used everyday by our computers. They function similarly to our ID cards providing proof of who we are supported by technology that weeds out fakes. Certificates are the way computers and servers announce…

Dockerizing a Ruby on Rails Application 1500 844 ELVT Consulting

Dockerizing a Ruby on Rails Application

By: Alex English, Jaehyuk Lee What are Containers? Docker containers are lightweight packages that include a minimal operating system (much like a virtual machine) and any associated software that has a specific purpose. Typical containers include API Servers, Frontend (web)…