Details
-
Skillsbeep boop
Joined devRant on 7/13/2020
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
-
> be me, 1AM, in bed
> get rando text, 5 digit number: "are you still awake?"
> "who is this?"
> *hears car roll out of driveway*
mmhmm yep absolutely not shitting my pants rn no15 -
# Retrospective as Backend engineer
Once upon a time, I was rejected by a startup who tries to snag me from another company that I was working with.
They are looking for Senior / Supervisor level backend engineer and my profile looks like a fit for them.
So they contacted me, arranged a technical test, system design test, and interview with their lead backend engineer who also happens to be co-founder of the startup.
## The Interview
As usual, they asked me what are my contribution to previous workplace.
I answered them with achievements that I think are the best for each company that I worked with, and how to technologically achieve them.
One of it includes designing and implementing a `CQRS+ES` system in the backend.
With complete capability of what I `brag` as `Time Machine` through replaying event.
## The Rejection
And of course I was rejected by the startup, maybe specifically by the co-founder. As I asked around on the reason of rejection from an insider.
They insisted I am a guy who overengineer thing that are not needed, by doing `CQRS+ES`, and only suitable for RND, non-production stuffs.
Nobody needs that kind of `Time Machine`.
## Ironically
After switching jobs (to another company), becoming fullstack developer, learning about react and redux.
I can reflect back on this past experience and say this:
The same company that says `CQRS+ES` is an over engineering, also uses `React+Redux`.
Never did they realize the concept behind `React+Redux` is very similar to `CQRS+ES`.
- Separation of concern
- CQRS: `Command` is separated from `Query`
- Redux: Side effect / `Action` in `Thunk` separated from the presentation
- Managing State of Application
- ES: Through sequence of `Event` produced by `Command`
- Redux: Through action data produced / dispatched by `Action`
- Replayability
- ES: Through replaying `Event` into the `Applier`
- Redux: Through replay `Action` which trigger dispatch to `Reducer`
---
The same company that says `CQRS` is an over engineering also uses `ElasticSearch+MySQL`.
Never did they realize they are separating `WRITE` database into `MySQL` as their `Single Source Of Truth`, and `READ` database into `ElasticSearch` is also inline with `CQRS` principle.
## Value as Backend Engineer
It's a sad days as Backend Engineer these days. At least in the country I live in.
Seems like being a backend engineer is often under-appreciated.
Company (or people) seems to think of backend engineer is the guy who ONLY makes `CRUD` API endpoint to database.
- I've heard from Fullstack engineer who comes from React background complains about Backend engineers have it easy by only doing CRUD without having to worry about application.
- The same guy fails when given task in Backend to make a simple round-robin ticketing system.
- I've seen company who only hires Fullstack engineer with strong Frontend experience, fails to have basic understanding of how SQL Transaction and Connection Pool works.
- I've seen company Fullstack engineer relies on ORM to do super complex query instead of writing proper SQL, and prefer to translate SQL into ORM query language.
- I've seen company Fullstack engineer with strong React background brags about Uncle Bob clean code but fail to know on how to do basic dependency injection.
- I've heard company who made webapp criticize my way of handling `session` through http secure cookie. Saying it's a bad practice and better to use local storage. Despite my argument of `secure` in the cookie and ability to control cookie via backend.18 -
Day three of trying to get WiFi working. No end in sight. Temperatures are rising, water is scarce; must drink rum for sustenance.23
-
Been sitting in this Chair for Well over 5 hours now trying to setup virtualization on this Debian Server.
EVERYTHING IS FUCKING OUTDATED.
NO PROPER DOCS.
NO NOTHING.
FUCK THIS IM GOING TO SLEP4 -
Not sure if this is against the rules (can’t find it) but taking the risk to post this here.
I’m android(kotlin/java) and Golang Developer looking for a remote job in any company. I’m really bored and tired of not doing anything daily.
Here’s my resume on google drive: https://drive.google.com/file/d/...4 -
FFS why?! Just why....are people making things more complicated then they should be? And they use that for divs, headings, spans...16
-
Any developers here working on automated trading systems?
Picture below shows my personal Forex box that I've been working on for over a year. Still in progress.
Im based in Brooklyn, New York37 -
If you have an e-commerce site and you don't let me sort the products based on price, what the fuck are you doing?20
-
Fucking hell! I'm trying to sit down and learn LaTeX so I can take notes with math formulas in the notes. Between work, random bullshit, crappy roommate drama, cats with the zoomies, and the kiddo going nuts wanting to play I just can't catch a fucking break to studying.
I'm torn between drinking a cup of coffee at 10pm to be able to get a chance to study or being able to sleep tonight...
However in the hell did I convince myself that going back to school at 30 would work better than when I was 19-20?!? (I'm still only 29 but shit I loose steam quickly these days 😰)
Lol I'll update the rant here if I drink that cup of 10pm joe!4 -
Does your team also tend to get stuck in the MVP Trap?
You ship a barebones version of a feature. Zero polish. That’ll be done later if it’s successful.
When the stats roll in it seems the feature got a lukewarm reception. A few users liked it, but it wasn’t a hit.
Next sprint starts and everyone asks if we should spend more time on it
The PM argues ”Why would we spend time polishing something no one uses?”
The designer argues ”Well of course no one used it, it looks like shit, we gotta spend some time polishing it!”
It becomes a chicken or the egg scenario.
Your product ends up with a bunch of half assed features. not bad enough to remove, not good enough to spend more time on.4 -
Algorithm - When a programmer doesn't wanna explain what he did.
he/she* for all the ladies out there ;-)12 -
Jesus goddamn Christ, fuck all the poorly designed UX. I wish there was an API for everything, it would make everyone's lifes way more pleasant4
-
Junior, junior, junior. I'm like -junior. We want a junior with 3 years experience. How is someone supposed to get to the 3 years experience if there aren't any jobs accepting juniors will no professional experience. I can code, , albeit not professionally, that's why I want a job, to learn in a professional setting, but the junior jobs all want past experience.
Maybe one day. Maybe never. For now I'll just keep rolling on the grind in my shitty factory job. Moving boxes from one place to another with the toughest mental challenge being which way to stack said boxes.2 -
Instead of using OneNote, Evernote, etc I'm thinking of using a git repo where I would write notes, save bookmarks, links, information, everything with markdown.22
-
Ok, this is very naive - but it’s claimed Russia is trying to hack institutes in the west for coronavirus antidote research. My question is, shouldn’t such research be completely ‘open source’ anyway?18
-
5 nEw JavaAcriPt frAmeWorkS foR 2020
...
.....
...
this is why people keep thinking us in the JavaScript world are fucking retarded.11 -
Client: How you will know if there is an error on your codes?
Me: I know it if the color of the text codes seems not right3 -
Hello guys and girls!
My company tasked me to do something insane.
Little background info: I'm a trainee, in my first year (of three, even though I will shorten my apprenticeship to two years). I told my trainer that I like encryption in a somewhat private talk.
Now to the insane part. I got tasked to develop a whole security concept ~2 weeks ago to protect our products against industrial espionage. I feel in no way competent enough to achieve this especially because my concepts so far have been dismissed with a 'naaaah. Can't we just do X for now and add the other stuff later?' or 'we can't do that.'
I seriously don't want my name under a concept we would use world wide on our customers pcs which I know has serious flaws.
What should I do? What would you do?22