Scripting Development Environment Setup with tmux

Scripting Development Environment Setup with tmux

Rachel Walker Articles, Development Technologies & Tools, Programming, Tutorial Leave a Comment

Recently, I found myself in a position that developers often face – setting up a complicated local development environment.

My mission: get 8-10 local services up and running using a variety of technologies to test my code prior to merging to a shared environment. Armed with several outdated READMEs, my terminal, and some dire warnings about which services would likely crash my machine, I dove in.

The following blog is my story of writing scripts that utilize tmux to impose some order on the setup process.

Cloud Native & Microservices Readiness Assessment

Lauren Fournier Bogner Application Rewrite, IT Strategy, Manufacturing, Industrial & Supply Chain, Modernization, Transportation & Logistics

The project included an assessment of an existing monolithic application and recommendations for modernizing it to achieve the goals of the initiative—mainly a cloud-first, performant, and microservices-based implementation. Specific technology suggestions were proposed in addition to the reasoning behind each recommendation. While proprietary details cannot be shared, generalized takeaways are included. Client Consulting Relationship The client was a global leader …

[Video] Data Mining/Science: Supervised Time-Series Model

Keyhole Software Development Technologies & Tools, Educational Event, PostgreSQL, Python, Videos 1 Comment

In this video, Alex presents an introduction to data science “big ideas” relevant to the model, an explanation of its data modeling process, and a demonstration of the real-life machine learning solution implemented with Python, Postgres SQL, and H2O (an open-source machine learning algorithm). Multiple data sources and technologies were combined to create an accurate model that allows farmers and recreationists to make actionable insights about the future. A few questions and answers round out the discussion.

Data Science / Data Mining: Supervised Learning Time-Series Model

Data Science / Data Mining Supervised Learning Time-Series ModelHome→Search ResultsThis 42-minute video provides a technical breakdown of a supervised learning time-series model that uses data science to make predictions of the daily water flow of the Norfork River.RecordingThe recording was taken at a Keyhole Software Employee Lunch & Learn in May 2022. There are other applications of data science and …

VS Code’s Development Container: A Stepping Stone To IaC

Luke Patterson Articles, AWS, Cloud, Development Technologies & Tools, DevOps, Python, Tutorial Leave a Comment

In this post, l explain how we used Visual Studio Code’s Development Container feature as a stepping stone in our long-term effort to achieve Collaborative Infrastructure as Code. This one step in the process gave a versioned, repeatable working environment and allowed us time to determine the next steps in the effort to achieve IaC.