Details
-
LocationLeipzig
Joined devRant on 10/7/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
-
@NoToJavaScript i am pretty good in explaining things to non techies
Explaining why "their ideas" will not work is the hard thing
You can't call the idea stupid, although it is, to not make them freak out -
Other people
-
Personally loved KendoUI by telerik.
-
There has to be a fit between your skills and your tasks.
If you are a consultant that switches projects often you need other skills then guys working on video compression for years.
So lookup your tasks and you may be find the needed skills and the depth of them. -
You had me at: they requested the same team.
That is where i would have listened to the customer. -
our rooms our outlook calenders too
-
here our php app is a debian package with makefile that installs dependencies
-
@aviophile we use MapStruct to generate them, nearly 160 mappings so far in current project.
So either we haven 160 classes with 1 method map or 1 mapper class per domain with 4 to 24 methods that should have a precise name -
i often use this notation in mapper funtions
i can spot the 2 faster then the To
eg
mapExtraordinaryPreciseNamedClass2TheObjectINeedForTheNextStep
mapExtraordinaryPreciseNamedClassToTheObjectINeedForTheNextStep -
ehm, did you watch the video?
it's about what all languages have in common, not about learning them.
so the title makes sense -
@deadPix3l
I already have dead items(Groovy, GWT, Prototip, Yahoo User Interfaces) in my stack, and i expect angular to be dead soon too :) -
@deadPix3l i also had the idea of putting my "stack" on my right arm
Like https://stackshare.io/dropbox/... -
i typed it like version 1 and then let autoformatter make it look like version 2
-
Remove the sentence
Finanzielle Soforthilfe in Notsituationen
Completely,
What's your first thought when you read it? -
Every teammember should have same autoformat settings or this should be done by vcs itself
At least in bitbucket you have the option to ignore whitespace
Discussing tabs vs spaces the 1000th time has no value -
Google frugalism
may be not in the age of 30 but at 42 :) -
I was suprised same amount of devs use VIM and IntelliJ.
-
hmm
public static double getOrNan(Optional<? extends Number> optionalNumber) {
return optionalNumber.map(Number::doubleValue).orElse(Double.NaN);
} -
@Lucky-Loek
Here in Germany it's more common to be the last question
just before saying goodbye it's like
oh we nearly forgot ... what do we need to offer you to welcome you on board? -
Low Code only if you write the Framework yourself
-
@pavloomelchenko
Working with a legacy Angular site here, so i may be biased, but Angular helps bad decisions to be easy to implement
JQuery is based on the html/css Standards, Angular extends these or is making their own
So no need that jquery solves problems coming from angular -
hmmm ... whats so horrible about it?
var json = $("#form").serializeArray().reduce(function(old, now){
old[now.name] = now.value;
return old;
}, {});
for(var prop in json){
$("#form").find(":input[name="+prop+"]").val(json[prop]);
} -
Shut Up and take the money :)
Although my alarm clocks ring because:
you are the team lead, since you landed your first dev job 1 year ago
https://devrant.com/rants/761383/...
you get good salary but no work laptop (really??)
Anyway, the experiences you will get may be worth the risk -
See here
https://alphajump.de/karriereguide/... -
@thoxx ever tried the admin interface? My mind was blown by it, request log, repeatable reqests. It a great tool
-
Greasemonkey and nodejs
-
@Fast-Nop i feel really sorry for you if this is your experience
For me, best way is go on to the next company that offers the position you are looking for -
i still remember the beginning of the story
https://devrant.com/rants/1554412/... -
@devTea 10 year old undocumented legacy monolith,
jboss soap backend all tied through message and event driven beans, so no loose coupling at all
Some crons running at night needing 6GB Ram
A lot of Features unfinished, with nearly no hint, which features are finished and which are not
New features to be added with tight timeline
My personal estimate to bring this T-Rex to a microservice architecture is like 2 years -
@infernalempress
have them once as a template and make the others by copying and manipulating