Tag: App development
-
How to improve JVM-based application startup time?
Posted on June 20, 2025, Level beginner Resource Length medium
Optimizing JVM startup time is vital for many applications. This post explores various strategies, comparing their effectiveness through benchmarking a simple Netty server. Class Data Sharing (CDS) and its evolution, AppCDS, cache class data to reduce initialization overhead. By Michał Zyga.
Tags cloud jvm java app-development performance
-
Choosing between EventBridge, SNS, and SQS for event-driven patterns
Posted on June 12, 2025, Level intermediate Resource Length long
AWS offers multiple services for decoupling business domains in event-driven patterns. The three main ones are EventBridge, SNS, and SQS. Use EventBridge for targeted content-based routing when you need to match complex rules. By Arpad Toth.
Tags aws app-development web-development queues messaging distributed
-
Bitcoin Core to unilaterally remove controversial OP-Return limit
Posted on May 27, 2025, Level beginner Resource Length medium
In 2014, crypto advertising barely existed. The term "Web3" hadn't been coined, Facebook banned crypto ads and startups promoting their tokens were mostly confined to forums and niche publications. But for Bitmedia founder Matvii Diadkov, the opportunity was obvious. By Martin Young.
Tags app-development blockchain fintech crypto infosec
-
Compose multiplatform for iOS is stable and production-ready
Posted on May 24, 2025, Level beginner Resource Length long
Kotlin Multiplatform 1.8.0 stabilizes Compose for iOS, marking a milestone in cross-platform development. With this update, Kotlin Multiplatform becomes a complete solution for mobile development, enabling flexible code sharing across both business logic and UI without compromising app quality or losing control over platform-specific capabilities. By Ekaterina Petrova.
Tags app-development android kotlin ios java jvm
-
How AI coding tools open the door to hackers through fake packages
Posted on April 20, 2025, Level beginner Resource Length medium
A new UTSA study exposes how AI coding assistants can hallucinate fake software packages—creating an easy gateway for hackers to hijack your code with a single, trusted command. By University of Texas at San Antonio.
Tags infosec app-development open-source learning
-
State of generics and collections
Posted on April 16, 2025, Level beginner Resource Length long
Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&A. By Arnaud Le Blanc, Derick Rethans, Larry Garfield.
Tags php web-development app-development learning
-
Java performance: Optimizing code for maximum efficiency
Posted on March 31, 2025, Level beginner Resource Length long
Java performance is a crucial aspect of software development. It affects how fast and efficiently Java programs run. Optimizing Java performance can lead to faster applications, reduced resource usage, and better user experiences. By Kacper Rafalski.
Tags java kotlin app-development performance
-
15 best AI coding assistant tools in 2025
Posted on March 27, 2025, Level beginner Resource Length long
AI code generation promises a quick boost of productivity for programmers. To generate code using AI, first choose an AI-powered coding assistant tool. Then, provide a natural language description of your expected cod. The list of AI coding assistants compiled by Ayelet Slasky.
Tags ai bots app-development how-to
-
How to build an API: A complete guide to creating secure and scalable APIs
Posted on March 24, 2025, Level beginner Resource Length long
APIs (Application Programming Interfaces) are the backbone of modern software applications, enabling seamless communication between different systems. Whether you're building a web app, or mobile service, or managing complex data, learning how to build an API is essential for creating scalable, efficient systems. APIs can be categorized into several types based on their architecture, such as REST, GraphQL, and SOAP, each with specific use cases. By @geeksforgeeks.org.
Tags apis web-development app-development infosec json
-
What is event-driven architecture? Meaning, types, uses, and benefits
Posted on March 20, 2025, Level beginner Resource Length long
Event-driven architecture reacts to events, like user actions, allowing real-time, independent system responses and actions. This article explains event-driven architecture, its workings, types, and practical uses. By Vijay Kanade.
Tags app-development event-driven web-development app-development
-
What is event-driven architecture? Meaning, types, uses, and benefits
Posted on March 20, 2025, Level beginner Resource Length long
Event-driven architecture reacts to events, like user actions, allowing real-time, independent system responses and actions. This article explains event-driven architecture, its workings, types, and practical uses. By Vijay Kanade.
Tags app-development event-driven web-development app-development
-
A comprehensive guide on API developments
Posted on March 17, 2025, Level beginner Resource Length medium
Are you struggling to understand how to build an API from scratch? This guide will equip you with everything you need to know about API development. APIs are the backbone of modern software, enabling applications to communicate, share data, and integrate seamlessly. From social media platforms to e-commerce websites, APIs are everywhere.Are you struggling to understand how to build an API from scratch? This guide will equip you with everything you need to know about API development. APIs are the backbone of modern software, enabling applications to communicate, share data, and integrate seamlessly. From social media platforms to e-commerce websites, APIs are everywhere. By @goodcore.co.uk.
Tags apis web-development app-development servers json