Skip to main content
Supercharge Your Frontend With WebAssembly FrontendJavaScriptRustWASMWebAssembly

Supercharge Your Frontend With WebAssembly

Discover how WebAssembly (WASM) can supercharge your frontend applications by boosting performance for computation-heavy tasks. While JavaScript is a powerful tool, WASM allows developers to run code at near-native speed, unlocking new possibilities for high-performance web applications. In this article, we explore how to integrate WASM with Rust to enhance…
Valentin Wagner
10.04.2025
Xcode 15 Debug Console revamped iOSLogging

Xcode 15 Debug Console revamped

Explore the enhanced debugging experience in Xcode 15 with its revamped Debug Console. Discover color-coded log levels, advanced filtering, and refined message display with metadata inspection, making log navigation and error identification more intuitive. These improvements, alongside on-device debugging, significantly elevate the debugging workflow, showcasing the Debug Console as a…
THE SPRING DEVELOPER CONFERENCE – 2023 ConferenceJavaSpringSpring Boot

THE SPRING DEVELOPER CONFERENCE – 2023

The Spring Conference fostered a dynamic atmosphere for sharing ideas, learning new concepts, and discovering innovative approaches in Spring Boot development. For two exhilarating days, all the participants delved into a range of topics, including best practices, advanced techniques, and real-world case studies. From introductory sessions for beginners to deep…
Dea Pahumi
26.06.2023
Test Automation with Cypress: How to get started AutomationcypressJavaScriptTestingTestingTypeScript

Test Automation with Cypress: How to get started

Test automation has become an essential component in software development, and Cypress is a powerful testing framework that has gained popularity in recent years. With its unique architecture and capabilities, Cypress has made it easier for developers to write and execute tests efficiently. In this article, we will explore the…
GRPC COMMUNICATION – basic configuration for SPRING-BOOT MICROSERVICES gRPCJavaSpring Boot

GRPC COMMUNICATION – basic configuration for SPRING-BOOT MICROSERVICES

Replacing Rest communication with gRPC in microservices architecture where efficiency is critical is a good approach. gRPC is using HTTP/2, which allows multiple requests to be sent over a single connection. Also, it provides code generation tools that generate code for both the client and server, making it easier to…
Antonie Zafirov
12.05.2023