Paul Pladziewiczblog.paulpladziewicz.com·Jan 21, 2025Java Annotations DemystifiedA lot of the "magic" of Java is rooted within annotations, especially when working with libraries and frameworks. Once you create your own and see how it works, you’ll have an easier time developing Java applications. Simple Example Code on Github Wh...Java
Medtalks By Medraysmedtalksbymedrays.hashnode.dev·Jan 15, 2025AI in Mental Health: Breaking Barriers and StigmaMental well-being is equally vital as physical health. Millions of people struggle with various mental health issues, yet in our busy lives, many overlook the importance of mental health. Some only address it when they’re feeling unwell, while others...AI
Ariska Hidayattech.finlup.id·Dec 29, 2024Apa itu Type Assertions dan Type Annotations?Type assertions dan type annotations adalah dua fitur penting dalam TypeScript (atau bahasa pemrograman lainnya yang mendukung sistem tipe statis) yang memungkinkan pengembang untuk bekerja dengan tipe data secara lebih eksplisit. Berikut adalah penj...TypeScript
Casie Liucasie.hashnode.dev·Dec 16, 2024Extract Annotations from PDF Files in Python Like a ProAnnotations in PDFs provide valuable context, clarify viewpoints, and often contain crucial information, such as detailed explanations or comments related to the content. Manually extracting them can be time-consuming, especially when dealing with la...Python
Medtalks By Medraysmedtalksbymedrays.hashnode.dev·Dec 12, 2024AI in Lung Health: Prediction, Diagnosis, and TreatmentAs human beings, we all have a chance to health issues, and respiratory problems are among the most prevalent. Our lungs, essential respiratory system components, require vigilant care to function optimally. Protecting lung health begins with avoidin...lunglife
Jyotiprakash Mishrablog.jyotiprakash.org·Nov 18, 2024Dynamic Plugin Loading in Java: From Configuration to Annotation-Based Dependency InjectionIn modern software development, dynamically loading and managing plugins at runtime allows for high flexibility, extensibility, and modularity in applications. This blog will walk through creating a dynamic plugin architecture using Dependency Inject...62 readsJava
QazneticforQazneticqaznetic.hashnode.dev·Oct 29, 2024Panduan Lengkap Menggunakan json_serializable dan json_annotation untuk Model yang Rapi di FlutterDalam pengembangan aplikasi Flutter, sering kali kita perlu mengonversi data dari JSON ke objek Dart atau sebaliknya. Ini terutama umum dalam aplikasi yang mengambil data dari API atau menyimpan data secara lokal dalam format JSON. Untuk mempermudah ...Flutter Fundamentalsjson
Tanish Dwivedispringbootguide.hashnode.dev·Oct 22, 2024Important Annotations in Java Spring BootIn this blog, we’ll take a look at some of the most important annotations in Spring Boot, explain their use, and show how they make developing applications faster and easier. 1. What Are Annotations in Java Spring Boot? In Java, annotations are metad...1 like·31 readsSpringboot
Tina Hollyblog.tinaciousdesign.com·Oct 14, 2024Open API (Part 3): Generating an OpenAPI spec file from codeOverview This is the 3rd article in a series of posts about working with Open API to create generated API clients and documentation websites. In the 1st post we went over what we can do with Open API spec files, e.g. generate API clients and documen...128 readsOpenApi
Uttam Mahatauttammahata.hashnode.dev·Oct 1, 2024Understanding Spring Boot Annotations: A Comprehensive GuideUnderstanding Spring Boot Annotations: A Comprehensive Guide Spring Boot is widely known for simplifying Java application development, and one of its most powerful features is its extensive use of annotations. Annotations in Spring Boot significantly...Springboot