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
-
As an iOS native developer, I love frontend.
I totally see why you hate "frontend", though. -
@Lensflare I have gone out of my way to not learn frontend even though I don't like it in the first place. Because one moment you're learning CSS the next thing you know, other devs are dumping their frontend issues onto you.
-
hjk10157312yYeah you need a better setup to move an image to the center of a div. Better go with GCP AI platform
-
hjk10157312y@Sid2006 To be honest constrains like that work when you design a system but do not really apply to knowledge and more importantly knowledge gathering. If you are an engineer you can figure this out in minutes. You can also still have an understanding of how things work without actually engineering that thing. Knowing how things work help in collaboration and help you to create stuff that actually solves issues, as the issues lie outside all the genetic components mentioned.
So keeping yourself dumb is just dumb... -
CSS can be learned in an easy weekend if you:
A) steer clear of preprocessors
B) remember that you can add more than one class to an object. 'isBox isForm hasBlueBG' .
C) use ID styles where it's a one-off, just applies to that object
D) use the !important tag for utility classes - yep. So you can e.g. add 'redText' class and be sure to get red text
E) Use a simple CSS/js framework, if that helps. Avoid any solution that you can't get comfortable with in 45 minutes.
F) Especially, don't bother with anything that claims to help but actually makes things harder to do. Webpack and similar. -
kiki352462y.div {
display: flex;
align-items: center;
justify-content: center;
}
Fuck you and your aws -
Well, I'm impressed with AWS skills. Even if I can't imagine ever recommending AWS to anyone.
Related Rants
Ask me to build a backend system with AWS services, docker containers and ExpressJS/Laravel, I am down with that.
Ask me to move an image to the center of a div, I am tapping out.
joke/meme
i hate css
i hate frontend