Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _posts/2017-08-08-introduction-to-grpc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Introduction to gRPC'
date: '2017-08-08'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

My next article on [Baeldung](https://www.baeldung.com/):
[Introduction to gRPC](http://www.baeldung.com/grpc-introduction)

This one was on gRPC. I throughly enjoyed writing it and also learned few things. Hope you like it.
13 changes: 13 additions & 0 deletions _posts/2018-01-16-java-8-stringjoiner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Java 8 StringJoiner'
date: '2018-01-16'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

My next article on [Baeldung](https://www.baeldung.com/):
[Java 8 StringJoiner](http://www.baeldung.com/java-string-joiner)

Hope you like it.
13 changes: 13 additions & 0 deletions _posts/2018-02-12-priority-based-job-scheduling-in-java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Priority-based Job Scheduling in Java'
date: '2018-02-12'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

My next article on [Baeldung](https://www.baeldung.com/):
[Priority-based Job Scheduling in Java](http://www.baeldung.com/java-priority-job-schedule)

I recently wanted to implement priority-based job scheduling at work. After completing my implementation, I thought it would be a good topic for a blog post. I suggested it to Baeldung and they accepted it. Hope you find it useful.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'A Guide to Streams in Java 8: In-Depth Tutorial with Examples'
date: '2018-03-07'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

My first guest article as part of authoring at [Baeldung](https://www.baeldung.com/). This article was published on [Stackify](https://stackify.com/). This one is the longest article I have ever written. I think it turn out quiet well:
[A Guide to Streams in Java 8: In-Depth Tutorial with Examples](https://stackify.com/streams-guide-java-8/)

What do you thing?
13 changes: 13 additions & 0 deletions _posts/2018-05-16-java-10-localvariable-type-inference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Java 10 LocalVariable Type-Inference'
date: '2018-05-16'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

Java 10 was released recently. I thought of covering new features in Java 10 on [Baeldung](https://www.baeldung.com/). They liked the idea and we ended up creating a series of three articles. Here's the first one:
[Java 10 LocalVariable Type-Inference](http://www.baeldung.com/java-10-local-variable-type-inference)

Hope you like it.
13 changes: 13 additions & 0 deletions _posts/2018-05-16-java-10-performance-improvements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Java 10 Performance Improvements'
date: '2018-05-16'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

Here's the second article from the Java 10 series I am writing on [Baeldung](https://www.baeldung.com/):
[Java 10 Performance Improvements](http://www.baeldung.com/java-10-performance-improvements)

Hope you like it.
13 changes: 13 additions & 0 deletions _posts/2018-05-26-guide-to-java-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Guide to Java 10'
date: '2018-05-26'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

Here's the final article from the Java 10 series I was writing for [Baeldung](https://www.baeldung.com/):
[Guide to Java 10](http://www.baeldung.com/java-10-overview)

Hope you enjoy reading this series as much I enjoyed studying and writing about Java 10.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Sample Application with Spring Boot and Vaadin'
date: '2018-08-04'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

In my next article on [Baeldung](https://www.baeldung.com/) is about using Vaadin along with Spring Boot:
[Sample Application with Spring Boot and Vaadin](https://www.baeldung.com/spring-boot-vaadin)

I think Vaadin is a great framework for Backend Java Developers who want to quickly build some web UI without having to learn new language and any JavaScript framework.
13 changes: 13 additions & 0 deletions _posts/2018-11-04-rate-limiting-in-spring-cloud-netflix-zuul.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
title: 'Rate Limiting in Spring Cloud Netflix Zuul'
date: '2018-11-04'
author: rockoder
tags:
- hacking, tech-writing, baeldung
---

Here's my new article on [Baeldung](https://www.baeldung.com/)
[Rate Limiting in Spring Cloud Netflix Zuul](https://www.baeldung.com/spring-cloud-zuul-rate-limit)

What do you think?