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
A Two-Perspective Approach to Reverse Engineering by Julian Flaks

Opinions are divided on reverse engineering a legacy solution; some point to all the challenges and declare it the wrong approach, while others recognize that sometimes that is the requirement, and what remains is to mitigate the risks and apply the best methodologies towards getting the job done.

One methodology EQengineered has found to be especially effective is a “two-perspective” approach.

Read More
Julian Flaks
React Code Characteristics (part 2 of 2 of an Angular/React Comparison) by Julian Flaks

Surveying the types of complexity and maintenance situations does not necessarily help decide a "winning" framework, but culturally may be a good clue as to what will and will not start to be annoying and counterproductive for particular engineering teams or applications.

In both cases, diligence with code maintenance and layout, DRY approaches and above all, using the framework along the patterns it is designed for, help to achieve a codebase which teams can still enjoy developing for years to come.

Read More
Julian Flaks
Modern Trends in Data Science and ML—Learnings from ODSC East 2023 by Ranjan Bhattacharya

Several senior developers from EQengineered had the opportunity to attend the Open Data Science Conference, East (ODSC-East) 2023. The conference brought together some of the leading experts and practitioners in the fields of artificial intelligence (AI) and machine learning (ML). The conference featured dozens of talks covering a wide range of topics, from technical challenges to ethical implications to real-world applications of AI and ML. This post will highlight some of the key themes and insights from the conference, and how they reflect the current trends and future directions of AI and ML.

Read More
Guest User