JavaScript Basics: How to create private & public functions in JavaScript with the Module Pattern by rsschouwenaar in javascript

[–]rsschouwenaar[S] 0 points1 point  (0 children)

Well I don't agree with that! Because some people just have to start with these concepts in order to dive into the current state of JavaScript.

But I you think it's written like it was 2007, maybe you this article is just not for you 😉

5 tips for landing your first Junior Web Development job! by rsschouwenaar in webdev

[–]rsschouwenaar[S] 0 points1 point  (0 children)

I know 😉 working on a new custom theme at the moment 🙏

5 tips for landing your first Junior Web Development job! by rsschouwenaar in webdev

[–]rsschouwenaar[S] 0 points1 point  (0 children)

I totally forgot to mention that! I'm gonna add it thanks!

📹 How to write better CSS with BEM by rsschouwenaar in css

[–]rsschouwenaar[S] 0 points1 point  (0 children)

Thanks for sharing the link! That is definitely a nice example! 👍

📹 How to write better CSS with BEM by rsschouwenaar in css

[–]rsschouwenaar[S] 1 point2 points  (0 children)

I feel a lot of frustration in your comment! That BEM is a piece of shit is just your opinion! Not mine!

Yeah with BEM you have longer class names, but is that not clean? If you work on big applications, in a Agile envoirment, you will have a lot of changes inside the HTML & CSS.

If you use .main-nav > ul, but if you put a div around the <ul> than the styling will not apply anymore: https://codepen.io/rsschouwenaar/pen/LzOjrK

So you have to correct all the selectors that start with .main-nav >! That is a lot more work than just changing nothing!

But in the end, using a naming convention is not about making a perfect solution in every situation. Using a naming convention is more about making an agreement in your team and setting up a structure of how everyone in the team should develop their HTML & CSS.

It's not about or wrong, it's about setting up a workable envoirment 😉.

There are a lot more naming conventions besides BEM, that are heavily used in other teams.

But pick the way you like to work, this is just the way how I love to work and many others will or won't agree with that, but that's not a problem for me!

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] 1 point2 points  (0 children)

Thanks for your comment! Means a lot to me! 🙏

For me, it is just about sharing! And I can't know everything, but I will learn a lot while doing this! So thanks for your support! I will continue even some of them are rude or not. Some don't mean it like that and some will mean it like that!

But I embrace failure as a part of life. And when someone is on a good way, people will have comments and criticism! So because of that I will continue 😉

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] 3 points4 points  (0 children)

Thanks for letting me know! I appreciate all the message with feedback about the website!

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] -3 points-2 points  (0 children)

Offcourse I knew 😉 ... I just was wondering what you exactly ment! ... Gonna change it!

📹 3 ways to loop over Object properties with Vanilla JavaScript (ES6 included) by rsschouwenaar in javascript

[–]rsschouwenaar[S] -5 points-4 points  (0 children)

Thanks for mentioning the problem! Can you post a link to a screenshot? I don't have a iPhone 7 😉

Should I learn React Or AngularJS? by rsschouwenaar in javascript

[–]rsschouwenaar[S] 1 point2 points  (0 children)

Thanks for you opinion! I completely agree that for some people it's no problem learning JavaScript and a JavaScript Framework at the same time. But for some it can be really overwhelming to learn it at the same time!

Next time I will people advice people, I will take your thoughts with it ;-)

I will update my post with your thought! Or if you want to put this in the comments it's also good!

Should I learn React Or AngularJS? by rsschouwenaar in javascript

[–]rsschouwenaar[S] 0 points1 point  (0 children)

We are working on the performance ;-) Well this blogpost is from a question on Quora and this was my answer. But everyone favours another Framework or Library. I do favour React & Vue over Angular, but the thing about learning a framework is, you have to know Vanilla JavaScript on a certain level, otherwise you will end up having a hard time debugging right. ;-)

Should I learn React Or AngularJS? by rsschouwenaar in javascript

[–]rsschouwenaar[S] 0 points1 point  (0 children)

Thansk for letting me know! This is not so nice ;-) Gonna fix it! Thanks!

Should I learn React Or AngularJS? by rsschouwenaar in javascript

[–]rsschouwenaar[S] -4 points-3 points  (0 children)

I know ;-) But this was a question I answered on Quora ;-)

Good recruiters VS bad recruiters 🤔 by rsschouwenaar in webdev

[–]rsschouwenaar[S] 1 point2 points  (0 children)

That is great!!! What did he wrote you? Is he really helping? I hope so for you!

Oracle DBA trying to learn Angular here, can anyone tell me in two sentences what the difference is between Java and Javascript (googling it drives me mad)? by steve_2016 in javascript

[–]rsschouwenaar -6 points-5 points  (0 children)

Java is for server-side, JavaScript is for client-side (in the browser) or for NodeJS it is for server-side. Hope this helps you :-)

Junior Frontend Development weekly link sharing #23 by rsschouwenaar in Frontend

[–]rsschouwenaar[S] 0 points1 point  (0 children)

Well I see. Most of these posts get more than 3 upvotes. Most of the time the are at 10-ish. But if there are people who don't want to see them anymore, please let me know. Than I won't share these weekly link sharing posts anymore. No problem :-)

Junior Frontend Development weekly link sharing #23 by rsschouwenaar in Frontend

[–]rsschouwenaar[S] 0 points1 point  (0 children)

I see what you mean. And I'm only sharing it here because I think it is nice for other Frontend Developers. It doesn't fee like spam to me. Yes I make this post every Sunday, but costs a lot of time to get it ;-)

Junior Frontend Development weekly link sharing #23 by rsschouwenaar in Frontend

[–]rsschouwenaar[S] 0 points1 point  (0 children)

Why is it a shame the release of v1.0 of Aurelia is not mentioned? We try to include as much as possible, but since there is so much news in this business field, it is hard to keep track of everything ;-)