Featured | Featured article

Built-In Functions in Python Programming

Even without integrating an additional module in Python, you have access to a whole range of built-in functions.

Latest Blog Posts

Featured

Built-In Functions in Python Programming

Even without integrating an additional module in Python, you have access to a whole range of built-in functions.

Featured

What Is the Jakarta Persistence API in Spring?

In a Jakarta Persistence application, all types are sourced from the jakarta.persistence package.

Featured

What Is DALL-E?

With the ChatGPT-based tool DALL-E, you have the option for generating images according to your wishes.

Featured

What Is Ethereum?

Ethereum has managed to construct a blockchain that can do much more than just transfer cryptocurrencies between participants.

Featured

How to Get Started with Minikube

A Kubernetes cluster always consists of multiple servers. However, Minikube was developed so that you don't have to set up a server farm to learn K8s...

Featured

Event Processing with Vpython

For event processing, VPython also provides controls such as command buttons (button), radio buttons (radio), multiple selection options (checkbox...

Featured

A Bird’s-Eye View of Software Architecture Design

Requirements engineering and architecture design are two key factors for successful software development.

Featured

How to Be Aware of Cross-Site Scripting

An extension of HTML injection issues is the injection of JavaScript code into the web server’s response to the web browser.

Featured

What Is DevOps and Continuous Integration/Continuous Deployment (CI/CD)?

The landscape of software development has evolved dramatically over the past few decades.

Featured

How to Embed a JavaScript File in an HTML File

To use the JavaScript source code within a web page, you need to link the JavaScript file to the web page or embed the JavaScript file in the HTML...