Details
-
AboutFront, back and everything in between.
-
SkillsJS, C#, PHP, CSS, HTML, SQL, Other Random Crap
-
LocationSouth Africa
Joined devRant on 9/8/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
-
@Linux I also uninstalled curl and http packages and my desktop and the terminal...
-
I once uninstalled apt-get...
-
Fucking Becky...
-
@Benji-dev I use Vue, so the binding is with @click. So it does not interfere.
-
@Benji-dev I only use it when building spas, not everywhere.
Everythig has a right place to be used. -
@Benji-dev preventDefault is unnecessary, use href="javascript:void(0)"
-
When we are bored we style the script tags.
-
Currently working on so many different things at work, but I have a lot of creative freedom, so I manage all packages and frameworks.
That way I keep it nice and small.
But I can see how just adding everything in for "reuse" can really bloat a project. -
@projektaquarius lol, the bulk of it was .net dependencies, my code was probably fractional 👍🏻
-
Also, since electron is mostly node, check out some node stuff too.
Almost all your business logic will be in the form of node code.
And make sure to understand the difference between the main process and the renderer process (it confuses a lot of people on my team) -
I have asp mvc background.
First of all, to ease your life, use the electron boilerplate.
https://github.com/szwacz/...
Other than that, I had to learn out of necessity, I watched some stuff on youtube to start me off, and then I developed a proof of concept using the documentation.
There weren't many resources when I started, there might be more now. -
I mix them 😈
-
DICCS.js (directly injected css)
-
@ANyanCatFan Fair enough.
-
@ANyanCatFan Be careful, all I'm saying. Anyone could be a pedophile, even a developer.
-
@JoseHdez2 we used that, some people don't know shortcuts
-
Didn't your parents tell you guys not to share your age on the internet?
-
Install visual studio code, and the show her how to type a commit message and press a checkmark.
And then select sync.
Thats how I start off interns on day 1.
3 steps that can really not be screwed up. -
I like Opera.
-
Google page speed insights has its own user agent, you can check for that user agent and skip the load of analytics.
Just google it, you will find the answer. -
@davidbond I quit, it's over 😨
-
It's almost like Facebook, but different...
-
Please put a space between trapped and in.
I'm dying inside -
The security is strong with this one.
-
@FitzSuperUser Look, I don't have the time nor the patience to have a cock comparing competition here.
I have real work to do, I don't just install a theme, two plugins and then qoute people.
And I see you are still missing the point. You have insulted many people by claiming that .NET developers are shit.
Which I will keep on insisting is a false statement.
If I were to put a junior in front of linux, would that also now make him superior?
Well maybe it would, because he can install a theme and a plugin and then call himself a motherfucking developer.
I am glad I don't work for your 'company'. You seem like a real fucking knob.
Firing people for wanting to use a certain stack. You must be such a great boss. -
@FitzSuperUser I want you to consider something.
If someone is a .Net developer. But also uses linux and open source.
Is he a shit developer, because he is using .Net or is he suddenly part of your elite club of leet coders because of linux?
And honestly, I don't care how good you think you are, in all honesty, you could build your own kernel from scratch, it does not relate to my argument.
Im saying you cannot imply that .Net developers are shitheads, just because they use .Net.
Is your website prettier than theirs? Well done, you may have a better designer than they had.
In the future take your elitism and shove it right up your ass, because what you may believe to be real, might not be. -
@brukernavn32 Im returning the obvious statements 😉
-
@brukernavn32 oh no, that's where you are wrong. We cant write anything decent. In fact we are so terrible that we cant produce anything a linux guy can.
Our operating systems and servers are so terrible, they prohibit us from writing any good code.
I know this one .Net guy, he was writing good code and then windows gave him an error that said "your code is too good, unfortunately writing good code as a .Net developer is not supported at the moment".
Then it subsequently crashed and rebooted.
True. Fucking. Story. -
Oh look, .Net developers are now monkeys compared to the gods of Linux.
They chose windows, therefore they must be shit.
Their server has to restart every now and then, imbeciles, if only they chose Linux for hosting. Nothing ever goes wrong on Linux.
Oh look, IIS, peasants.
Anyone with a windows development background, you are bad at code, you will never produce anything that will satisfy the Linux elite.
In fact all .Net developers should just quit.
Why the fuck are you even trying? I mean, if only you used Linux, then automatically you would gain the leet skills needed to join the "Best developers club".
Oh look, the poor guy is running windows, shame what an asshat.
Yeah he must be so bad at code, probably just smashing his keyboard until something compiles.
Yeah, I heard that is what .Net is all about.
Were so lucky we use Linux, that way we can install our shitty plugins, into out shitty themes, into our shitty wordpress site, and be sure it wont reboot.
Fuck off -
API would be the best bet, many frameworks for building one as well.
And the API and website can run simultaneously.
You can even just host the API on a different port on your server. And then run the website on 80 or on a SSL port.
Good luck!