Ranter
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
Comments
-
@wackOverflow not really, no. Especially if they save us from several days of manual work per week. Yes, days.
-
@wackOverflow maybe :) although slack api is not that bad rly. A websocket client in a reconnecting loop. Every event msg from slack must be immediately ack'ed, and processed afterwards. Any replies to slack are to be made via another api calls [restful this time], and are quite intuitive. Limits are somewhat annoying though, but nothing that can't be worked around.
Related Rants
-
PonySlaystation5My worst dev experience in 2021 has been a PHP-based CMS developped by lobotomized, single-celled organisms in...
-
dmonkey3Best - got sick of computers, lost all my passion for this field Worst: - got sick of computers, lost all my ...
-
EpicofGilgamesh3Forgot to secure my mongo db instance, found half the data gone, and a new db holding me at ransom , learn_how...
Best:
- I built a good automation mechanism with a decent UI [slackbot]
- used as few frameworks and ext libs as I could. Mostly based on bare java
- client wanted to migrate it to Spring
- got 3 peeps assigned for the migration
- 2 months later their effort failed.
- win: my project has not been molested with Spring
Worst:
- i had an idea to develop smth on top of jmeter, using jmeter as a lib
- I downloaded and imported jmeter's src code
- static contexts, singletons, jmx/rmi everywhere [java is deprecating rmi support]
- not gonna happen... Not gonna build a new project on top of a legacy codebase.
rant
wk292