DOWNLOADS

IntelliJ 2023.3.5

IntelliJ is JetBrains integrated development environment. It is an IDE that is easy to use, works with many programming languages and has many built-in features. While IntelliJ is mainly associated with Java and Kotlin development, it also supports …

DOWNLOADS

Synology DSM 7.2.1 build 69057 Update 4

Synology's Disk Station Manager, or DSM for short, is the operating system for NAS systems from Synology. DSM is known for being very user-friendly, with a desktop that looks like Windows and has the option to open multiple apps at once. DSM has many …

DOWNLOADS

Apple iOS 16.4

Apple iOS is the operating system for iPhone. Some of its main features are the home screen with your apps and widgets, the lock screen with notifications, the App Store where you can find and install apps and iMessage, for easy communication between …

DEV

Everything you need to know about AWS DynamoDB

DynamoDB is a NoSQL database from AWS. It can be quite overwhelming when starting with a serverless stack to learn all the DynamoDB concepts and caveats. We’ve put the most important questions and answers for you all in a single article. How does …

DOWNLOADS

Windows 11 build 25281 released with new volume mixer

Microsoft yesterday released a new build for Windows 11 insiders. The new build with build number 25281 contains a number of interesting changes, such as a redesigned graphics settings page for the Settings app in Windows 11. The settings themselves …

HOWTOS

How to personalize the dock in macOS

From the dock in macOS you can start applications, see which apps are active and which apps you have opened recently. A lot of users nevery modify their dock settings, even though you can set all kinds of options and really make it your own. In this …

HOWTOS

Getting started with Azure Pipelines

Azure DevOps is a SaaS solution for your git repositories, wikis, artifact repository and more. One part of it is Azure Pipelines, for your CI/CD pipelines. We will show you how can quickly build your first pipeline with Azure DevOps. Azure Pipelines …

NEWS

Heroku set to end its free tier later this year

Heroku has announced that later this year it will end its free tier, which means users can no longer use free Dynos and free Postgres and Redis add-ons. Users have until 28 November 2022 to migrate to a paid plan. Heroku announces the changes in a …

HOWTOS

Type hints in Python 3

Python has support for type hinting since version 3.5. That’s quite useful, because it makes your code more predictable since you have more information about what types to expect. In this article we will dive deeper into what type hinting exactly is, …