Author: drweb

Here is a situation most engineering leaders recognize. You roll out AI coding tools. Features ship faster. Developers are more productive. Then, a few months in, you realize something unexpected: the engineers you most wanted to free up are busier than ever. They are reviewing PRs, firefighting regressions, juggling a dozen half-shipped features and the edge cases that came with each one.AI made them more efficient. It also made them ten times more busy.The bottleneck did not disappear. It moved. And it moved to exactly the place most teams are least equipped to handle quickly: verification.This is the problem that…

Read More

IntroWe are looking for a VP ready for their next adventure. You would be in charge of leading a highly skilled group of directors who in turn lead teams of Laravel experts in our fully remote and growing team. Do you have the skills to easily fill in for either our Laravel Director and Director of Devops and Security? Do you have the skills to step into the coding itself but excited to still lead the vision from a VP responsibility?Position SummaryThe Vice President of Internal Systems owns the internal facing technology function that powers Direct Meds. This role is responsible for…

Read More

Job DescriptionWe are looking for Laravel experts to join our fully remote and growing team. This specific position is a director seat for some internal facing applications.​A Director owns the execution of one cluster. You run the systems the department is built on, manage the people inside your area, and you’re the first to see (and name) when something is off.If you are interested and ready to lead a team living and breathing Laravel, we would love to have you apply.Position Summary1. You make the calls in your cluster. Real authority comes with the seat. If you’re reaching for the phone…

Read More

Amazon Web Services (AWS) today made available a preview of an artificial intelligence (AI) agent that has been trained to continuously modernize codebases.Announced at the AWS New York Summit, the AI agent is being embedded into AWS Transform, the application modernization service AWS launched last year.Sriram Devanathan, director of AWS Transform, said the autonomous AI agent added to the service will, unlike existing agents, asynchronously execute tasks such as remediating code or analyzing technical debt.AWS Transform automatically scans your code repositories against configurable baselines and generates findings in hours. Policies for detecting end-of-life dependencies, deprecated frameworks, and other common sources…

Read More

Job DescriptionWe are looking for Laravel experts to join our fully remote and growing team. – Design and maintain the agent lifecycle: initiation, context gathering, decision-making, escalation, and workflow completion.- Implement the logic and steps agents follow: validation, routing, lookups, tool calls, escalations, and end-states.- Develop and refine LLM-assisted workflows to ensure predictable and safe agent behavior.- Build and tune retrieval (RAG) over our knowledge bases and evaluate grounding quality.- Integrate agents with internal and external systems (internal APIs, messaging/telephony, and the AI gateway).- Implement guardrails, safety rules, fallback logic, and human-handoff behavior.- Build observability around agent behavior: logs, state…

Read More

Amazon Web Services (AWS) today previewed a release management capability for the artificial intelligence (AI) agent it developed to automate DevOps workflows.Announced at the AWS New York Summit, the latest release of the AWS DevOps Agent makes available in preview an updated version of the AWS DevOps Agent that can now review and test code changes to evaluate their readiness to be deployed in a production environment.Rather than running a static test suite, the agent reasons about what the change does and constructs tests tailored to it, covering functional correctness, behavioral regressions, and integration scenarios that a manual test might…

Read More

Job DescriptionAs a Senior DevOps Engineer, you will be the operational architect responsible for setting the standards and owning the reliability of our core infrastructure. This role requires deep technical mastery paired with strong leadership to elevate best practices across multiple teams.If your passion is building highly available, scalable cloud ecosystems, and mentoring engineers to become platform experts, we want to talk to you.Your Key Areas of Ownership:- Own the entire lifecycle of our AWS environment. We need deep expertise in using Terraform not just for provisioning, but as the single source of truth for everything feasible.- Architect and maintain…

Read More
SQL

I was messing around with SQLCMD and I realized something I hadn’t known. I’ve never tried it, but the batch separator has to be separate, which I’ll show.Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers.The Batch TerminatorThe default batch terminator in SQL Server tools is “GO”. We tend to use this in SSMS, and many of us know to type this in SQLCMD when we use it. In SSMS, we sometimes need it. Here’s an example where I create a proc and add a RETURN, which some…

Read More
PHP

News Every developer has tools they rely on daily. The workflows they’ve built around them, the ways they’ve learned to move faster, debug smarter, and write better code – that kind of hands-on experience can be hard to put into words. We’re collaborating with LinkedIn to make it easier for you to showcase your expertise with JetBrains IDEs on the world’s largest professional network. You can now connect your IDE to LinkedIn and let your real tool usage speak for itself. Connect your IDE IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, Rider, GoLand, CLion, RustRover, and RubyMine are already supported via a…

Read More

The term web server refers to both hardware and software, but for this guide we focus entirely on the software side: how to host a website on your Linux system using Apache, MariaDB, and WordPress. A web server is a software program that receives and responds to client requests via the HTTP/HTTPS protocols. Its primary purpose is to display website content which, oftentimes, is in the form of text, images, and video. A web server can either serve static or dynamic content. Static content, as the name infers, refers to content that hardly changes and is bound to remain the…

Read More