60
linuxxx
7y

Working on the privacy site.

DAMN frontend can be a FUCKING pain in the ass!

I JUST WANT TO GET A SIMPLE BOOTSTRAP PAGE WORKING, IS THAT TOO MUCH TO ASK FROM A BACKENDER? 😭

Comments
  • 1
    Here come the Bootstrap hater :D
  • 5
    @ThoughtfulDev Oh I love bootstrap! But I JUST WANT TO FIND SOME GOOD EXAMPLES TO GET STARTED 😭
  • 2
    @linuxxx they have some examples on their homepage and you can always look at the templates they are selling (for inspiration)
  • 2
    @ThoughtfulDev Yeah I'm checking out the official docs site :). Just going to write some stuff and see how it works out!
  • 1
    Yep. That's why I do it.
  • 1
    You want any help? Have a github repo? A design preview? HTML base template? :)
  • 1
    Well if you ever decide to take some help with the frontend, you got all of us to call on 😉. Good luck though
  • 0
    @ThatDude I celebrate every 1K at least haha! Next to that, I celebrate every 5 AND 10K :P
  • 1
    @AlexDeLarge Well I am further than when I ranted but damn I can't figure out this layout stuff yet! I'll be fine and fix it but it's going to take longer than I anticipated :P
  • 1
    @linuxxx you can do it. If you really get stomped... let us know.
  • 0
    @FintinaM Thanks! Although I still got some layout things, the whole page looks pretty nice for people who do NOT have OCD issues! (yeah that also means that I am fucked when viewing that page)
  • 0
    Really reminded me of that "I won't use React out of principle" post you made 🤣

    But anyway, if you don't like react at least use Angular or Vue. There's a learning curve, yes, but it makes your life so much easier down the line
  • 1
    @Froot That was a comment but yeah, still want to get into Vue :)
  • 0
    @linuxxx I would still recommend react over both but it's your call man 😊
  • 0
    @linuxxx If you want to get up to speed, checkout Nuxt, it's Vue bundled, it really works like a charm
  • 0
    @linuxxx hey I may help you with the bootstrap. I have always worked backend but been interested in bootstrap for some time, then finally work made me do some front end and grasped the bootstrap concepts and whereabouts really quick
  • 0
    leave Bootstrap in the dust and use something else like

    React
    Angular 2
    Polymer 2
    Materialize(?)
    MDL

    puck your poison
  • 0
    @caramelCase MDL has awful support. They ditched the project in favour of MDC Web.
  • 0
    @caramelCase That list is like a grocery store, they may seem related, but are in different aisles, aren't they?
  • 0
    I feel you bro
  • 1
    @Pointer they're not related in anyway, no but yeah I'm giving OP some better solutions other than Bootstrap due to its bad reception when it comes to the end user's side for implementaion, you're better off with other stuff that takes less time time and lets you write more cleaner code imho
  • 0
    Eww bootstrap, good for beginners but real designers should use their own frameworks :3
  • 1
    @Strex Not a real designer (no offense but FUCK designing!).so that's all good!
  • 0
    @GodHatesMe I didn't start from nothing :)
  • 1
    @linuxxx there's a reason I am now learning OpenGL instead of doing web stuff
  • 0
    @GodHatesMe "starting from nothing (the project I guess?),bootstrap is harder to learn than css"

    I already know some CSS and I've worked with bootstrap before :)
  • 0
    @GodHatesMe I have no clue how I can be more verbose 😆
  • 1
    @Froot
    What is the advantage you see react having over Vue?

    I use Vue mainly because I can start minimal and build it out to spa when needed. But because most of my projects just need async form async page load.
  • 0
    @Triskelion Vue puts logic into markup via directives. I'm not a big fan of that, I much prefer the react way of putting markup into us via jsx. It gives so much more control over what you are doing. Vue seems like a merger of angular and react and I just like the react way more. I could be wrong of course 😊
  • 1
    @Froot
    There is no right or wrong just preference and use case imho.
    I think these are valid concerns it is one things that irks me. I just haven't got around to play with something different. But this does peak my interest.
Add Comment