排序
Dev.to/Twilio Hackathon: Rocket Launch bot (RELEASE!)
Dev.to/Twilio Hackathon: Rocket Launch bot (RELEASE!),Special thanks to Dev.to and Twilio for my first hackathon! This was a fun experience and a great excuse to be productive in t...
Automated documentation deployments using Kotlin & Netlify
Automated documentation deployments using Kotlin & Netlify, Introduction In this short article, I will briefly discuss documenting Κotlin code & deploying it to Netlify. In ca...
Customizing your codebase per customer: Part 2 – Conditions
Customizing your codebase per customer: Part 2 – Conditions,In part 1, we discussed using a “SiteConfig” enumeration to easily allow toggling features on or off depending on the...
An introductory guide to annotations and annotation processors
An introductory guide to annotations and annotation processors,In Java, annotations and annotation processors are surrounded by a shroud of mystery for most. They seem like a subje...
Spring Boot : Actuator
Spring Boot : Actuator,Use for monitor and manage running application. Enable by adding dependency below. <dependency> <groupId>org.springframework.boot</groupId>...
Testing requests to SOAP Webservices in Weblogic
Testing requests to SOAP Webservices in Weblogic,Every time when I work with a new technology, I like to read more about this stuff and do some experiments. When we work with devel...
The Visitation of Visitor Pattern: How it makes your software more useful
The Visitation of Visitor Pattern: How it makes your software more useful,Original post here The visitor pattern is a behavior design pattern, which means it's a way for objects to...
Dev.to/Twilio Hackathon: Rocket Launch bot (Part TWO)
Dev.to/Twilio Hackathon: Rocket Launch bot (Part TWO),Oh well, this was kind of a wild ride I guess. Using Twilio bots Twilio has a great feature called Autopilot, where you can cr...
Realtime Chat app using Kafka, SpringBoot, ReactJS, and WebSockets
Realtime Chat app using Kafka, SpringBoot, ReactJS, and WebSockets,In this tutorial, we would be building a simple real-time chat application that demonstrates how to use Kafka as ...
Vector vs ArrayList vs LinkedList
Vector vs ArrayList vs LinkedList,Here I mentioned all the differences between Vector, ArrayList, and LinkedList. Vector ArrayList LinkedList Data structure Growable array Dynamic ...
Runtime Polymorphism Compile-time polymorphism vs Run-time polymorphism
Runtime Polymorphism Compile-time polymorphism vs Run-time polymorphism,In this post, you will understand, What is run-time polymorphism? What is compile-time polymorphism? What do...
Java interview coding questions – Part 02
Java interview coding questions - Part 02, Interviews FAQ (2 Part Series) 1 Java interview coding questions - Part 01 2 Java interview coding questions - Part 02 Palindrome check R...