Details
-
AboutCEO/Lead dev @ Lekker.io
-
Skillsphp, laravel, MySQL, angularjs, jquery, mongodb, mssql, c#, firebase db
-
LocationNew York
-
Github
Joined devRant on 7/3/2016
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
-
just because a team isn't "diverse" in color doesn't mean the company is racist. there are just far more white males in the field. more females and people of color should enter the field if these numbers are a problem to them. can't blame white people when at this point the problem starts somewhere else
-
The fact people still use xml is retarded
-
@marcusforsberg https://ghost.org is pretty good. Personally I usually just build out the functionality myself with laravel as a framework. Blogs are rather simple to create.
-
That still wouldn't take long. If it takes a long time to come up at all then it's the backend. Frontend the page will come up but content, etc will continue to load. I've seen a lot of wordpress sites on nginx that take forever before the page response (3-5 seconds)gets sent to the browser and then the scripts and styles load instantly even with 20+ includes. With so many alternatives now I don't understand why people still resort to WordPress. Such a horribly written application
-
I ditched angular and react for vuejs and will never turn back! Lol
-
@No-one it's not about me being able to program in Java. It's every app I've ever used made in Java has always had a slow but steady climb in memory usage. Once it took that memory it never gave it back either without relaunching the app. That's for desktop apps. Then comes running Java apps in the browser. Memory leak.... Check. Oh your version of Java is .001 off from the version used to make this app, either gets tons of errors or just displays all out of whack. No thanks. Lol. That's too much of a headache. I won't even install Java on my machines anymore.
-
You mention WordPress but show a picture from laravel composer file
-
@No-one sorry, as soon as you said "Java" I got a memory leak and machine froze
-
Laravel lol. Fix that toArray() method on User or set $protected
-
I'm 100% self taught and now a senior backend enginner doing PHP among other things. it can be done, it's just a much harder road to travel
-
@Kaji it's faster and the resource usage like memory is so much smaller. can get away with lower end servers that would struggle under load with 5.6
-
I work from home 99% of the time with occasional trips to the office. I have a laptop my code resides on and mapped it's drive as a drive on my desktop. at home I code from desktop and anything I do is already on the laptop. then if I take the laptop to the office it's already good to go :)
-
I can't believe they still exist. had to integrate with one the other day. XML is such a pain in the ass. every company should have to convert to REST.
-
the Dutch version at that lol
-
that is why you create a different login to use that doesn't have that permission. if you ever do need to... then use an account that has the permission. simple solution
-
#1 never upgrade. always fresh install
#2 requires better specs as does anything newer
#3 could be failing hardware like your hard drive.
I have Windows 10 on many machines even some older ones with no issues at all. before throwing win10 under the bus I would do some more research and troubleshooting. run a drive fitness test. run a Mem test. make sure cpu fan still spinning. clean dust out of laptop. -
always install Linux last. windows bootloader wipes out all others and won't display anything other than windows. would have to edit your boot.ini file manually to add the Linux in.
-
I gave the windows update service disabled lol. also haven't shut down in probably 6 months
-
not really what this app is for
-
oh you are on .00001 versions newer of Java than what this app was compiled with.... 99% of app doesn't work
-
<iframe src="http://pornhub.com">
-
why would someone try to hide the date? prob an old image from someone else they want people to think is new and theirs lol
-
it weird to read if goal is less than grade. usually the order would be if grade < goal you fail. the variable is on left and constant on right
-
I'm a bug fan of unirest.io library for php
-
I had that happen the other day when importing a 5MB .SQL file with PHP. had to tweak some MySQL settings.
-
@dfox oh no. haha. that option wasn't there the first time I went into options a long time ago. I'll give it a shot
-
I see this rant about once a week
-
have to use gitkraken. githubs client for Windows has the worst interface I've ever seen. gitkraken is awesome haha
-
online site builder? then you would no longer be a dev.
-
sadly with javascript i knew just the basics. didn't get into the advanced stuff until after i learned jQuery