Click here to Skip to main content
15,889,595 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I'm about to give up on web development... Pin
kalberts5-Jun-20 6:06
kalberts5-Jun-20 6:06 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel7-Jun-20 1:31
professionalSander Rossel7-Jun-20 1:31 
GeneralRe: I'm about to give up on web development... Pin
kalberts7-Jun-20 7:10
kalberts7-Jun-20 7:10 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel8-Jun-20 0:07
professionalSander Rossel8-Jun-20 0:07 
GeneralRe: I'm about to give up on web development... Pin
kalberts7-Jun-20 7:17
kalberts7-Jun-20 7:17 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel8-Jun-20 0:06
professionalSander Rossel8-Jun-20 0:06 
GeneralRe: I'm about to give up on web development... Pin
kmoorevs5-Jun-20 5:22
kmoorevs5-Jun-20 5:22 
GeneralRe: I'm about to give up on web development... Pin
Sander Rossel5-Jun-20 5:44
professionalSander Rossel5-Jun-20 5:44 
kmoorevs wrote:
If someone wants to read/copy my crappy JavaScript/css then have at it!
The benefit to bundling, minifying and uglifying is reduced file size.
For example, I've created arrgh.js, a JavaScript library that brings LINQ to JavaScript.
The file is 2656 lines long and takes up 107 kb.
The minimized file is 9 lines (of which 8 are the license Laugh | :laugh: ) and 19 kb.
That's a win of 88 kb or over 80% file size reduction!
You can imagine the gains when you have even more JavaScript.
That will make your web pages load faster and faster loading times also mean faster SEO (and of course a better UX), so for some people it's really important.

Despite the problems I'm having, I wouldn't want to trade Unsure | :~
Vue.js is really awesome and it makes working with HTML and JavaScript SO MUCH EASIER.
I hate CSS with the fiery passion of a million suns, so I've been welcoming LESS and now SCSS and SASS.
Bootstrap has been a welcome addition as well since it takes some CSS misery away.
The only problem is getting it all to work Sigh | :sigh:
SCSS/SASS requires transpiling, which requires some front-end framework.
Once it works it mostly works though, and if I wasn't doing this, I'd lost the day doing CSS instead of Webpack.
The difference is that Webpack now works for me, while I still have many days of CSS ahead, which I can now write in SCSS Wink | ;)

GeneralTexel time Pin
RickZeeland4-Jun-20 10:00
mveRickZeeland4-Jun-20 10:00 
GeneralRe: Texel time Pin
Nelek4-Jun-20 10:50
protectorNelek4-Jun-20 10:50 
GeneralRe: Texel time Pin
Eddy Vluggen4-Jun-20 10:52
professionalEddy Vluggen4-Jun-20 10:52 
GeneralRe: Texel time Pin
Greg Utas4-Jun-20 11:07
professionalGreg Utas4-Jun-20 11:07 
GeneralRe: Texel time Pin
Eddy Vluggen4-Jun-20 11:12
professionalEddy Vluggen4-Jun-20 11:12 
GeneralRe: Texel time Pin
Greg Utas4-Jun-20 11:15
professionalGreg Utas4-Jun-20 11:15 
GeneralRe: Texel time Pin
Eddy Vluggen4-Jun-20 11:31
professionalEddy Vluggen4-Jun-20 11:31 
GeneralRe: Texel time Pin
OriginalGriff4-Jun-20 11:07
mveOriginalGriff4-Jun-20 11:07 
GeneralRe: Texel time Pin
Greg Utas4-Jun-20 11:09
professionalGreg Utas4-Jun-20 11:09 
GeneralRe: Texel time Pin
RickZeeland4-Jun-20 19:06
mveRickZeeland4-Jun-20 19:06 
GeneralRe: Texel time Pin
Jörgen Andersson4-Jun-20 21:17
professionalJörgen Andersson4-Jun-20 21:17 
GeneralRe: Texel time Pin
Greg Utas4-Jun-20 23:43
professionalGreg Utas4-Jun-20 23:43 
GeneralRe: Texel time Pin
RickZeeland12-Jun-20 7:30
mveRickZeeland12-Jun-20 7:30 
GeneralRe: Texel time Pin
W Balboos, GHB5-Jun-20 2:21
W Balboos, GHB5-Jun-20 2:21 
GeneralRe: Texel time Pin
RickZeeland12-Jun-20 7:25
mveRickZeeland12-Jun-20 7:25 
GeneralRe: Texel time Pin
W Balboos, GHB12-Jun-20 7:33
W Balboos, GHB12-Jun-20 7:33 
GeneralI want your fatmakers Pin
Eddy Vluggen4-Jun-20 9:21
professionalEddy Vluggen4-Jun-20 9:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.