I'm Leif Sahyun, a Software Engineer at Alegeus and an alum of Worcester Polytechnic Institute (WPI) Class of 2020. I love all kinds of technology, but I am particularly fond of robots and distributed systems. Some of the projects I've worked on in those areas can be found on my academic projects page, and my resume can be found here.
On the academic projects page, you can also find summaries of the two major projects I worked on at WPI, my IQP and my MQP. I traveled to London for my Interactive Qualifying Project (IQP), where I worked on a team to enhance community engagement in the London Borough of Hounslow before, during, and after emergencies. In my Major Qualifying Project (MQP), I worked with a team to design a robotic Firefighting Remote Exploration Device to assist firefighters in exploring dangerous burning buildings.
In my free time, I enjoy hiking, juggling, and tabletop roleplaying games. This site's blog will have mostly tech-y DIY project posts, but if you like D&D or other RPGs, you might want to check out my hobby-oriented blog at maginobi.net.
leif sahyun
- Routing Algorithms for RoboticsIn robotics applications where large numbers of robots work together such as robotic swarms or fleets of warehouse robots organizing pallets, algorithms are needed to efficiently route each robot to its destination. Frequently, these systems are modeled as directed graph networks, with nodes indicating possible robot destinations and edges for viable paths not colliding with… Read more: Routing Algorithms for Robotics
- Why Object Oriented Inheritance Is Bad and How to Fix ItInheritance in object-oriented design can be a useful concept for organizing code and reusing functionality. At its core, inheritance allows a new class to derive properties and behaviors from an existing class which allows reusing functionality without duplicating it. By inheriting from a base class, the subclass automatically gains access to all the parent's public… Read more: Why Object Oriented Inheritance Is Bad and How to Fix It
- Tips For Hosting Node.js Apps With cPanelSetup Guide You can setup Node.js apps through cPanel by going to the "Setup Node.js App" button, clicking "Create Application" and filling out the details there, including application root, url, and startup file. The Application Root tells the server where your application code is stored.The Application Url determines what public url your application will be accessible from;… Read more: Tips For Hosting Node.js Apps With cPanel


