Skip to main content

Faster MySQL Imports

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· One min read
Stephan Hochdörfer
Head of IT Business Operations

Importing larger database dumps can take a while, especially when foreign key checks are enabled. This slowdown happens because each foreign key reference must be verified by the database server.

Full stack JavaScript

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 3 min read
Hagen Morano
Specialist Software Developer

Over the last years, there have been many exciting achievements in the JavaScript ecosystem. One of the most exciting is the development of full-stack JavaScript frameworks. Next.js is a good example of such a JavaScript framework using React under the hood.

Code with me

This blog post might be outdated!
This blog post was published more than one year ago and might be outdated!
· 7 min read
Holger Dörner
PHP Developer & Chapter Lead

Everybody knows the scenario: You are sitting in front of a programming task but the right solution will not come into mind or a colleague is asking for Your support. Now You sat down and discussed about the Problem and the possible alternative solutions, after all the colleague who could save the day was only a few desks away.