Details
-
AboutJavascript Dev, Rest is life, apis ftw.
-
SkillsJavascript, CSS, React, NodeJS, Server Administration
-
Github
Joined devRant on 7/24/2017
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
-
Is it that weird to regularly (like once a day) check which rooms are booked in your department to find out what's happening in the department? As well as watching some areas in our knowledge base so I can be notified on changes/updates? Was called out on being a "stalker" by a colleague in the last team meeting...
-
When I lose motivation I either try to do other things or just sit it out while trying to force myself to work on projects, sadly it doesn't work sometimes
-
Did some webdesign, not sure yet of how I want to continue, navbar is done & responsive, so that's something. The hero banner looks kinda empty though... What do you folks think of it ?5
-
Had a feedback meeting with one of my senior devs today, it went really well and allowed me to get a new view on some things, like some common behavior patterns I do. Really happy about it :3 If you didn't have something like this yet, go for it, it's definitely worth the time ^^
-
Updated our rancher setup today and it just completely fucked the server, kubernetes stopped working, rancher stopped working. Guess who's going to install kubernetes manually next week? ;--;2
-
When you have some important system maintenance planned but your body says "not this time wolke" and just gives you 3 days off with sickness :<
-
!rant
TLDR; time to look for alternatives
Had a negotiation appointment with our CTO recently, due to the fact that I am going to finish my apprenticeship by the current year. As I heard from colleagues that the average pay for a finished apprentice isn't really the best, I wanted to try myself at bargaining it a bit higher.. So we went into the meeting and I brought up my argument, bossman just shrugs it off as laughable and that he can do it 100x better, so why should I define my pay on that.. The appointment was just very uncomfortable after that, no appreciation of my efforts at all. Not like I already work like a normal employee just with a quarter of the pay 😑2 -
Tried out linkerd recently, it's pretty cool when you want to get dynamic routing based on entries in a service registry ^^ originally planned to just dynamically generate configs for haproxy but this makes it way easier ^^
-
1st post of a series, which I might start called wolkes weird api queries.
Today we have a user that was looking for "big bobs"3 -
When your internal timezone automatically changes over the weekend and you have to get it back to "normal" but then somehow end up not sleeping at all 😅😐😑😪2
-
Got my first message from a recruiter today 😄! Not that I plan to leave the current company but it's a nice feeling 😄3
-
1. Finish what is left over from 2017
2. Get some experience with machine learning
3. Finish internship and work as a normal full-time dev -
That feel when you move most of your dev environment to servers and connect to it via vpn so you won't have to open 10+ terminal windows 😍8
-
When you are so tired that you just fell asleep with the flashlight of your handy on and shining directly at you 😪
-
Wrote a image generation api which uses a headless browser within 2 days ^^ it generates an image like the one below in around 500ms while also loading external resources like that avatar and the icons. ^^2
-
Cup Noodles, they are a saviour when you want to finish something but are unable to since your stomach is empty
-
Hmm. I've been wondering how I'll deploy an api based on a microservice style the smartest way... The general plan was to use salt to setup the base server and install dependencies and add the configuration.. Doing updates would be a git pull and pm2 restart api. I would love to know how you deploy your software ?1
-
Do you know that feel when some relatives ask you why you are "gaming" all the time, while in reality you just released a new version of a library you wrote and wanted to get it right?7
-
Working on a library for a discord bot I'm gonna make.. the library is about 80% done and I can already build a working bot with it. But now all those new questions appear in my head about things I am going to make like "how do I design permissions" and similar stuff.... AM I OVERTHINKING THIS TOO MUCH?!4
-
Oh boy my boss wants to talk about my "working times" since I enjoy starting work at 5am. Am I this weird to like working early in the morning?13
-
Why TF does nodejs just eats 100mb of ram away for a simple application with ONE websocket connection ? I've tried getting some heap snaps, memory allocation timelines and used memwatch-next, but to no result AT ALL! Since the heap stay small but the rss memory grows like there is no tomorrow.