Tag: software-engineering
All the articles with the tag "software-engineering".
-
Outpost Design Pattern: Managing External Dependencies with Grace
Explore the Outpost Design Pattern - a powerful architectural approach for managing external dependencies, APIs, and third-party integrations in modern software systems
-
Sentiment Analysis using VADER in JavaScript
A simple implementation of VADER sentiment analysis in JavaScript with an interactive demo. Learn how to analyze text sentiment using the VADER lexicon and rule-based approach.
-
TSP Algorithm: Solving the Traveling Salesman Problem with Genetic Algorithms
Implementing a genetic algorithm solution for the Traveling Salesman Problem using JavaScript and Web Workers for parallel processing.
-
Design Patterns in Practice: Singleton and Observer with a Lucky Dip Machine
A practical implementation of Singleton and Observer design patterns using a real-world arcade Lucky Dip Machine example in Java.