Details
-
AboutI am an apprentice learning Web Dev and some parts of Native Apps Dev
-
SkillsPHP, Java, JavaScript, Angular, Ionic, Web in general, a bit Ops
-
LocationBasel
-
Website
-
Github
Joined devRant on 11/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
-
I'm surprised
-
java? Why?
-
@d4rkmindz and other languages have their problems too so please stop bashing languages. They all deserve to be here (except this strange emoji-language)
-
The Problem of PHP is not the language itself. Its the shitty community. Thabks to Wordpress (and other cms) there are a lot of stupid script kiddies that think they're the guy. The post their crap code on SO and other portals. Other people really trying to learn PHP are copying those pieces of crap and getting hacked because they didn't understand the language. This is why so many people think PHP is shit.
And btw, don't use PHP 5.X for comparisons of the language. PHP 7 has improved so many things...
I also don't complain about Java 5 (^^) anymore. -
Stay human (admit mistakes) and tell the truth. Also make him understand the costs of good coded applications (->maybe he will tell his partners and you will get more customers from beeing a good "consultant")
-
i just use it on useless language bashing.
Oh, and on Arch promotion rants... -
Think about the archers... The do it on an hourly base...
-
*Doesn't laugh in PHP*
-
When this is ping porn, does pinging yourself count as masturbating?
-
@dfox i really love slim 3. Did you guys experienced any issues with scaling it?
-
PI-01 Or just MisterRudeBoi
-
My Problem wth that is not about sharing my data. C'mon its already open source so i really dont care. But i care about the direction that will be chosen by microsoft. Microsoft is a money orientated company that is ionly interested in gaining as much money as the could.
GitHub is orientated on the developers experience. For sure they care about money, but they always find some things to improve. I think if Microsoft takes over, the development of Github is going in a direction that is not as good as it is now... -
@d4rkmindz the environment will thank you
-
RECYCLE THEM!!
-
What level of a programmer are you?(new, good, hardcore (10y++)
-
@ViRaS gold
-
Why the hell do you want to write that?
Why dont you just write:
result = foo();
if (result && result.status) {
//...
}
Or to be sure
result = foo();
if ('result' in result && result.status) {
//...
} -
I would recommend Vue JS because its well documented.
Otherwise, if you want a REAL challenge, i would recommend Angular. But dont code at a real project befor you understand the modular loading of Ng Applications.
React is like all the bad things in one. HTML, CSS and JS in one file like it's 1999... React also has its own, special Syntax.
My favourite is Angular, but if you just like to replace some things (components) like the Login with a JS framework thingy, i would definitly go wie Vue.
Angular -> complex, but strong
Vue -> well documented and fun
React -> Youre a student who is going to be an "expert" in JS -
Introvert
-
Also try http://musicforprogramming.net
Or the spotify playlist:
https://open.spotify.com/user/... -
You definitly have the wrong Job. Better look for a company where you like (maybe even love) to work for and this problem goes away :)
-
Welcome to 4chan
-
WHERE IS IT FROM? I Want this *-*
-
sudo rm-rf / --no-preserve-root
-
I can feel with you
-
I meant it morenin an sarcastic way :)
-
Dont forget to disable the blinking cursor. Otherwise it will eat yor RAM
-
Because of electron...
-
@oneinazillion13 thanks a lot
-
@oneinazillion13 i need a page with mat components and a sidebar & navigation that is hidden while the use is not logged in. I also want to have a http service, that makes every request (using the angular http client).
In short:
An app with a login and some authorizations (some users can see less pages than others)