Toggle navigation
TWunroll
TWunroll
faq
Contact US
Oliver Jumpertz
oliverjumpertz
Machine Learning and Data Science in ... JavaScript?!Yes, that's possible. Python is not the only language that you can use to do that.And here are some JavaScript libraries that will
Read more
What actually is a good software project to showcase your abilities for potential employers?How far should you go?How perfect does it really need to be?Let's take a look at it
Read more
I'm not an HR pro, but I take part in the hiring process, look at CVs and lead interviews with candidates.Let me give you some advice on your CV, especially
Read more
"What is your current salary" is one of the most common questions you'll be asked in an interview.But you should never answer this question and be ready to accept they
Read more
The moving average is a calculation to analyze data by creating a series of averages (from subsets ) of it.Especially in finance, the moving average is used a lot to
Read more
The Abstract Equality Comparison Operator, a.k.a. == in JavaScript is some of the "weirder" things the language has to offer.Simply take a look at the examples and you'll be like
Read more
AWS Lambda recently added container support.We're going to look into what this offer actually includes and how we could build a containerized Lambda function ourselves. Start your IDEs and open
Read more
AWS Lambda is an awesome offering. You provide the code, AWS handles the infrastructure and execution for you.But where is your code actually executed? How does AWS do it?I recently
Read more
What actually is a Pod in Kubernetes?If you ever read at least a little about Kubernetes or followed a simple tutorial, you must have come across the term "Pod".In case
Read more
Kubernetes vs Serverless offeringsWhy would you need Kubernetes when there are offerings like Vercel, Netlify, or AWS Lambda/Amplify that basically manage everything for you and offer even more?Well, let's try
Read more
A gentle introduction to Kubernetes (short: K8s)You might have heard the name Kubernetes already and can't really imagine what it is, or you've already heard about it but still need
Read more
The Singleton PatternThe singleton pattern is a software design pattern.You can also call it the Highlander Principle: There can only be one!But don't expect epic fights with swords and beheadings,
Read more
‹
1
2
3
›
By continuing to use the site, you are consenting to the use of cookies as explained in our
Cookie Policy
to improve your experience.
I agree