About me
Hey. My name is Eike and I’m a software engineer that is keen to develop new software and I’m always looking for improvements.
On this website (and the subsequent pages), I try to give insights into things I’ve learned recently and challenges I faced during developing my various applications.
I’m open to all sorts of feedback and critics.
Following, you’ll find some posts that explain different stuff such as my CORS issues or the deployment of a react app to a static web host. Note that these are my personal experiences with the different technologies and challenges, I’ve faced. The posts are under regular changes since I’m learning new stuff every day.
Projects
Current Projects, I’m working on
From simple Android App to complex websites, I’ve developed a lot. I’ve started with an Android App for the Rules of Bathing, developed a live-scoreboard for my badminton club, and now developing a complex time-tracking tool for everyone.
Explore My Blog
Cookies – Delicious and useful to store data
Cookies are necessary to store data on a website, e.g., a JWT to validate that the user is who[…]
CORS – Cross-Origin Resource-Sharing is my best friend
Deploying the backend separately from the frontend (on different servers) has to deal with CORS, the Cross-Origin fun. Personally,[…]
Deploy react app on static web host
Deploying a react app is an important step to get your frontend / backend to the your customers. The[…]