Archive per author

Hubert Klein Ikkink667

  1. 2024-05-29Clojure Goodness: Extending is Macro With Custom Assertions
  2. 2024-05-21Clojure Goodness: Combine Multiple Test Cases With are
  3. 2024-04-22Clojure Goodness: Pretty Printing Collection Of Maps
  4. 2024-03-26Mastering Mockito: Returning Fresh Stream For Multiple Calls To Mocked Method
  5. 2024-03-12Gradle Goodness: Organizing Tasks Using The Task Container
  6. 2024-03-07IntelliJ HTTP Client: Parsing JSON Web Tokens
  7. 2024-02-29Gradle Goodness: Using System Properties Lazily
  8. 2024-02-27Gradle Goodness: Using Environment Variables Lazily
  9. 2024-02-20IntelliJ HTTP Client: Accessing Environment Variables In JavaScript
  10. 2024-02-15IntelliJ HTTP Client: Using In-Place Variables
  11. 2024-02-13Gradle Goodness: Continuous Testing For Java Projects
  12. 2024-02-07Gradle Goodness: Java Toolchain Configuration Using User Defined Java Locations
  13. 2024-02-05Gradle Goodness: Using Maven Toolchains Configuration For Gradle Java Toolchain Resolution
  14. 2024-01-29Spring Sweets: Spring Boot 3 With Gradle In IntelliJ
  15. 2024-01-17IntelliJ HTTP Client: Allowing Insecure HTTPS Requests
  16. 2023-11-09IntelliJ HTTP Client: Re-using Javascript In Pre-Request And Response Handlers
  17. 2023-11-07IntelliJ HTTP Client: Using External Files As JSON Payload
  18. 2023-10-30jq Joy: Sum Of Elements In An Array Or Object
  19. 2023-10-27jq Joy: Using String Interpolation
  20. 2023-10-26jq Joy: Getting Keys From Object And Indices From Array
  21. 2023-10-18jq Joy: Using Default Values With The Alternative Operator
  22. 2023-10-11Groovy Goodness: Using NullCheck Annotation To Prevent NullPointerException
  23. 2023-10-04Awesome AssertJ: Using A Custom Representation For Objects
  24. 2023-07-24Java Joy: Using mapMulti Method Of The Stream API
  25. 2023-07-19Awesome AssertJ: Writing Assertions For Optional
  26. 2023-07-18Awesome AssertJ: Assertions For An URL Object
  27. 2023-07-12Awesome AssertJ: Check Base64 Encoded Strings
  28. 2023-07-10Awesome AssertJ: Use String Template To Verify String Value
  29. 2023-07-06Awesome AssertJ: Use returns To Verify An Object Using Functions
  30. 2023-07-04Awesome AssertJ: Check String Starts Or Ends With A Given Value
  31. 2023-06-29Awesome AssertJ: Assert toString Method of Object With hasToString Method
  32. 2023-04-26Groovy Goodness: Sorting Data With GINQ
  33. 2023-04-25Groovy Goodness: Calculate The Median Of A Collection
  34. 2023-04-18Groovy Goodness: Using Tuples
  35. 2023-04-13Spocklight: Testing Asynchronous Code With PollingConditions
  36. 2023-04-12Spocklight: Testing Asynchronous Code With DataVariable(s)
  37. 2023-04-11DataWeave Delight: Using The log Function
  38. 2023-04-07Mastering Maven: Adding Maven Extensions Using extensions.xml
  39. 2023-04-06Groovy Goodness: Using Subscript Operator With Multiple Fields On Date Related Objects
  40. 2023-04-05Mastering Maven: Setting Default Maven Options With maven.config
  41. 2023-03-31Spocklight: Creating Temporary Files And Directories With FileSystemFixture
  42. 2023-03-30Mastering Maven: Setting Default JVM Options Using jvm.config
  43. 2023-03-28Gradle Goodness: Publish Version Catalog For Sharing Between Projects
  44. 2023-03-27Spocklight: Assert Elements In Collections In Any Order
  45. 2022-12-23Kotlin Kandy: Create Fix Sized Sublists From Iterables With chunked
  46. 2022-12-22Kotlin Kandy: Split Collection Or String With Partition
  47. 2022-12-21Kotlin Kandy: Taking Or Dropping Characters From A String
  48. 2022-12-20Kotlin Kandy: Find Common Prefix Or Suffix In Strings
  49. 2022-12-19Kotlin Kandy: Transform Items In A Collection To A Map With associate
  50. 2022-12-16Kotlin Kandy: Padding Strings
  51. 2022-12-15Kotlin Kandy: Strip Leading Spaces From Multiline Strings
  52. 2022-12-14Kotlin Kandy: Transforming Collection Items With Index
  53. 2022-12-13Kotlin Kandy: Getting The Indices Of A Collection
  54. 2022-12-12Gradle Goodness: Configure Test Task With JVM Test Suite
  55. 2022-12-08Gradle Goodness: Set Project Version In Version Catalog
  56. 2022-12-05Gradle Goodness: Add Extra Dependencies For Running Tests Using JVM Test Suite Plugin
  57. 2022-12-02DataWeave Delight: Turn String Into Snake Case With underscore
  58. 2022-11-30Change Log Level For Events In Keycloak
  59. 2022-11-28Gradle Goodness: Using Spock With JVM Test Suite Plugin
  60. 2022-11-25Gradle Goodness: Set Test Framework Version Using Version Catalog With JVM Test Suite Plugin
  61. 2022-11-23DataWeave Delight: Turn String Into Kebab Casing With dasherize
  62. 2022-11-21Mastering Maven: Exclude Modules From Build
  63. 2022-11-15Gradle Goodness: Grouping Version Catalog Dependencies Into Bundles
  64. 2022-11-10Gradle Goodness: Defining Plugin Versions Using Version Catalog
  65. 2022-11-01Clojure Goodness: Writing Text File Content With spit
  66. 2022-10-10Clojure Goodness: Reading Text File Content With slurp
  67. 2022-10-05DataWeave Delight: Using the update Operator to change values in an object
  68. 2022-07-21Groovy Goodness: Using Macros For Getting More Information About Variables
  69. 2022-07-15Groovy Goodness: Using Macros For Getting String Representation Of Variables
  70. 2022-07-12DataWeave Delight: Using Literal Types
  71. 2022-07-08Groovy Goodness: Closed And Open Ranges
  72. 2022-07-06Get Absolute Path To An SDK With SDKMAN!
  73. 2022-07-05Groovy Goodness: Creating TOML Configuration With TomlBuilder
  74. 2022-07-04Groovy Goodness: Reading TOML Configuration
  75. 2022-07-01Groovy Goodness: Get Row Number In GINQ Result Set
  76. 2022-06-30Groovy Goodness: Using The Switch Expression
  77. 2022-06-29DataWeave Delight: Getting The Ordinal Value For A Number
  78. 2022-06-28DataWeave Delight: Check Type Of Value
  79. 2022-06-27DataWeave Delight: Calculating Remainder After Division
  80. 2022-06-24DataWeave Delight: Unzipping Arrays
  81. 2022-06-23DataWeave Delight: Zipping Arrays
  82. 2022-06-22DataWeave Delight: Measure Function Duration With time And duration Functions
  83. 2022-06-21DataWeave Delight: Partition An Array
  84. 2022-06-20DataWeave Delight: Splitting An Array Or Object
  85. 2022-06-17DataWeave Delight: Importing Functions With An Alias
  86. 2022-06-16DataWeave Delight: Reversing the items in an array
  87. 2022-06-15DataWeave Delight: Convert string value to a boolean
  88. 2022-06-14DataWeave Delight: Turn string value into array of characters
  89. 2022-06-13DataWeave Delight: Using dynamic elements to build a new object
  90. 2022-06-10DataWeave Delight: Using pluck function to transform object to array
  91. 2022-06-09DataWeave Delight: Using dynamic elements to build a new object
  92. 2022-06-08DataWeave Delight: Turn string value into array of characters
  93. 2022-06-07DataWeave Delight: Parsing a URL to a URI object
  94. 2022-06-03DataWeave Delight: Using string interpolation
  95. 2022-06-02DataWeave Delight: Calculate the average for an array of numbers
  96. 2022-06-01DataWeave Delight: Creating a UUID
  97. 2022-05-30DataWeave Delight: Join array elements into a string
  98. 2022-03-21DataWeave Delight: Wrapping string values
  99. 2022-03-16DataWeave Delight: Finding highest or lowest value in an array
  100. 2022-03-14DataWeave Delight: Reverse a string value
  101. 2022-02-28DataWeave Delight: Repeating a string value
  102. 2021-11-01Spocklight: Adjusting Time With MutableClock
  103. 2021-10-18Spocklight: Writing Assertions for Arguments Mock Methods
  104. 2021-10-12Clojure Goodness: Create All Parent Directories For A File
  105. 2021-10-05PlantUML Pleasantness: Change Look-and-feel With Themes
  106. 2021-04-20Java Joy: Run Action When Optional Value Present Or Not
  107. 2021-04-13Clojure Goodness: Turning Map Values To Map Keys
  108. 2021-04-09Java Joy: Getting Multiple Results From One Stream With Teeing Collector
  109. 2021-04-07Clojure Goodness: Create New Instance Of Java Class
  110. 2021-04-02Gradle Goodness: Create Properties File With WriteProperties Task
  111. 2021-03-18Java Joy: Formatting A String Value With Formatted Method
  112. 2021-03-12Gradle Goodness: Add Support For "Scratch" Files To Java Project
  113. 2021-03-10Clojure Goodness: Pure Function Sample Buying Coffee From FP Programming In Scala Written In Clojure
  114. 2021-03-08Gradle Goodness: Enabling Preview Features For Java
  115. 2021-03-04Java Joy: Apply Function To String With Transform
  116. 2021-03-02Java Joy: Format Numbers In Compact Form
  117. 2021-02-26Java Joy: Merge Maps Using Stream API
  118. 2021-02-24Clojure Goodness: Merge Maps With Function To Set Value Duplicate Keys
  119. 2021-02-22Java Joy: Composing Functions
  120. 2021-02-18Gradle Goodness: Setting Plugin Version From Property In Plugins Section
  121. 2021-02-17Gradle Goodness: Shared Configuration With Conventions Plugin
  122. 2021-02-12Clojure Goodness: Destructure Sequences
  123. 2021-02-11Clojure Goodness: Destructuring Maps
  124. 2021-02-10Clojure Goodness: Remove Duplicates From A Collection With distinct
  125. 2021-02-08Clojure Goodness: Remove Consecutive Duplicate Elements From Collection
  126. 2021-02-04Clojure Goodness: Use .. For Invocation Java Method Chaining
  127. 2021-01-29Clojure Goodness: Invoke Java Method With Varargs Parameter
  128. 2021-01-26Java Joy: Partition Stream By Predicate
  129. 2021-01-21Java Joy: Turn Stream Into An Array
  130. 2020-12-30Java Joy: Optional orElse orElseGet That Is The Question
  131. 2020-11-05Clojure Goodness: Getting Part Of A Vector With subvec
  132. 2020-11-04Clojure Goodness: Split Collection With Predicate
  133. 2020-11-03Clojure Goodness: Shuffle A Collection
  134. 2020-11-02Clojure Goodness: Formatting With Java Format String
  135. 2020-10-20Clojure Goodness: Formatting With Java Format String
  136. 2020-10-16Automatic Switching Of Java Versions With SDKMAN!
  137. 2020-10-13Clojure Goodness: Finding The Maximum Or Minimum Value
  138. 2020-10-06Mastering Maven: Replace Files In Archives
  139. 2020-10-05Gradle Goodness: Replace Files In Archives
  140. 2020-09-14Sample blogtober 2020
  141. 2020-07-24Clojure Goodness: Taking Or Dropping Elements From A Collection Based On Predicate
  142. 2020-07-20Clojure Goodness: Turn Java Object To Map With bean Function
  143. 2020-07-16Clojure Goodness: Create And Initialize Object Based On Java Class With doto
  144. 2020-07-14Clojure Goodness: Replacing Characters In A String With escape Function
  145. 2020-07-10Clojure Goodness: Concatenation Of Map Function Results With mapcat
  146. 2020-07-08Clojure Goodness: Creating Union Of Sets
  147. 2020-07-03Clojure Goodness: Find Differences In Sets
  148. 2020-07-01Clojure Goodness: Keyword As Function
  149. 2020-06-29Clojure Goodness: Using Sets As Functions
  150. 2020-06-26Clojure Goodness: Create New Function Complementing Other Function
  151. 2020-06-24Java Joy: Reapply Function With Stream iterate
  152. 2020-06-22Java Joy: Infinite Stream Of Values Or Method Invocations
  153. 2020-06-17Clojure Goodness: Transforming Collection Items With Index
  154. 2020-06-16Clojure Goodness: Repeating A Value Or Function Invocation
  155. 2020-06-11Clojure Goodness: Repeat Items In A Collection As Lazy Sequence With cycle
  156. 2020-06-09Clojure Goodness: Interleave Keys And Values Into A Map With zipmap
  157. 2020-06-04Clojure Goodness: Composing Functions With comp
  158. 2020-05-28Clojure Goodness: Using The range Function
  159. 2020-05-26Clojure Goodness: Set Default Value For nil Function Argument With fnil
  160. 2020-05-22Clojure Goodness: Partition Collection Into Sequences
  161. 2020-05-18Clojure Goodness: Counting Frequency Of Items In A Collection
  162. 2020-05-14Awesome Asciidoctor: Image As Link Reference
  163. 2020-05-12Clojure Goodness: Check Substring Is Part Of String
  164. 2020-05-07Clojure Goodness: Getting Results From Multiple Functions With Juxt Function
  165. 2020-05-06Clojure Goodness: Reapply Function With Iterate To Create Infinitive Sequence
  166. 2020-05-04Clojure Goodness: Combine First And Next Functions Multiple Times
  167. 2020-04-21Java Joy: Using Functions To Replace Values In Strings
  168. 2020-04-20Java Joy: Using Named Capturing Groups In Regular Expressions
  169. 2020-04-17Clojure Goodness: Checking Predicate For Every Or Any Element In A Collection
  170. 2020-04-16Clojure Goodness: Get Clojure Version
  171. 2020-04-15Clojure Goodness: Keep Non-Nil Function Results From Collection
  172. 2020-04-14Clojure Goodness: Splitting Strings
  173. 2020-04-10Clojure Goodness: Get Random Item From A Sequence
  174. 2020-04-09Clojure Goodness: Replacing Matching Values In String
  175. 2020-04-08Clojure Goodness: Flatten Collections
  176. 2020-04-07Clojure Goodness: Getting Intersections Between Sets
  177. 2020-04-06Clojure Goodness: Joining Elements in a Collection
  178. 2020-04-03Clojure Goodness: Trimming Strings
  179. 2020-03-30Groovy Goodness: Getting Parts Of A String Enclosed By Strings
  180. 2020-03-27Groovy Goodness: Taking Or Dropping Number Of Characters From A String
  181. 2020-03-26Groovy Goodness: Check Object Instances Are The Same With === Operator
  182. 2020-03-25Groovy Goodness: Using !instanceof Operator
  183. 2020-03-24Groovy Goodness: Safe Index Based Access For Lists, Arrays and Maps
  184. 2020-03-23Groovy Goodness: The Elvis Assignment Operator
  185. 2020-03-20Groovy Goodness: Lambda Default Parameter Value
  186. 2020-03-19Groovy Goodness: Check Item Is Not In A Collection With !in
  187. 2020-03-18Groovy Goodness: Shuffle List or Array
  188. 2020-03-17Groovy Goodness: Parse YAML With YamlSlurper
  189. 2020-03-16Groovy Goodness: Create YAML With YamlBuilder
  190. 2020-03-13Groovy Goodness: Calculate Average For Collection
  191. 2020-03-10Java Joy: Turn A Pattern Into A Predicate
  192. 2020-01-15Groovy Goodness: Transform Elements While Flattening
  193. 2019-12-19Awesome Asciidoctor: Auto Number Callouts
  194. 2019-10-22Java Joy: Transform Elements In Stream Using a Collector
  195. 2019-10-08Awesome Asciidoctor: Include Asciidoc Markup With Listing or Literal Blocks Inside Listing or Literal Block
  196. 2019-10-04Gradle Goodness: Stop Build After One Failing Test
  197. 2019-10-03Java Joy: Combining Predicates
  198. 2019-10-02Quickly Find Unicode For Character On macOS
  199. 2019-10-01Spocklight: Use Stub or Mock For Spring Component Using @SpringBean
  200. 2019-05-23Awesome Asciidoctor: Don't Wrap Lines in All Listing or Literal Blocks of Document
  201. 2019-04-23Gradle Goodness: Use bill of materials (BOM) As Dependency Constraints
  202. 2019-04-21Gradle Goodness: Manage Dependency Versions With Dependency Constraints
  203. 2019-04-03Awesome Asciidoctor: Collapsible Content
  204. 2019-04-01Awesome Asciidoctor: Help On Syntax As HTML
  205. 2019-03-28Micronaut Mastery: Parse String Value With Kb/Mb/Gb To Number
  206. 2019-03-26Micronaut Mastery: Binding Request Parameters To POJO
  207. 2019-03-08Groovy Goodness: Use Expanded Variables in SQL GString Query
  208. 2019-02-20Spicy Spring: Group Loggers With Logical Name
  209. 2019-02-06Gradle Goodness: Only Show All Tasks In A Group
  210. 2019-02-04Awesome Asciidoctor: Exclude Parts From Included Files
  211. 2019-01-16Gradle Goodness: Generate Javadoc In HTML5
  212. 2019-01-15Gradle Goodness: Rerun Incremental Tasks At Specific Intervals
  213. 2018-11-02Micronaut Mastery: Configuration Property Name Is Lowercased And Hyphen Separated
  214. 2018-10-24Micronaut Mastery: Consuming Server-Sent Events (SSE)
  215. 2018-10-17Micronaut Mastery: Use Micronaut Beans In Spring Applications
  216. 2018-10-09Micronaut Mastery: Running Code On Startup
  217. 2018-09-06Spicy Spring: Dockerize Spring Boot Application With Jib
  218. 2018-09-05Awesome Asciidoctor: Document Attributes With Styling
  219. 2018-09-04Micronaut Mastery: Change The Default Package For Generated Classes
  220. 2018-09-03Micronaut Mastery: Adding Custom Info To Info Endpoint
  221. 2018-08-30Micronaut Mastery: Using Specific Configuration Properties For HTTP Client
  222. 2018-08-27Micronaut Mastery: Using Stubs For Testing
  223. 2018-08-24Micronaut Mastery: Documenting Our API Using Spring REST Docs
  224. 2018-08-23Micronaut Mastery: Return Response Based On HTTP Accept Header
  225. 2018-08-22Micronaut Mastery: Add Custom Health Indicator
  226. 2018-08-21Micronaut Mastery: Add Build Info To Info Endpoint
  227. 2018-08-20Micronaut Mastery: Decode JSON Using Custom Constructor Without Jackson Annotations
  228. 2018-08-17Micronaut Mastery: Using Reactor Mono And Flux
  229. 2018-06-27Groovy Goodness: Preorder And Postorder Tree Traversal
  230. 2018-06-26Groovy Goodness: Tuples With Up To 9 Items
  231. 2018-06-25Groovy Goodness: Creating Extra Method Supporting Named Arguments Using @NamedVariant Annotation
  232. 2018-06-22Groovy Goodness: Unmodifiable Collections
  233. 2018-06-20Groovy Goodness: Add Map Constructor With Annotation
  234. 2018-06-19Groovy Goodness: Implement Interface And Abstract Methods Automatically
  235. 2018-06-18Groovy Goodness: Customizing JSON Output
  236. 2018-06-14Groovy Goodness: Remove Last Item From List Using RemoveLast Method (And Pop/Push Methods Reimplemented)
  237. 2018-06-14Groovy Goodness: Getting All Init And Tail Values Recursively
  238. 2018-06-14Groovy Goodness: Truncate And Round BigDecimal Values
  239. 2018-06-14Groovy Goodness: Intersect Collections With Custom Comparator
  240. 2018-06-13Groovy Goodness: Easy Object Creation With Tap Method
  241. 2018-06-13Groovy Goodness: Where Is My Class?
  242. 2018-06-13Groovy Goodness: Calculate MD5 And SHA Hash Values
  243. 2018-06-12Groovy Goodness: Java 8 Stream Enhancements
  244. 2018-06-11Groovy Goodness: Use Optional In Conditional Context
  245. 2018-06-11Groovy Goodness: Using String Values In Ranges
  246. 2018-06-11Groovy Goodness: Use Range By Method To Set Steps Between Numbers
  247. 2018-06-07PlantUML Pleasantness: Using AWS, Font Awesome, Devicons and Google Material Icons
  248. 2018-06-06PlantUML Pleasantness: Setting Arrow Directions
  249. 2018-06-06Gradle Goodness: Enable Task Based On Offline Command Line Argument
  250. 2018-05-18Gradle Goodness: Command Line Options For Custom Tasks
  251. 2017-10-31Awesome Asciidoctor: Use Diagram Block Macro To Include Diagrams
  252. 2017-10-30Groovy Goodness: Download Grab Dependencies In IntelliJ IDEA
  253. 2017-10-24PlantUML Pleasantness: Using The Built-in Icons
  254. 2017-10-23PlantUML Pleasantness: Creating Our Own Sprites
  255. 2017-10-20PlantUML Pleasantness: Layout Elements With Hidden Lines
  256. 2017-10-19PlantUML Pleasantness: Use Gradients In Diagrams
  257. 2017-10-17Groovy Goodness: Make Sure Closeable Objects Are Closed Using withCloseable Method
  258. 2017-10-16Awesome Asciidoctor: Use Only Block As List Item
  259. 2017-10-13PlantUML Pleasantness: Align Multi-line Label Text
  260. 2017-10-12Awesome Asciidoctor: Prevent Transformation of URL to Hyperlink
  261. 2017-10-08Awesome Asciidoctor: Grouping Floating Images
  262. 2017-10-07Awesome Asciidoctor: Using Tab Separated Data In A Table
  263. 2017-10-03Awesome Asciidoctor: Using Paragraphs in Lists With List Item Continuation
  264. 2017-10-02Spocklight: Reuse Variables In Data Providers
  265. 2017-10-01Spocklight: Group Assertions With verifyAll
  266. 2017-06-13Ratpacked: Assert No Exceptions Are Thrown With RequestFixture
  267. 2017-06-12Spocklight: Indicate Specification As Pending Feature
  268. 2017-05-08Awesome Asciidoctor: Nested Tables
  269. 2017-04-25Gradle Goodness: Using Incremental Task Action
  270. 2017-04-24Gradle Goodness: Change Local Build Cache Directory
  271. 2017-04-18Gradle Goodness: Enable Build Cache For All Builds
  272. 2017-04-14Spring Sweets: Hiding Sensitive Environment Or Configuration Values From Actuator Endpoints
  273. 2017-04-13Spocklight: Set Timeout On Specification Methods
  274. 2017-04-12Spocklight: Ignoring Other Feature Methods Using @IgnoreRest
  275. 2017-04-11Ratpacked: Conditionally Map Or Flatmap A Promise
  276. 2017-04-10Ratpacked: Get Time Taken To Fulfil Promise
  277. 2017-04-04Groovy Goodness: Redirecting Print Methods In Scripts
  278. 2017-03-24Ratpacked: Add Ratpack To Spring Boot Application
  279. 2017-03-21Spring Sweets: Access Application Arguments With ApplicationArguments Bean
  280. 2017-03-20Spring Sweets: Custom Exit Code From Exception
  281. 2017-03-17Ratpacked: Override Registry Objects With Mocks In Integration Specifications
  282. 2017-03-16Ratpacked: Combine Groovy DSL With RatpackServer Java Configuration
  283. 2017-03-15Ratpacked: Type Check And Static Compilation For Groovy DSL
  284. 2017-03-14Ratpacked: Implement Custom Rendering With Renderable Interface
  285. 2017-03-13Gradle Goodness: Create Shortcut Key To Refresh Gradle Projects In IntellIJ IDEA
  286. 2017-03-10Ratpacked: Implement A Custom Request Parser
  287. 2017-03-09Ratpacked: Render Optional Type Instance
  288. 2017-03-08Ratpacked: Using Spring Cloud Contract As Client
  289. 2017-03-07Ratpacked: Using Spring Cloud Contract To Implement Server
  290. 2017-03-06Ratpacked: Easy URI Creation With HttpUrlBUillder
  291. 2017-03-03Gradle Goodness: Skip Task When Input Empty Using @SkipWhenEmpty Annotation
  292. 2017-03-02Grails Goodness: Custom JSON and Markup Views For Default REST Resources
  293. 2017-02-24Grails Goodness: Using Domain Classes Without Persistence
  294. 2017-02-21Groovy Goodness: Using The Call Operator ()
  295. 2017-02-20Groovy Goodness: Creating Root JSON Array With JsonBuilder
  296. 2017-02-06Gradle Goodness: Check Operating System In Build Scripts
  297. 2017-01-25Groovy Goodness: Uncapitalize Strings
  298. 2017-01-23Awesome Asciidoctor: Using Filename Starting With Dot As Block Title
  299. 2017-01-18Gradle Goodness: Run Task Ignoring Up-to-date Checks
  300. 2017-01-17Spring Sweets: Add (Extra) Build Information To Info Endpoint
  301. 2017-01-16Spring Sweets: Add Git Info To Info Endpoint
  302. 2017-01-06PlantUML Pleasantness: Get PlantUML Definition From PNG
  303. 2017-01-05PlantUML Pleasantness: Change Line Style And Color
  304. 2017-01-05Gradle Goodness: Passing Environment Variable Via Delegate Run Action In IntelliJ IDEA
  305. 2017-01-04Awesome Asciidoctor: Change Number Style For Ordered Lists
  306. 2017-01-04PlantUML Pleasantness: Using Current Date
  307. 2017-01-03Grails Goodness: Writing Log Messages With Grails 3.2 (Slf4J)
  308. 2017-01-02PlantUML Pleasantness: Check If PlantUML Is Up To Date
  309. 2016-12-23PlantUML Pleasantness: Generate Graphical Version Information
  310. 2016-12-22PlantUML Pleasantness: Create A Sudoku :)
  311. 2016-12-21PlantUML Pleasantness: Include Partial Content From Files
  312. 2016-12-20PlantUML Pleasantness: Customize Stereotype Styling
  313. 2016-12-19PlantUML Pleasantness: Keeping Elements Together
  314. 2016-12-16PlantUML Pleasantness: No Shadows In Diagrams
  315. 2016-12-15PlantUML Pleasantness: Diagrams In Black And White
  316. 2016-12-14PlantUML Pleasantness: Align Elements With Line Length
  317. 2016-12-13Gradle Goodness: Delegate Build And Run Actions To Gradle In IntelliJ IDEA
  318. 2016-12-12Grails Goodness: Enabling Grails View In IntelliJ IDEA For Grails 3
  319. 2016-12-09Gradle Goodness: Creation Rules For Rule Based Model Configuration Using Model DSL
  320. 2016-12-08Gradle Goodness: Getting Project Information Into Rule Based Model Configuration
  321. 2016-12-07Gradle Goodness: Validate Model In Rule Based Model Configuration
  322. 2016-12-06Gradle Goodness: Replacing
  323. 2016-12-05Gradle Goodness: Set Default Values With Rule Based Model Configuration
  324. 2016-12-02Gradle Goodness: Show Hidden Model Objects
  325. 2016-12-01Gradle Goodness: Get Model Report In Short Format
  326. 2016-11-30Gradle Goodness: Adding Task With Rule Based Model Configuration
  327. 2016-11-24Awesome Asciidoctor: Using Ruby Extensions With Asciidoctor Gradle Plugin
  328. 2016-11-23Gradle Goodness: Custom Plugin Repositories With Plugins DSL
  329. 2016-11-02Ratpacked: Creating Pairs From Promises
  330. 2016-11-01Groovy Goodness: Identity Closure
  331. 2016-10-31Groovy Goodness: Interrupted Sleeping
  332. 2016-10-30Grails Goodness: Skip Bootstrap Code
  333. 2016-10-29Groovy Goodness: Direct Field Access In (Super) Classes
  334. 2016-10-28Awesome Asciidoctor: Trick To Use Caption Labels And Numbers In References
  335. 2016-10-26Awesome Asciidoctor: Use Captions For Listing Blocks
  336. 2016-10-25Interesting links (week 43 2016)
  337. 2016-10-24Gradle Goodness: Specify Wrapper Version and Distribution Type From Command Line
  338. 2016-10-23Awesome Asciidoctor: Highlight Lines In Source Code Listings
  339. 2016-10-22Spocklight: Custom Default Responses for Stubs
  340. 2016-10-20Awesome Asciidoctor: Customize the Figure Captions
  341. 2016-10-19Awesome Asciidoctor: Changing Values for Default Captions
  342. 2016-10-18Interesting links (week 42 2016)
  343. 2016-10-17Awesome Asciidoctor: Change Level Offset For Included Documents
  344. 2016-10-16Awesome Asciidoctor: Source Syntax Highlighting With Prism
  345. 2016-10-15Awesome Asciidoctor: Use Counters in Markup
  346. 2016-10-12Awesome Asciidoctor: Replacements For Text To Symbols
  347. 2016-10-11Interesting links (week 41 2016)
  348. 2016-10-10Gradle Goodness: Change Gradle Wrapper Script Name
  349. 2016-10-08Gradle Goodness: Lazy Project Property Evaluation
  350. 2016-10-04Interesting links (week 40 2016)
  351. 2016-10-03Gradle Goodness: Use Command Line Options With Custom Tasks
  352. 2016-10-02Spocklight: Check No Exceptions Are Thrown At All
  353. 2016-10-01Gradle Goodness: Add But Do Not Apply Plugin Using Plugins Block
  354. 2016-09-19Gradle Goodness: Check The Gradle Daemon Status
  355. 2016-09-05Check Which Candidates Can Be Updated With SDKMAN!
  356. 2016-07-08Ratpacked: Create a Partial Response
  357. 2016-07-07Grails Goodness: Pass JSON Configuration Via Command Line
  358. 2016-07-06Ratpacked: Using Groovy Configuration Scripts As Configuration Source
  359. 2016-07-05Spicy Spring: Using Groovy Configuration As PropertySource
  360. 2016-07-05Ratpacked: Handling Exceptions When Reading Configuration Sources
  361. 2016-07-04Groovy Goodness: Customise Log AST Annotations
  362. 2016-07-01Groovy Goodness: Turn A Map Or List As String To Map Or List
  363. 2016-07-01Groovy Goodness: Represent Map As String
  364. 2016-06-29Groovy Goodness: Make Class Cloneable With @AutoClone
  365. 2016-06-28Grails Goodness: Add Banner To Grails 3.1 Application
  366. 2016-06-27Grails Goodness: Creating A Fully Executable Jar
  367. 2016-06-24Grails Goodness: Adding Custom Info To Info Endpoint
  368. 2016-06-23Grails Goodness: Add Git Commit Information To Info Endpoint
  369. 2016-06-22Ratpacked: Use TestHttpClient For External HTTP Services
  370. 2016-06-21Groovy Goodness: IntelliJ IDEA Formatting Of Closure Chains
  371. 2016-06-20Ratpacked: Stub External HTTP Service
  372. 2016-06-17Ratpacked: Include Files In The Ratpack Groovy DSL
  373. 2016-06-17Ratpacked: Revisited Using Multiple DataSources
  374. 2016-06-17Ratpacked: Using Multiple DataSources
  375. 2016-06-16Spicy Spring: Running Our Own Spring Initializr Server
  376. 2016-06-16Awesome Asciidoctor: Using Admonition Icons On GitHub
  377. 2016-06-15Gradle Goodness: Running All Tests From One Package
  378. 2016-06-15IntelliJ IDEA: How Productive Was Your Day?
  379. 2016-06-15Ratpacked: Using Spring As Component Registry
  380. 2016-05-31Groovy Goodness: Creating Files And Directories With Nice DSL Using FileTreeBuilder
  381. 2016-05-30Grails Goodness: Running Tests Continuously
  382. 2016-05-27Grails Goodness: Use Random Server Port In Integration Tests
  383. 2016-05-26Gradle Goodness: Get Property Value With findProperty
  384. 2016-05-26Grails Goodness: Change Version For Dependency Defined By BOM
  385. 2016-03-21Gradle Goodness: Source Sets As IntelliJ IDEA Modules
  386. 2016-03-18Gradle Goodness: Add Spring Facet To IntelliJ IDEA Module
  387. 2016-03-18Gradle Goodness: Set VCS For IntelliJ IDEA In Build File
  388. 2016-03-17Gradle Goodness: Configure IntelliJ IDEA To Use Gradle As Testrunner
  389. 2016-03-17Spicy Spring: Create New Projects From a URL
  390. 2016-03-17Gradle Goodness: Enable Compiler Annotation Processing For IntelliJ IDEA
  391. 2016-03-17Groovy Goodness: Using Tuples
  392. 2016-03-16Javaland 2016 Conference Report
  393. 2016-03-16Gradle Goodness: Adding Custom Extension To Tasks
  394. 2016-03-09Gradle Goodness: Lazy Task Properties
  395. 2016-03-08Gradle Goodness: Methods Generated For Setting Task Properties
  396. 2016-03-07Gradle Goodness: Inter-Project Artifact Dependencies
  397. 2016-03-04Groovy Goodness: Customising The Groovy Compiler
  398. 2016-03-03Grails Goodness: Changing Gradle Version
  399. 2016-03-02Gradle Goodness: Getting Information About Buildscript Dependencies
  400. 2016-03-01Interesting links (week 8 2016)
  401. 2016-03-01Groovy Goodness: Customise Groovydoc Output With Gradle
  402. 2016-02-29Ratpacked: Running With LiveReload Using Gradle
  403. 2016-02-24Gradle Goodness: Build Script Using Java Syntax
  404. 2016-02-23Gradle Goodness: Using Nested Domain Object Containers
  405. 2016-02-22Interesting links (week 7 2016)
  406. 2016-02-22Gradle Goodness: Create Objects Using DSL With Domain Object Containers
  407. 2016-02-19Ratpacked: Debugging Application Defined Using Groovy DSL In IntelliJ IDEA
  408. 2016-02-18Ratpacked: Running Ratpack In Groovy Console
  409. 2016-02-17Interesting links (week 6 2016)
  410. 2016-02-17Ratpacked: Different Base Directory With Marker File
  411. 2016-02-16Gradle Goodness: Specify Spock As Test Framework At Initialization
  412. 2016-02-15Gradle Goodness: Running Groovy Scripts Using Like From Command Line
  413. 2016-02-12Ratpacked: Customising Renderers With Decorators
  414. 2016-02-11Ratpacked: Using Database As Custom Configuration Source
  415. 2016-02-10Ratpacked: Searching Objects In The Registry
  416. 2016-02-09Grails Goodness: Creating A Runnable Distribution
  417. 2016-02-08Interesting links (week 5 2016)
  418. 2016-02-08Grails Goodness: Saving Server Port In A File
  419. 2016-02-05Grails Goodness: Using Spring Cloud Config Server
  420. 2016-02-04Ratpacked: Getting Multiple Objects With Same Type From Registry
  421. 2016-02-03Ratpacked: Tapping In On A Promise
  422. 2016-02-02Spocklight: Grouping Assertions
  423. 2016-02-01Interesting links (week 4 2016)
  424. 2016-02-01Ratpacked: Add Chains Via Registry
  425. 2016-01-29Ratpacked: Add Common Handlers Via The Registry
  426. 2016-01-27Ratpacked: Execute Handlers Based On Accept Header
  427. 2016-01-26Ratpacked: Implicit Registry Retrieval With InjectionHandler
  428. 2016-01-25Interesting links (week 3 2016)
  429. 2016-01-25Ratpacked: Using Mapped Diagnostic Context (MDC) Logging
  430. 2016-01-22Ratpacked: Execute Code On Start and Stop Application Lifecycle Events
  431. 2016-01-21Ratpacked: Respond To Custom MIME Types
  432. 2016-01-20Ratpacked: Register Renderer For A List Of Objects
  433. 2016-01-19Ratpacked: Add Response Time To Response Header
  434. 2016-01-15Ratpacked: Extending GroovyChain DSL
  435. 2016-01-14Ratpacked: Using Names With Regular Expression Tokens
  436. 2016-01-13Ratpacked: Special Routing Of Promise Values Using Predicates
  437. 2016-01-12Change Font Size With Mouse In IntelliJ IDEA
  438. 2016-01-11Grails Goodness: Quickly Create GSP From Controller In IntelliJ IDEA
  439. 2016-01-08Grails Goodness: Go To Related Classes In IntelliJ IDEA
  440. 2016-01-07Grails Goodness: Change Locale With Request Parameter
  441. 2016-01-06Grails Goodness: Enable Hot Reloading For Non-Development Environments
  442. 2016-01-05Ratpacked: Validating Forms
  443. 2015-11-30Ratpacked: Use Command Line Arguments For Configuration
  444. 2015-11-27Ratpacked: Using Regular Expressions For Path Tokens
  445. 2015-11-26Ratpacked: Type Conversion For Path Tokens
  446. 2015-11-25Ratpacked: Using Optional Path Tokens
  447. 2015-11-20Ratpacked: Deploy Application As Docker Container
  448. 2015-11-19Ratpacked: Add Health Checks
  449. 2015-11-18Ratpacked: Apply Configuration To Configurable Module
  450. 2015-11-17Ratpacked: Using PostgreSQL Database
  451. 2015-11-16Ratpacked: Externalized Application Configuration
  452. 2015-11-10Gradle Goodness: Apply External Script With Plugin Configured Through Buildscript
  453. 2015-11-09Grails Goodness: Creating A Runnable Jar
  454. 2015-11-06Awesome Asciidoctor: Using Asciidoctor In Javadoc Comments
  455. 2015-11-04Ratpacked: Log Request Duration
  456. 2015-11-03Ratpacked: Request Logging
  457. 2015-11-02Ratpacked: Start Ratpack With a Random Port Number
  458. 2015-10-30Ratpacked: Change Server Port With Environment Variable
  459. 2015-10-29Gradle Goodness: Setting Global Properties For All Gradle Builds
  460. 2015-10-28Ratpacked: Groovy DSL Code Completion In IntelliJ IDEA
  461. 2015-10-27Gradle Goodness: Download Javadoc Files For Dependencies In IDE
  462. 2015-10-26Ratpacked: Use Asynchronous Logging
  463. 2015-10-23Ratpacked: Start Ratpack With a Random Port Number
  464. 2015-10-22Ratpacked: Default Port Is 5050
  465. 2015-10-21Grails Goodness: Get List Of Application Profiles
  466. 2015-10-20Grails Goodness: Run Gradle Tasks In Grails Interactive Mode
  467. 2015-10-19Grails Goodness: Update Application With Newer Grails Version
  468. 2015-10-16Grails Goodness: Use A Different Logging Configuration File
  469. 2015-10-15Grails Goodness: Change Base Name For External Configuration Files
  470. 2015-10-14Grails Goodness: Use Different External Configuration Files
  471. 2015-10-13Grails Goodness: Using Random Values For Configuration Properties
  472. 2015-10-12Grails Goodness: Using External Configuration Files Per Environment
  473. 2015-10-09Grails Goodness: Defining Spring Beans With doWithSpring Method
  474. 2015-10-08Grails Goodness: Passing System Properties With Gradle
  475. 2015-10-07Grails Goodness: Pass Configuration Values Via Environment Variables
  476. 2015-10-06Grails Goodness: See Information About Plugins
  477. 2015-10-05Spocklight: Mocks And Stubs Returning Sequence of Values
  478. 2015-10-02Groovy Goodness: Turn Method Parameters Into Named Map Arguments With IntelliJ IDEA
  479. 2015-10-01Groovy Goodness: Turn Map Into Class With IntelliJ IDEA
  480. 2015-09-30Spicy Spring: Java System Properties As Configuration Properties With Spring Boot
  481. 2015-09-29Gradle Goodness: Pass Java System Properties To Java Tasks
  482. 2015-09-28Gradle Goodness: Getting More Help For a Task
  483. 2015-09-25Spicy Spring: Setting Configuration Properties Via Environment Variables
  484. 2015-09-24Spicy Spring: Report Applied Auto-configuration Spring Boot
  485. 2015-09-23Groovy Goodness: Defining Public Accessible Constant Fields
  486. 2015-09-23Spicy Spring: Reload Classes Spring Boot With Spring Loaded And Gradle Continuous Build
  487. 2015-09-22Groovy Goodness: IntelliJ IDEA Intentions For String Values
  488. 2015-09-21Groovy Goodness: Exclude Transitive Dependencies With Grape
  489. 2015-09-18Groovy Goodness: See More Info About Downloading With Grape
  490. 2015-09-17Groovy Goodness: Change Directory For Saving Dependencies Grape
  491. 2015-09-16Groovy Goodness: Operator Overloading in Reverse
  492. 2015-09-15Groovy Goodness: Inspect Method Returns Nicely Formatted Object Values
  493. 2015-09-14Groovy Goodness: Removing Elements From a Collection
  494. 2015-09-11Awesome Asciidoctor: Leave Section Titles Out of Table Of Contents
  495. 2015-09-08Spocklight: Only Run Specs Based On Conditions
  496. 2015-09-07Spocklight: Undo Changes in Java System Properties
  497. 2015-09-02Spocklight: Auto Cleanup Resources
  498. 2015-08-31Spocklight: Optimize Run Order Test Methods
  499. 2015-08-28Gradle Goodness: Quickly Open Test Report in IntelliJ IDEA
  500. 2015-08-28Spocklight: Include or Exclude Specifications Based On Class or Interface
  501. 2015-08-28Spocklight: Including or Excluding Specifications Based On Annotations
  502. 2015-08-26Show Logback Configuration Status with Groovy Configuration
  503. 2015-08-25Redirect Logging Output to Standard Error with Logback
  504. 2015-08-25Gradle Goodness: Using Continuous Build Feature
  505. 2015-06-03NextBuild 2015 Conference Report
  506. 2015-05-07Groovy Goodness: Share Data in Concurrent Environment with Dataflow Variables
  507. 2015-05-01Grails Goodness: Custom Data Binding with @DataBinding Annotation
  508. 2015-04-30Grails Goodness: Adding Health Check Indicators
  509. 2015-04-29Grails Goodness: Log Startup Info
  510. 2015-04-28Grails Goodness: Save Application PID in File
  511. 2015-04-27Awesome Asciidoctor: Display Keyboard Shortcuts
  512. 2015-04-24Gradle Goodness: Handle Copying Duplicate Files
  513. 2015-04-23Gradle Goodness: Use Git Commit Id in Build Script
  514. 2015-04-22Awesome Asciidoctor: Adding Custom Content to Head and Footer
  515. 2015-04-21Gradle Goodness: Alter Start Scripts from Application Plugin
  516. 2015-04-20Grails Goodness: Add Some Color to Our Logging
  517. 2015-04-19Spicy Spring: Using @Value for Constructor Arguments
  518. 2015-04-17Grails Goodness: Set Log Level for Grails Artifacts
  519. 2015-04-16Grails Goodness: Add Banner to Grails Application
  520. 2015-04-15Groovy Goodness: Use Closures as Java Lambda Expressions
  521. 2015-04-14Greach 2015 Conference Report
  522. 2015-03-27Groovy Goodness: New Methods to Sort and Remove Duplicates From Collection
  523. 2015-03-25Groovy Goodness: Combine Elements Iterable with Index
  524. 2015-03-24Groovy Goodness: Swapping Elements in a Collection
  525. 2015-03-23Groovy Goodness: Use Constructor as Method Pointer
  526. 2015-03-05Gradle Goodness: Define System Properties in gradle.properties File
  527. 2015-03-05Awesome Asciidoctor: Use Inline Extension DSL with Gradle
  528. 2015-03-04Awesome Asciidoctor: Creating a Checklist
  529. 2015-03-03Awesome Asciidoctor: Change Start Number for Numbered List
  530. 2015-03-02Awesome Asciidoctor: Customize How Missing Attributes Are Handled
  531. 2015-02-20Groovy Goodness: Access XML-RPC API
  532. 2015-02-09Spocklight: Capture and Assert System Output
  533. 2015-01-30Groovy Goodness: Getting the Indices of a Collection
  534. 2015-01-29Groovy Goodness: Pop And Push Items In a List
  535. 2015-01-29Groovy Goodness: Getting All But the Last Element in a Collection with Init Method
  536. 2015-01-27Groovy Goodness: Take Or Drop Last Items From a Collection
  537. 2014-12-24Gradle Goodness: Rename Ant Task Names When Importing Ant Build File
  538. 2014-12-11Awesome Asciidoctor: Nested Delimited Blocks
  539. 2014-12-09Gradle Goodness: Continue Build Even with Failed Tasks
  540. 2014-12-05Gradle Goodness: Skip Building Project Dependencies
  541. 2014-12-04Awesome Asciidoctor: Span Cell over Rows and Columns
  542. 2014-12-03Awesome Asciidoctor: Repeating Cell Contents
  543. 2014-12-02Awesome Asciidoctor: Disable Last Updated Text in Footer
  544. 2014-12-01Grails Goodness: Create New Application without Wrapper
  545. 2014-11-27Awesome Asciidoctor: Using Document Fragments
  546. 2014-11-26Gradle Goodness: Using and Working with Gradle Version
  547. 2014-11-25Gradle Goodness: Using CopySpec with Tasks
  548. 2014-11-24Awesome Asciidoctor: Changing the Grid and Frame of Tables
  549. 2014-11-17Awesome Asciidoctor: Use Asciidoctor Diagram with Gradle
  550. 2014-11-12Awesome Asciidoctor: Styling Columns and Cells in Tables
  551. 2014-11-11Awesome Asciidoctor: Changing Table and Column Width
  552. 2014-11-11Awesome Asciidoctor: Using Asciidoc in Tables
  553. 2014-11-10Awesome Asciidoctor: Table Column and Cell Alignment
  554. 2014-11-07Awesome Asciidoctor: CSV and DSV Tables
  555. 2014-10-22Gradle Goodness: Changing Name of Default Build File
  556. 2014-10-15Groovy Goodness: Closure as a Class
  557. 2014-10-14Spocklight: Indicate Class Under Test with Subject Annotation
  558. 2014-09-30Gradle Goodness: Running Groovy Scripts as Application
  559. 2014-09-19Gradle Goodness: Adding Dependencies Only for Packaging to War
  560. 2014-09-01Awesome Asciidoc: Conditional Directive to Check If Document is On GitHub
  561. 2014-08-29Awesome Asciidoc: Changing the FontAwesome CSS Location
  562. 2014-08-28Awesome Asciidoc: Change URI Scheme for Assets
  563. 2014-08-27Gradle Goodness: Suppress Progress Logging
  564. 2014-08-26Awesome Asciidoc: Adding Line Numbers to Source Code Listings
  565. 2014-08-22Awesome Asciidoc: Changing Highlight.js Theme
  566. 2014-08-21Awesome Asciidoc: Using Comments
  567. 2014-08-20Awesome Asciidoc: Links Without URI Scheme
  568. 2014-08-19Groovy Goodness: Using Layouts with MarkupTemplateEngine
  569. 2014-08-18Gradle Goodness: Getting More Dependency Insight
  570. 2014-08-15Groovy Goodness: Nested Templates with MarkupTemplateEngine
  571. 2014-08-14Groovy Goodness: Use Custom Template Class with MarkupTemplateEngine
  572. 2014-08-13Groovy Goodness: Relax... Groovy Will Parse Your Wicked JSON
  573. 2014-08-12Awesome Asciidoc: Using Conditional Directives
  574. 2014-08-11Awesome Asciidoc: Include Only Certain Lines from Included Files
  575. 2014-08-08Grails Goodness: Using Bintray JCenter as Repository
  576. 2014-08-07Grails Goodness: Conditionally Load Beans in Java Configuration Based on Grails Environment
  577. 2014-08-06Grails Goodness: Use Spring Java Configuration
  578. 2014-07-14Grails Goodness: Using Converter Named Configurations with Default Renderers
  579. 2014-07-11Grails Goodness: Custom Controller Class with Resource Annotation
  580. 2014-07-10Grails Goodness: Change Response Formats in RestfulController
  581. 2014-07-09Grails Goodness: Enable Accept Header for User Agent Requests
  582. 2014-06-26Spocklight: Write Our Own Data Provider
  583. 2014-06-25Spocklight: Assign Multiple Data Variables from Provider
  584. 2014-06-23Spocklight: Ignore Specifications Based On Conditions
  585. 2014-06-19Spocklight: Extra Data Variables for Unroll Description
  586. 2014-06-16Gr8Conf 2014 Europe Conference Report
  587. 2014-05-23Easy Editing ResourceBundle Property Files in IntelliJ IDEA
  588. 2014-05-23Grails Goodness: Run Groovy Scripts in Grails Context
  589. 2014-05-09Groovy Goodness: BaseScript with Abstract Run Script Method
  590. 2014-05-09Groovy Goodness: Use Sortable Annotation to Make Classes Comparable
  591. 2014-05-08Groovy Goodness: @Builder Definition with Extra Type Checks
  592. 2014-05-08Groovy Goodness: Using Builder to Create Fluent API for Other Classes
  593. 2014-05-08Groovy Goodness: Use Builder AST Transformation for Fluent API
  594. 2014-05-08Groovy Goodness: Extra Methods for NIO Path
  595. 2014-05-08Groovy Goodness: More Efficient Tail Recursion With TailRecursive Annotation
  596. 2014-05-06Awesome Asciidoc: Explain Code with Callouts
  597. 2014-05-02Grails Goodness: Using Aliases as Command Shortcuts
  598. 2014-05-01Awesome Asciidoc: Include Partial Parts from Code Samples
  599. 2014-04-25Groovy Goodness: Define Compilation Customizers With Builder Syntax
  600. 2014-04-24Groovy Goodness: Restricting Script Syntax With SecureASTCustomizer
  601. 2014-04-24Groovy Goodness: Customize ToString Creation
  602. 2014-04-17Grails Goodness: Extending IntegrateWith Command
  603. 2014-04-17Grails Goodness: Generate Default .gitignore Or .hgignore File
  604. 2014-04-14Coloring Different Data Sources in IntelliJ IDEA
  605. 2014-04-07Groovy Goodness: Closure as Writable
  606. 2014-04-07Groovy Goodness: GString as Writable
  607. 2014-04-04Groovy Goodness: Converting Byte Array to Hex String
  608. 2014-03-20Grails Goodness: Using Groovy SQL
  609. 2014-03-19Grails Goodness: Using Hibernate Native SQL Queries
  610. 2014-03-18Grails Goodness: Combining Constraints with Shared Constraints
  611. 2014-03-17Change Font Terminal Tool Window in IntelliJ IDEA
  612. 2014-02-11Grails Goodness: Run Forked Tests in IntelliJ IDEA
  613. 2014-02-07Search for Anything with Search Everywhere in IntelliJ IDEA
  614. 2014-02-06Grails Goodness: Customize Root Element Name Collections for XML Marshalling
  615. 2014-02-03Grails Goodness: Cleaning Up
  616. 2013-12-17Grails Goodness: Debugging App in Forked Mode
  617. 2013-12-10Grails Goodness: Using Closures for Select Value Rendering
  618. 2013-12-10Grails Goodness: Rendering Partial RESTful Responses
  619. 2013-11-22Grails Goodness: Register Custom Marshaller Using ObjectMarshallerRegisterer
  620. 2013-11-22Grails Goodness: Include Domain Version Property in JSON and XML Output
  621. 2013-11-22Grails Goodness: Pretty Print XML and JSON Output
  622. 2013-11-21Grails Goodness: Grouping URL Mappings
  623. 2013-11-21Grails Goodness: Create Report of URL Mappings
  624. 2013-11-21Grails Goodness: Get Request Parameters with Default Values
  625. 2013-11-20Grails Goodness: Generating Raw Output with Raw Codec
  626. 2013-11-19Grails Goodness: Customize Resource Mappings
  627. 2013-11-18Grails Goodness: Namespace Support for Controllers
  628. 2013-10-14Grails Goodness: Add Extra Valid Domains and Authorities for URL Validation
  629. 2013-10-12Grails Goodness: Setting Property Values through Configuration
  630. 2013-09-25Spocklight: Using Mock Method Arguments in Response
  631. 2013-09-13Grails Goodness: Unit Testing Render Templates from Controller
  632. 2013-09-06Grails Goodness: Render Binary Output with the File Attribute
  633. 2013-09-05Grails Goodness: Accessing Resources with Resource and ResourceLocator
  634. 2013-08-23Spocklight: Using the Old Method
  635. 2013-08-20Grails Goodness: Set Request Locale in Unit Tests
  636. 2013-08-14Grails Goodness: Using the header Method to Set Response Headers
  637. 2013-06-05Groovy Goodness: Customize Log Variable Name with Log AST Annotations
  638. 2013-06-04Gradle Goodness: Extending DSL
  639. 2013-06-03Groovy Goodness: @DelegatesTo For Type Checking DSL
  640. 2013-05-14Checking Parameters Mock Method Invocation in Spock
  641. 2013-05-03Change return value of mocked or stubbed service based on argument value with Spock
  642. 2013-05-03How to test for an exception with Spock
  643. 2013-04-02Grails Goodness: Using Wrapper for Running Grails Commands Without Grails Installation
  644. 2013-03-14Grails Goodness: Set Property Values of Spring Beans in resources.groovy
  645. 2013-02-08Grails Goodness: Injecting Grails Services into Spring Beans
  646. 2012-12-14Using URL Scheme for Telephone Numbers in HTML
  647. 2012-10-29Gradle Goodness: Distribute Custom Gradle in Our Company
  648. 2012-10-26Groovy Goodness: Pretty Print XML
  649. 2012-10-25Gradle Goodness: Task Output Annotations Create Directory Automatically
  650. 2012-10-24Gradle Goodness: Init Script for Adding Extra Plugins to Existing Projects
  651. 2012-10-23Gradle Goodness: Exclude Transitive Dependency from All Configurations
  652. 2012-10-22Gradle Goodness: Running Java Applications from External Dependency
  653. 2012-10-15Grassroots Groovy: Parse XML with XmlSlurper from Java
  654. 2012-10-11Groovy Goodness: Create a List with Default Values
  655. 2012-10-10Groovy Goodness: Getting the First and Last Element of an Iterable
  656. 2012-10-09Groovy Goodness: Using Groovy for Git Hooks
  657. 2012-10-08Gradle Goodness: Getting Announcements from Gradle Build
  658. 2012-10-04Groovy Goodness: Return Closure From Another Closure or Method
  659. 2012-10-03Groovy Goodness: Using Project Coin Features Also With Older Java Versions
  660. 2012-10-02Groovy Goodness: Drop or Take Elements with Condition
  661. 2012-09-26Groovy Goodness: Using Implicit call() Method
  662. 2012-09-25Groovy Goodness: Boolean Implications
  663. 2012-09-21Gradle Goodness: Customize IDEA Project File Generation
  664. 2012-09-20Google Guava Goodness: Converting Between ASCII Case Conventions
  665. 2012-09-19Google Guava Goodness: Joining Collection Elements
  666. 2012-09-18Gradle Goodness: Using Objects for Version
  667. 2012-09-18Google Guava Goodness: Matching All Elements in a Collection

Rob Brinkman10

  1. 2023-10-31jq Joy: Converting JSON to CSV
  2. 2021-10-28Implementing a REST API for Object Detection with KotlinDL and KTor
  3. 2020-10-31Implementing a https enabled redirect service using Firebase
  4. 2018-10-01Micronaut Mastery: Configuration of a Kotlin based Micronaut application
  5. 2017-10-06Implementing architectural fitness functions using Gradle, JUnit and code-assert
  6. 2016-10-31Exploring the Vert.x MQTT server project
  7. 2016-10-07Het ontstaan van de passie voor het moderne maken
  8. 2015-03-06Building Vert.x projects using Gradle
  9. 2013-11-27Suggested Parleys Watchlist for Devoxx 2013
  10. 2012-09-20Quick Tip: Installing and switching Grails versions on OS X using Homebrew

Emil van Galen19

  1. 2016-10-04AngularConnect 2016 conference report episode 1
  2. 2016-04-07Grasping AngularJS 1.5 directive bindings by learning from Angular 2
  3. 2016-02-14Using `$q.defer()` in AngularJS? Try the $q 'constructor' instead.
  4. 2015-02-11ngImprovedTesting 0.3: improved ModuleBuilder with lots of bug fixes
  5. 2014-11-27ngImprovedTesting 0.2: adding $q.tick() to improve testing promises
  6. 2014-10-30ngEurope: about AngularJS 1.3, new router and the future 2.0
  7. 2014-07-21ngImprovedTesting: mock testing for AngularJS made easy
  8. 2014-03-17Joy of Coding... and mutation testing in Java
  9. 2013-12-17Integrating Karma 0.10 tests in Maven with Sonar(Cube) test coverage
  10. 2013-09-24Understanding and fixing AngularJS directive rendering and parsing
  11. 2013-08-13Integrating Karma 0.8 tests in Maven with Sonar(Cube) test coverage
  12. 2013-05-21Integrating Karma (Testacular) test runner in WebStorm 6 / IDEA 12
  13. 2013-05-12Easy installation of Karma (Testacular) test runner on Windows
  14. 2013-03-19Quickly experiment with AngularJS (and Jasmine) using these Plunks
  15. 2013-03-16How to create (singleton) AngularJS services in 4 different ways
  16. 2012-11-13Safe-guarding AngularJS scopes with ECMAScript 5 "Strict Mode"
  17. 2012-10-29Adding custom HTML attributes to your AngularJS web app
  18. 2012-10-05AngularJS made me stop hiding from JavaScript
  19. 2012-09-20To Roo or not to Roo...

Willem Cheizoo29

  1. 2021-04-21How to merge git repositories preserving git history
  2. 2021-04-09Spicy Spring: Splitting Configuration and make Properties immutable
  3. 2019-07-29Effectively use Mapstruct and Lombok's builder
  4. 2019-04-16Immutable classes with Spring Boot, Lombok and Jackson
  5. 2017-02-21Release NPM package with git-flow
  6. 2017-02-20PlantUML Pleasantness: Create diagrams from NPM and Typedoc
  7. 2016-12-15Make Git files executable
  8. 2016-11-30Handling YAML format in your REST with Spring Boot
  9. 2016-10-27Devoxx4Kids: Technologie is cool
  10. 2016-10-14Integrate Angular in Spring Boot with Gradle
  11. 2016-08-29Spring Batch and Feign OAuth2 RequestInterceptor
  12. 2016-07-13IntelliJ IDEA: 2016.2 font ligatures
  13. 2016-06-29Spicy Spring: Customize error JSON response with ErrorAttributes
  14. 2016-06-27Spicy Spring: Creating a Fully Executable Jar
  15. 2016-06-23Generic Code Formatting with EditorConfig example
  16. 2016-06-17Spicy Spring: Write your own AutoConfiguration
  17. 2016-06-17Spicy Spring: Inject your custom method argument in Spring MVC using HandlerMethodArgumentResolver
  18. 2016-02-04Use Spring classpath Resource as Tuckey UrlRewriteFilter configuration
  19. 2015-09-04Spicy Spring: Create your own ResourceLoader
  20. 2015-04-16Spicy Spring : Dynamically create your own BeanDefinition
  21. 2015-03-26Construct a typed Array via List.toArray() with correct size
  22. 2015-03-23Spicy Spring : Different ways of Autowiring
  23. 2015-03-12Nifty JUnit : Using Rule on Method and Class level
  24. 2015-03-10Using Spring managed Bean in non-managed object
  25. 2015-03-09Nifty JUnit : Working with temporary files
  26. 2015-03-05Prevent 'No plugin found' in multi-module maven
  27. 2013-04-26Nifty JUnit : How to test for an exception
  28. 2012-12-17Compare JAR files content; decompiling class files
  29. 2012-10-04Spring Tip: Check for existence of Bean during startup

Pim Dorrestijn1

  1. 2013-10-07Detect Maven Dependency Mediation

Robbert van Waveren6

  1. 2019-10-15Exploring the new Spring Security OAuth 2.0 and OpenID Connect support part 2
  2. 2019-10-10Exploring the new Spring Security OAuth 2.0 and OpenID Connect support part 1
  3. 2015-01-19Stateless Spring Security Part 3: JWT + Social Authentication
  4. 2014-10-06Stateless Spring Security Part 2: Stateless Authentication
  5. 2014-10-06Stateless Spring Security Part 1: Stateless CSRF protection
  6. 2014-04-17An exploration on locking and atomicity in Redis

Tammo Sminia33

  1. 2023-10-17Use ZLayer.make to simplify layer creation
  2. 2023-02-09Either vs Exceptions
  3. 2022-10-19Juggling with ZIO runtimes
  4. 2022-10-12Exceptions in ZIO
  5. 2022-08-17Building an API with ZIO and Caliban
  6. 2022-05-08How to get an ActorContext from Akka testKit
  7. 2022-04-08Sangria input defaults for value classes
  8. 2022-03-25Akka Serverless
  9. 2021-11-15Value class in Sangria
  10. 2021-10-31Use sed to fill a path variable in a config file
  11. 2021-10-15Markov movie critic - part 4 - classifier
  12. 2021-10-13Markov movie critic - part 3 - learning
  13. 2021-10-11Markov movie critic - part 2 - tokenization
  14. 2021-10-07Value of tests
  15. 2016-11-30Events in Polymer
  16. 2016-11-13AI movie critic - part 1 - Reading the training data
  17. 2016-10-06Making a simple stubserver with Drakov
  18. 2016-09-04"this" in javascript
  19. 2016-01-17Throttling in Akka and Spray
  20. 2015-11-18Iterating over a Map in Scala
  21. 2015-10-28Chaining Options
  22. 2015-10-16JSON parsing in Scala
  23. 2015-10-14Keystore without a password
  24. 2015-08-06Load testing our robots API with Gatling
  25. 2015-08-06Options with flatMap
  26. 2015-07-12Building a REST client with Spray
  27. 2015-05-16Validating input in Spray
  28. 2015-04-22Time libraries in Scala
  29. 2015-04-06Alternating between Spray-servlet and Spray-can
  30. 2015-03-25Building a war with spray-servlet
  31. 2015-03-15Chaining futures in Scala
  32. 2015-03-15Building a rest API with spray
  33. 2015-03-04Akka and scalatest in gradle

Ties van de Ven18

  1. 2023-07-25Error handling
  2. 2022-10-28Kotlin's context with receivers
  3. 2022-10-17The problem with Functional Programming
  4. 2022-10-11Pattern matching in Java 19
  5. 2022-04-13Smart constructors in Kotlin
  6. 2022-04-12Optics in Kotlin with Arrow
  7. 2021-10-19Sealed classes in Java 101
  8. 2021-10-04Single return vs Multiple returns
  9. 2021-01-23Running GradleRunner tests in IntelliJ
  10. 2020-10-15Kotlin and Spring validation
  11. 2020-10-12Beginners guide to lambdas
  12. 2019-10-21Don't pass null to a function
  13. 2019-10-14Java streams vs for loop
  14. 2018-10-26Java's difficulties with Functional Programming
  15. 2018-10-11Get your application version with Spring Boot
  16. 2017-10-056 Steps to help you debug your application
  17. 2015-10-07How to write bug free code - State
  18. 2015-03-06Integration testing on REST urls with Spring Boot

Bas W. Knopper3

  1. 2021-10-29Why I miss developing software
  2. 2018-09-29Production-safe Docker Tomcat image
  3. 2016-02-17JFokus Conference: A Presentation to Remember

Jeroen Resoort4

  1. 2016-10-21Running SonarCube on your laptop using Docker
  2. 2016-06-02Building your own self refreshing cache in Java EE
  3. 2016-04-22Mission to Mars follow up
  4. 2016-02-02The (non)sense of caching

Martijn van der Wijst3

  1. 2018-05-04JSHeroes 2018 Conference Report
  2. 2017-10-09Fronteers conf '17
  3. 2016-05-25Experiences at Google IO 2016

Riccardo Lippolis8

  1. 2022-10-03Overloading the Primary Constructor in Kotlin for Java Interoperability
  2. 2021-07-22Propagating the Spring SecurityContext to your Kotlin Coroutines
  3. 2020-10-14Filter a Kotlin Map to get non-null values only
  4. 2019-10-18Converting Char to Int in Kotlin
  5. 2019-10-17Kotlin method reference to companion object function
  6. 2019-10-07Heapcon 2019
  7. 2017-11-05Slim modular Java 9 runtime Docker image with Alpine Linux
  8. 2016-09-02Securing your application landscape with Spring Cloud Security - Part 1

Johan Kragt2

  1. 2020-10-31Game Development in Java
  2. 2016-12-03Modify Java 8 final behaviour with Annotations

Deniz Turan9

  1. 2021-10-22A Developers Toolbox: part 3
  2. 2021-10-21A Developers Toolbox: part 2
  3. 2021-10-20A Developers Toolbox: part 1
  4. 2020-10-27Automating hosting RevealJS slides on GitLab
  5. 2019-09-04Docker volumes & case insensitive directories
  6. 2018-11-01Spring Boot: LocalDateTime not parsing to JSON correctly
  7. 2017-05-22Automatically generating your API from a swagger file using gradle
  8. 2017-01-29Forcing HTTPS with an .htaccess file on Heroku
  9. 2016-12-18Promise me you won’t use Promise.race

Auke Speksnijder1

  1. 2017-04-14Simplify your Protractor tests using Generator functions

Michel Breevoort4

  1. 2022-10-26OpenAPI: Different API versions with Springdoc
  2. 2021-10-27Elasticsearch: blazing fast products per category
  3. 2020-10-26Spring WebFlux : reactor meltdown - slow responses
  4. 2017-04-11Spicy Spring : Scheduler does not shutdown

Erik Pronk14

  1. 2023-11-01The Michael Jordan Approach to Software Engineering
  2. 2023-10-09Prompt Engineering: Tool or Threat to Software Engineering?
  3. 2023-10-02Elevate Your Team's Game with Developer Productivity Engineering
  4. 2023-07-14Team Topologies: Building High-Performance Software Teams through culture
  5. 2023-03-02SBOM: Insights into dependencies and vulnerabilities
  6. 2022-12-21Weighing Developer Experience
  7. 2022-10-31Inclusive Software Architecture
  8. 2021-10-01Quantum software engineering
  9. 2021-06-24How tech culture can contribute to growth
  10. 2021-03-11How tech culture can contribute to quality
  11. 2020-10-01How to stay connected during disconnected times
  12. 2019-10-09Machine Learning Systems require paradigm shift in Software Engineering
  13. 2018-10-25Infrastructure Automation on Google Cloud Platform
  14. 2017-10-04JavaOne verslag: De Keynote

Tom de Vroomen10

  1. 2023-12-08Migrate deprecated Keycloak adapter with Spring Security 6
  2. 2023-10-06Experiencing DrivUn and AxonIQ Conference
  3. 2022-07-02Running Oracle XE with TestContainers on Apple Silicon
  4. 2022-07-01Running Oracle XE on Apple Silicon
  5. 2021-06-18Configure Hikari Connection Pool when using AWS RDS IAM
  6. 2020-10-09Using WireMock in an async environment
  7. 2019-11-27Prevent ResponseEntity being generated as OpenAPI model
  8. 2018-10-12TestContainers project can make your (integration) test life easier
  9. 2018-10-03Using QueryDSL annotation processor with Gradle and IntelliJ IDEA
  10. 2017-10-25Maven: How to connect with Nexus using HTTPS

Mathijs de Groot2

  1. 2017-10-10Run one or Exclude one test with Gradle
  2. 2017-10-09Run one or Exclude one test with Maven

Sander Smeman3

  1. 2018-10-29Reduce the code to noise ratio of maven POMs
  2. 2018-10-15Easily build your own tech radar
  3. 2018-10-04Combining Spock and JUnit 5 tests

Jasper Bogers13

  1. 2023-10-19Handling DynamoDB TTL expiry events with AWS Lambda and DynamoDB Streams
  2. 2022-10-24A day in the life of DevOps
  3. 2022-10-06Insecure by default with OWASP DependencyCheck
  4. 2020-10-08Misconceptions about Scrum by the book
  5. 2020-06-05Problematic archetypes of a tech lead
  6. 2020-03-20So many meetings in Scrum!
  7. 2020-02-24Look to learn and don't think in ink
  8. 2020-02-21Agile rewrite of an existing system
  9. 2019-10-11Cultivating technical innovation in daily operation
  10. 2019-08-23Automation and Measurement as first class citizens in your sprint backlog
  11. 2018-12-21Should we spike or should we change how we do product backlog refinement?
  12. 2018-10-31Compliance as code using Ansible
  13. 2018-10-10Shift left thinking applied to the full software delivery cycle

Chiel van de Steeg6

  1. 2022-11-29Generic Derivation - a comparison
  2. 2022-10-22How to: Generic Derivation
  3. 2019-11-11Using ZIO's Ref to ensure a singleton in the Environment
  4. 2019-10-30Functional dependency injection in Scala using ZIO environments
  5. 2019-10-28A simple integration test using Scala and ZIO
  6. 2018-10-05Grasping Java 8: open source Java 8 workshop

Patrick Ooteman1

  1. 2018-10-30Setup React + Typescript + Storybook all using the same SCSS

Sjoerd Valk1

  1. 2018-10-05Start your next web-application in the browser with CodeSandbox

Casper Rooker7

  1. 2022-10-20Dealing With Git Oopsies
  2. 2022-10-13A Sense Of Reactive Streams
  3. 2022-10-07K8s cluster on Apple Silicon
  4. 2020-10-07Minikube on LAN
  5. 2019-06-28AWS accounts & users: Separation of Concerns
  6. 2019-06-28Dabbling with DNS in AWS
  7. 2019-01-21Mutation testing in Maven & Sonarqube

Justus Brugman17

  1. 2024-01-18OWASP DependencyCheck Plugin Central Cache
  2. 2023-10-31Working From Abroad
  3. 2022-10-27Another Git Oopsie
  4. 2022-03-23Fault Tolerance in Quarkus
  5. 2021-10-25Integration testing in Quarkus
  6. 2021-05-24Create a Docker image running Robot Framework
  7. 2021-03-26Videoconferencing Part III
  8. 2021-03-20Videoconferencing Part II
  9. 2021-03-15Videoconferencing Part I
  10. 2020-12-05iTerm2
  11. 2020-10-28Introduction to OData
  12. 2020-05-22Building a Magic Mirror
  13. 2020-02-08Pragmatic explanation of Monads, the ‘short short version’
  14. 2019-10-16Customising form validation in Javalin using Valiktor
  15. 2019-07-19Let's Play!
  16. 2019-07-02Containerization: Is it the solution that solves your DevOps issues?
  17. 2019-06-07Microservices: A workshop by Sam Newman

Jurjen Vorhauer2

  1. 2020-10-21Spring Web Frameworks Compared
  2. 2019-06-20Typisch Types: Verfijnde types

Niels van Nieuwenburg8

  1. 2022-06-075 ways to improve your cyber security now - Software Developer edition
  2. 2020-11-27How to hack a box - Privilege Escalation
  3. 2020-11-13How to hack a box - Enumeration
  4. 2020-11-06How to hack a box - Gaining Access
  5. 2020-10-30How to hack a box - Exploration
  6. 2020-10-29How to hack a box - Introduction
  7. 2020-05-04An introduction to Reverse Shells
  8. 2020-04-28How an interactive shell can make your life easier after getting a Reverse Shell

Jacob van Lingen30

  1. 2024-03-12Dear Diary: Reveal autoconfigured Spring Beans in IntelliJ
  2. 2024-02-21Kotlin Discovered: Variance (again)
  3. 2024-01-15Dear Diary: Generics at runtime?
  4. 2023-12-11Dear Diary: Operators are just functions
  5. 2023-10-24Dear Diary: 'Til You Can't
  6. 2023-10-10Kotlin Discovered: Inline functions caveats
  7. 2023-09-26Kotlin Discovered: Inline functions
  8. 2023-09-12Kotlin Discovered: Pattern Matching
  9. 2023-09-05Kotlin Discovered: Variance
  10. 2023-08-29Kotlin Discovered: About statics
  11. 2023-08-22Kotlin Discovered: Null Safety
  12. 2023-08-15Kotlin Discovered: Data Class
  13. 2023-08-08Kotlin Discovered: Standard Class
  14. 2023-08-01Kotlin Discovered: Functions
  15. 2023-07-08Annotation based Dependency Injection: Breaking Down the Basics
  16. 2023-05-06Living in a changed world
  17. 2022-10-25Of wizards and functional magic
  18. 2022-07-16Creating slides like a boss
  19. 2022-03-29Let's talk functions
  20. 2021-12-31Generate INSERT queries by a SELECT query
  21. 2021-11-30Presentation anxiety
  22. 2021-07-13Inhale, exhale, release
  23. 2021-04-09Battling Java's verbosity
  24. 2021-03-13A worthy companion for @RequestBody
  25. 2021-01-18Let's make a curry
  26. 2020-11-12Oh, those bits and bytes
  27. 2020-07-08Expanding the Java Bean Validations
  28. 2020-05-26Visualizing a nasty virus
  29. 2020-05-08Don't be afraid of Docker
  30. 2020-04-03How to fix a drop of code coverage with a multi module Maven project

Thomas de Groot6

  1. 2023-10-21Java 21: what changed since the previous LTS?
  2. 2023-10-20Avoid dependency hell with Maven BOM (Bill of Material)
  3. 2021-10-14Practical intro to Java LTS upgrade (11 to 17)
  4. 2021-03-24Running AWS locally with LocalStack
  5. 2020-10-22Using AWS API Gateway as an proxy
  6. 2020-04-14Maintain your local AWS environment with Commandeer

Kees Nederkoorn6

  1. 2023-10-03Back 2 Basics: Servlets without a Framework
  2. 2022-10-18Why you should stop making Breadcrumbs
  3. 2022-10-04Why you should NOT use Hexagonal architecture
  4. 2021-08-30Zero Trust for developers
  5. 2020-10-23Why passwords are done wrong
  6. 2020-10-19Git: rebase vs. merge

Tom Raaff2

  1. 2021-02-01How to set up a Vanilla TypeScript application
  2. 2020-10-10RxJS - When and how to unsubscribe

Jorrit van der Ven4

  1. 2023-10-16An introduction to Dapr; Microservices made easy!
  2. 2022-10-27Test JPQL queries from inside IntelliJ
  3. 2022-10-14Add schema documentation to your OpenAPI spec with Quarkus
  4. 2021-10-08Generate Swagger UI from Spring REST Docs

Alexander Chatzizacharias2

  1. 2022-12-08How to change your C# class template in Visual Studio 2022 to use the new file scoped namespaces
  2. 2022-04-15Setting up Azure Devops Pipelines for your Kotlin projects

Reggie Ebendal1

  1. 2023-02-01Building a Stub Server using WireMock and Spring Boot

Ronald Koster4

  1. 2023-10-25Skaffold with Quarkus and Kubernetes
  2. 2023-10-12One-way TLS and Authentication
  3. 2023-10-05Gradle Cheat Sheet
  4. 2023-03-21Hexagonal vs Layers Architecture

Quinton Weenink3

  1. 2023-10-23Post your RSS feed to X.com (Twitter) using Slack
  2. 2023-07-17Using Diffblue Cover to Write Tests for Existing Code
  3. 2023-07-13Getting Started with Diffblue Cover

Jesse Wouters1

  1. 2023-10-13Kotlin Scope Functions

Silvian Bensdorp3

  1. 2024-03-27GPU programming part 3: a partial real-world example
  2. 2024-02-29GPU programming part 2: architecture details and when to make the switch
  3. 2024-02-14GPU programming, a high level overview

Laurens Westerlaken2

  1. 2024-07-15CloudEvents in practice
  2. 2024-07-01A first look at CloudEvents
shadow-left