Details
-
AboutJava during day time. TypeScript during night time. Secret love with dotnet.
-
SkillsJava, C#, PhP, JavaScript, CSS, HTML, Python
-
LocationSchleswig-Holstein, Germany
-
Website
-
Github
Joined devRant on 11/17/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Why am single 😂😂
On a date with a girl:
Her: Tell me what you do for a living
Me: I create my own stress and worries, sometimes these worries follow me in my sleep.
Her: Did they follow you here?
Me: Yes! Infact, I got it now. I think I forgot to install curl, that's why my API queries wouldn't work.
Her: Excuse me?
Me: I mean, I out of here, bug is fixed bit*h14 -
So, I was gonna rant about how it can be difficult to design event-based Microservices.
I was gonna say some shit about gateways APIs and some other stuff about data aggregation and keeping things idempotent.
I was going to do all this but then as I was stretching out the old ranting fingers I decided to draw a diagram to maybe go along with the rant.
Now I’m not here to really rant about all that Jazz...
I’m here to give you all a first class opportunity to tear apart my architecture!
A few things to note:
Using a gateway API (Kong) to separate the mobile from the desktop.
This traffic is directed through to an in intermediate API. This way the same microservices can provide different data, and even functionality for each device.
Most Microservices currently built in golang.
All services are event based, and all data is built on-the-fly by events generated and handled by each Microservices.
RabbitMQ used as a message broker.
And finally, it is hosted in Google Cloud Platform.
The currently hosted form is built with Microservices but this will be the update version of things.
So, feel free to rip it apart or add anything you think should change.
Also, feel free to tell me to fuck right off if that’s your cup of tea as well.
Peace ✌🏼19 -
Today is the 2nd anniversary of devRant unofficial UWP! 😁
Brief summary of the last year:
- A total of 36 updates have been released this year, becoming now 60 in total;
- v2 passed through the closed beta phase with the help of 15 devRanters;
- v2 public beta has been released for everyone;
- The app received (beta) support for Xbox One and Microsoft Hub (becoming available for all the UWP devices: PC, Mobile, HoloLens, Surface Hub, Xbox One);
- The official Issue Tracker on GitHub has been created;
- 35 out of 48 issues/feature requests on the Issue Tracker have been solved;
- The v2 got featured by the official Microsoft Design twitter account;
- The app reached more than 2,000 acquisitions from the Microsoft Store (about 300 active users everyday with an average 20 minutes daily session, ~2.5 sessions per day), +100% since last year;
- Still maintains a solid 4.8 out of 5 average rating on the Microsoft Store (4.9 and even 5.0 in some countries, based on ~300 reviews);
- Softpedia editor has reviewed it 4.5 out of 5, becoming the best devRant client on that website, followed by devRantron (with a solid 4 out of 5);
- Has been featured as "App of the Day" by "myAppFree";
If you're not yet part of the UWP ranters community, download the app now:
https://microsoft.com/store/apps/...
Link to the rant for the 1st anniversary with the full story about this app:
https://devrant.com/rants/59906611 -
Incoming 5G-network's coverage is being resolved with natural ways
Finnish communication agency is figuring out ways to install mobile mini cell towers to moose and deer. The goal is to enhance network coverage in low density living areas. Safety of the network would be ensured with injections and deworming. Prototypes have been tested with voluntary public servants, and the results have been promising.4 -
So at the beginning there was assembly.
But people wanted something more highlevel, so C was born.
But writing big projects was a pain so C++ was invented.
But then the web started to become more popular and C++ wasn‘t really good at that, so Rasmus Lerdorf created PHP.
And then everything moved to the client and should be loaded dynamically for better UX, so everyone writes JS.
But JS doesn‘t have a good performance, so people created web assembly compiled from C...
Am i the only one who sees the irony in this?7 -
if (MONTH === 1 & DAY === 18) {
alert("Bro, it's your birthday");
} else {
alert("Bro, just go away, you're nothing special 😅);
}12 -
You can’t become fit physically by reading a lot about fitness.
You actually need to go to the gym and put the hours and sweat in!
Same concept applies for coding as well.3 -
So I was studying for a test using a quizlet my social studies teacher made, and I came across this gem. 99% sure my social studies teacher didn't read what it said/understand what it means.9
-
You know it's the holidays when you go to your parents house for dinner and fix the router, your mom's phone, your dad's iPhone, the smart tv, your brothers email account reset, your grandmas prehistoric phone and then you go to your wife's family for dinner and you find yourself fixing her mom's iPhone, her dad's laptop her uncle's tablet, her cousin's ps4 and every freaking thing that connects to the Wi-Fi. Well, it's the holidays, at least there was food and drinks all around...Happy New Year everyone 🍷rant happy new year tech support holidays family tech support family at least there was food and drinks2
-
Best thing: I started to understand how compilers work under the hood (sort of), was even able to implement a few scanners already
Worst thing: I have absolutely no clue how to continue ._.2 -
I just can’t imagine it.
( ._.) “Hey dude, I code. Do you?”
(.-. ) “Same”
( ._.) “Friends?”
(.-. ) “Friends”125 -
I really am grateful to be a software engineer.
Being a software engineer here in my country really is wonderful. We're very short on software engineering and IT professionals, so we could quite easily make 2 to 4, even 5 times average salary, and most of us don't even have to worry about getting fired because we can quite easily get a new job in a matter of weeks.
I'm really, really grateful. And I intend to give back to the community by enabling those without access to formal education in IT to learn a bit about software engineering by sharing my knowledge freely in my blog. I hope I can keep consistent in this. Wish me luck!14