DevRel Technology Troubleshooting

Troubleshooting 101

Part of my job as Developer Advocate is to reach out to developers in social forums like Stackoverflow, Reddit, and Slack communities to check whether I can provide help. While I feel great pleasure in doing this, it is getting harder and harder to help people these days. I have the feeling that developers these …

Continue Reading
Terraform Tools

AWS ElastiCache with a Bastion Host using Terraform

AWS ElastiCache is a fully managed service that allows users to easily and quickly use cache technologies like MemCached and Redis without the gory implementation details. But this doesn’t come for free. Developers often complain about the fact that the service is deployed in private subnets and due to that fact — they are not …

Continue Reading
Redis

Multiple Columns with Redis Sorted Set

Recently I had to build an application that would store and order players in a Redis Sorted Set, but using multiple columns as criteria for the score, instead of just one. After trying to find a proper solution on the web and failing to do so; I decided to put my head to work and …

Continue Reading
Tools

Using Logitech Products with Fedora Linux

I am a huge fan of what Logitech creates for the computer industry and I have been using its products for quite some time now. However, for the last 5 years I took the [smart] decision of using Linux for desktop and by doing so — I realized that certain products seems only to work …

Continue Reading
Uncategorized

Oracle Code One 2019

Last week I had the chance to attend one more time Oracle’s new developer’s conference know as Oracle Code One. It was so nice to catch up with great friends, plus being able to party with people from the Java community. They certainly know how to make things funny and entertaining.

Continue Reading