
Implementing genetic algorithm in TypeScript
Now when we know the theory, it 's time to write some code.
Now when we know the theory, it 's time to write some code.
Genetic algorithms are a great approach to solve complex, computationally expensive problems. They provide a great approximation in a reasonable time.
Let's explore the topic and understand it's complexity
Keeping project dependencies up-to-date is an important task. Doing it manually is hard and time consuming, so it's better to use tools for that.
Checking code quality before merging the changes back to production branch is crucial. Let's guild a simple CI with GitHub actions.
In this part, we are focusing on adding the missing layout parts and styling the blog
This time we will will set up react testing library with jest to handle unit testing
Let's build a service to provide our blog page with articles from markdown files
Setting up linting tools to keep our code consistent