Software Development

Sort by:

GitHub Copilot with Joseph Katsioloudes

GitHub Copilot is an AI tool developed by GitHub and OpenAI to assist software developers by autocompleting code. Copilot kicked off a revolution in software engineering, and AI

Micro-Frontends with Luca Mezzalira

When you visit a web page, the creator’s intent is to present you a seamless experience that fills your browser window.  That web page or web application is generally divided up in

Understandable Software with Kartik Agaram

Many software projects run the risk of evolving over time to a complex state that is inhospitable for new contributors to join.  This is a dangerous place for a company to be.  Either

Walking the Wire: Mastering the Four Decisions in Microservices Architecture

credit: Wiros from Barcelona, Spain This post was originally written by Srinath Perera on Medium. Reposted with permission. Microservices are the new architectural style for building

The Design of Functional Programs

Featured Image Credit Functional programming can provide an excellent alternative for developers looking to write bug-free, scalable code. In this episode of Software Engineering Daily,