Tag: software-engineering
All the articles with the tag "software-engineering".
-
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.
-
k-Nearest Neighbour on Maps
Explore k-Nearest Neighbour queries using Voronoi diagrams with interactive D3.js visualizations. Learn how to find the closest points and neighboring regions on maps.