Details
-
AboutJust another fu😱ing developer
-
SkillsTypeScript, Angular, Nodejs, mongodb
-
LocationGermany, Bavaria
-
Website
-
Github
Joined devRant on 5/21/2018
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
-
Fucking four hours wasted.
Bad idea
.subscribe(({ messages }) => {
this.messages = messages;
// Scroll to bottom of the chat content
this.chatcontent.nativeElement.scrollTop = this.chatcontent.nativeElement.scrollHeight;
});
because the dom is not manipulated that fast.
Good Idea:
ngAfterViewChecked(): void {
// Scroll to bottom of the chat content
this.chatcontent.nativeElement.scrollTop = this.chatcontent.nativeElement.scrollHeight;
}5 -
Based on deaddrop I create a chat app. No I think about that only one message from each chat member is displayed at the same time.
What do you think one message per member or multiple messages?
By the way I think that the most Chat rooms will have two persons at the same time. It would be very privat I think 🤔 -
I have a little vserver with the possibility to backup to my free Dropbox. 😎. I host nodejs stuff on it not much fife little apps. Guess what?
Yep my Dropbox running out of space. I like nodejs 😁4 -
Ok something went wrong.
I don't know how this could happen.
🤔 🤔 🤔 🤔 🤔 🤔
I finished a side project.
How could this happen?
🤔 🤔 🤔 🤔 🤔
Ahh I know. It is absolutely useless.13 -
Today I make a big progress in agile development.
You don't say fuck you. You say your request is in the back log.
😎 -
Konfuzius says:
When a mosquito land on your balls you will learn to solve problems without violence.2 -
I just start reading about tensorflow.
Is it a crazy idea to train a model with about 40 classes?
How much images should I use at least for one class?4 -
I waiting for the day when I have a problem and there is no npm package that solve it already.
NoSleepjs....5 -
I just read two rants with round about 40 fucking inside.
No I feel better after a fucking shit day.
Want to say thank you for your fucking good rants.
👍😁4