-
Die Zukunft der Arbeitswelt: Chancen und Herausforderungen durch KI
Die Arbeitswelt wandelt sich durch KI: Prozesse werden automatisiert, Arbeitsplätze ersetzt und neue Chancen entstehen. Dieser Artikel beleuchtet, wie KI die Arbeitswelt verändert und welche Chancen und Herausforderungen sich daraus ergeben.
-
Daily AI News GitHub Action With Langdock API
Ich wollte etwas Produktives mit der Langdock-API in einem GitHub-Action-Workflow machen. Da ich mich für Neuigkeiten rund um KI interessiere, habe ich beides einfach verbunden, um KI-generierte Artikel für meinen Blog erstellen zu lassen.
-
SQL Workshop
Because of security issues I did a very small SQL workshop in my company focused on SQL Injections.
So I explain them what they are, what the issues are and how to ensure not having any issues with them. Also some more topics in a rough walkthrough like proper database design and some best practices.
-
Semicolons in JavaScript are optional?
I won’t make a suggestion for this nearly religion discussion using or omitting semicolons in JavaScript. But I experienced they are not always optional and omitting them can result in errors. So I will describe these scenarios and the workarounds.
-
Knex vs alternatives
Working in code with a relational database can be done in different abstraction forms from writing SQL queries over using a query builder to completely abstract the type of the database by using an ORM. But it’s not only querying a database, also migration scripts needs to be defined and managed.
So let’s have a critical look at knex, where is it worth to use, where not and what are the alternatives.
-
Durations - Avoid numbers without the format
Durations are easy to understand. They are the timespan between two timestamps. But they are hard to manage, because different APIs need different formats: milliseconds? seconds? Also they should be human readable.
-
async behavior in JavaScript
Understanding the async behavior is one of the largest milestone in learning JavaScript. I will give you a very first overview what it is.
-
AI first @ maxdome
Google ushered a new era with AI first last year. So we started preparing us for this future with a lot of PoC’s (= proof of concepts). I will describe a few of them to give you an overview about AI in general, Alexa and Google Assistent in particular.
-
One logo to rule them all
Logos are needed in different formats and sizes: Apple touch icons, favicon and much more. And maybe they are needed in several projects.
-
TypeScript and Performance: Monomorphic vs Polymorphic Code
In one of my latest tech talks I said “TypeScript can increase the performance of the application”. There comes the question “How can this works, TypeScript gets transpiled into normal JavaScript”. Thats true, but using TypeScript helps to write better performing JavaScript.
-
Preloading assets into the cache for subsequent pages
In some scenarios (e.g. having a landing page with the login to the client) the assets needed for subsequent pages are known, can preloaded into the cache and speeds up their first page view.
-
Node.js clustering in multi CPU environments
Node.js is single threaded. To use the capacity of multi CPU environments clustering is needed. There are solutions already available, so just have a quick look at one of them.
-
Split configuration and code
Applications needs configuration depends on the environment, e.g. the credentials of a database. Lets have a look at different approaches solving this requirement, their pros and cons.
subscribe via RSS