GitHub Universe - 3 Key Takeaways by Dakota Kim

GitHub Universe 2023 kicked off with the promise of revolutionizing software development, and it did not disappoint. The first day's keynote laid the foundation for a future where AI does not just assist developers; it becomes an integral part of all coding workflows. The event showcased significant progress in the AI Developer tool space, from the enhanced GitHub Copilot capabilities to a new Copilot Workspace tool able to act as a dedicated pair programmer/second brain in an isolated space.

Read More
Mark Hewitt
Decoupling the View from the Logic: Part 2 of 2 by Julian Flaks

Let us assume we have adopted REST endpoints and utilize a modern SPA. At this point, we might reasonably believe we are done with separation of concerns. The architectural decoupling in RESTful endpoints and a modern front end go a huge distance in separating out the logic, but there are still challenges to face to keep the separation pure. Let’s look at some of them.

Read More
Julian Flaks
PMO Focus | How to Start (or Restart) a Project by Margo Rabchenuk

Starting a project is exhilarating and daunting, and restarting a project can feel uncomfortable and disorganized. The team has an empty backlog or one filled with work that is no longer needed and a general sense of what needs to be done. In the ideal Agile project, a product owner has filled the backlog with comprehensive stories that contain detailed instructions, designs, architecture, requirements, and acceptance criteria.

Read More
Margo Rabchenuk
Navigating the Challenges of Implementing a Shared Component Library for the Enterprise by William Ramirez

implementing an enterprise-shared component library enhances consistency, branding update efficiency, and user experience. By addressing the challenges of a central dependent system and implementing effective governance and documentation practices while carefully managing abstractions, organizations can unlock the full potential of shared component libraries and achieve a unified and user-friendly digital ecosystem.

Read More
Mark Hewitt
Decoupling the View from the Logic: Part 1 of 2 by Julian Flaks

Decoupling the view from the logic in an application is an old concept, and it is a concern which still affects choices in the back end and front end alike. In part 1 of this 2 part article, EQengineered will discuss the big picture and history of this separation; then, in part 2, we will focus on contemporary versions of the same challenge, and especially upon how global state fits into solving this in React and Angular.

Read More