Lars Wächter

Lars Wächter @larswaechter

About: 25 | CS Student | Software Engineer

Location:
Germany
Joined:
May 30, 2017

Lars Wächter
articles - 19 total

Solving Peg Solitaire using Backtracking

Solving the Peg Solitaire puzzle game using backtracking in Kotlin.

Learn More 10 0Jan 10 '23

Writing & organizing Node.js API Tests the right way

An architecture for writing and organizing your Unit & Integration Tests for Node.js REST APIs using Jest, Supertest & Chai.

Learn More 17 0Nov 22 '22

Using MySQL in Node.js with TypeScript

Improve your programming experience in Node.js by using typed SQL queries.

Learn More 49 0Jul 7 '22

Recognizing hand drawn Doodles using Deep Learning

Building a convolutional neural network using Keras, Tensorflow and Google's Quick, Draw! dataset to recognize hand drawn images

Learn More 24 0Apr 3 '22

Why and How to learn Programming

Why you should consider learning how to programm and how to get started the right way.

Learn More 9 0Feb 28 '22

Improving Minimax performance

10 techniques for improving the Minimax algorithm's performance

Learn More 13 0Dec 23 '21

How I structure my React projects

A React folder structure that fits my needs. Structuring and organizing React applications.

Learn More 558 41Aug 31 '21

Database seeding in Node.js

Seed your MySQL database with dummy data using Node.js.

Learn More 147 7Aug 21 '21

Zobrist Hashing

What it’s good for and how it’s calculated by the example of tic-tac-toe

Learn More 6 0Aug 2 '20

Setting up a MySQL container in Docker

This post was originally published on my blog. Docker is a term you might already have heard or...

Learn More 12 0Apr 5 '20

Increasing your productivity with Telegram and Node.js

This article was originally published on Medium. Some time ago I searched for an easy way to...

Learn More 66 0Mar 1 '20

Unit Tests for Node.js APIs built with TS, Express.js and TypeORM

This post was originally published on my blog. Some days ago I wrote an article about how I...

Learn More 24 2Jan 8 '20

How do you start your working day?

For me it's almost everyday the same: Starting the computer Preparing my breakfast (oats most of...

Learn More 8 9Jul 12 '19

Path aliases with TypeScript in Node.js

Including path aliases in a TS Node.js project

Learn More 233 34Feb 6 '19

How I structure my REST APIs

This post was originally published on my blog. When I started using Node.js for building REST...

Learn More 161 19Oct 3 '18

Job != 'Software Developer' - What else?

Before I decided to become a Software Developer I thought about different job alternatives if my...

Learn More 14 6Dec 6 '17

Dealing with lists in Javascript - Listing.js

JS Library for working with lists

Learn More 17 6Oct 14 '17

Sending daily live data to your phone automatically

Daily push messages including live data for your phone

Learn More 13 4Jul 30 '17

Best way to output HTML in Ajax reponse

Scenario: You send an Ajax get request to your server and you expect to print something in...

Learn More 21 4Jun 3 '17