Thanks to the admins + some proposals

I want to express my gratitude to the administration of this community for its creation and for its contribution to its growth.

Thanks to this community, I've discovered many companies I didn't know before and now it's even harder to choose a laptop than before... πŸ˜…

And yes, as soon as I choose and buy a laptop, I will definitely leave my feedback here.

---

Some proposals

  • Creating a chat for this community.

Subreddit is good, but having a chat to discuss the latest news, or FAQ (which is better to buy/not to buy and more) seems to me a more convenient option.

But not Discord. I don't know about the others, and I don't like it. Even the Telegram chat will be a more convenient option, IMO. Also, a good and free (as freedom) alternative is Element.io.

I created two chat rooms that are connected by a bridge. So you can choose anyone:

Telegram: https://t.me/AMDLaptops

Matrix/Element: https://matrix.to/#/!ZYgEQsJsPUnAbkkEVr:matrix.org

( /u/dank4tao, /u/csp4me and u/SolarBear28 - please contact me so I can give you admin permissions)

---

I would like to ask the community to give its opinion on creating chat for this community.

Do you have any suggestions or comments?

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/TheFuzzStone
πŸ“…︎ Aug 01 2020
🚨︎ report
Vue saved me today! (Obligatory new fan-boy post)

Sorry for a non-tech post or question, but I just HAVE to express (JS pun) my thanks to the creators of this absolute gem who hopefully read this.

I inherited a mess today. A set of front-end application forms creating records in a backend, intended to act as a SPA, be mobile friendly and make AJAX calls to update the new records periodically. Simple stuff, basic CRUD deal to collect customer details. The client had the code already there, the project is about to launch and they've just had a bunch of change requests come through.

Like an idiot I say "No worries! Gimme a couple of hours! Close of business at the latest!" without looking at the codebase first. The PM was stressing, so I thought I'd try to pull out a quick win. Look like a hero etc.

What a mess. It's actually doing a bunch of record validations (duplicate prevention, checking the data against business requirements & logic), creating a few different related records & has several hundred fields. All done using a mass of jQuery spaghetti code individually hooking into the id of each and every field, as well as mapping data back into various fields from the AJAX calls. No 2-way binding or anything, just global vars pointing to objects. Yikes! And the changes I'd need to make meant it'd be nearly back to square one - I could salvage the HTML & CSS, but the Javascript was getting tossed.

Now I've been a React guy for a while. And I love it. I loved Angular too - but I just found React much nicer to work with. But I also know that starting a project, cutting the HTML up into JSX components, setting up Redux etc would take too long. And as for Angular - sure I can drop Angular 1 straight in & add my ng directives - but then there's a bunch of other gotchas to deal with. And I haven't coded much Angular in a year or 2, I'll be rusty as hell. There's enough happening I'd be more comfortable with a couple of days at least using either framework.

But just yesterday I finally got around to checking out Vue. Not far - just the intro page examples. Looks nice I thought. Like the best aspects of Angular & React in one.

So I decided to roll the dice and just go for broke with Vue. I mean, if it failed I'm already screwed and it'll be a sleepless night tonight smashing it out using something else. And it looked like I could just drop it in there, add some directives (much like Angular) and it'd just work.

And it payed off! Using nothing but the guide on the site it's all done. The p

... keep reading on reddit ➑

πŸ‘︎ 67
πŸ’¬︎
πŸ‘€︎ u/DarthJimBob
πŸ“…︎ May 16 2017
🚨︎ report
They must hate the JS part in JSON
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/SohelAman
πŸ“…︎ May 06 2021
🚨︎ report
"Why is [C/C++/Python/JS/..] not doing what I told it to do?!?!?"
πŸ‘︎ 5k
πŸ’¬︎
πŸ‘€︎ u/d_b1997
πŸ“…︎ May 07 2021
🚨︎ report
[3826 x 2628] JS Izumo and JS Kaga together, the largest vessels of the JMSDF.
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/_Sunny--
πŸ“…︎ May 13 2021
🚨︎ report
JS devs vs Zoologists
πŸ‘︎ 9k
πŸ’¬︎
πŸ“…︎ May 04 2021
🚨︎ report
Babel.js is used by millions, so why are we running out of money? babeljs.io/blog/2021/05/1…
πŸ‘︎ 436
πŸ’¬︎
πŸ‘€︎ u/SecureSwap
πŸ“…︎ May 11 2021
🚨︎ report
I hate JS
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/3ncrypt3db0t
πŸ“…︎ May 03 2021
🚨︎ report
Dying my hair to become the E girl of my dreams (again) IG : js_ill reddit.com/rpan/r/TheYouS…
πŸ‘︎ 74
πŸ’¬︎
πŸ‘€︎ u/itsyagurl01
πŸ“…︎ May 08 2021
🚨︎ report
JS is my favorite language and I'm not even lying.
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/WhoIsThisIDunno
πŸ“…︎ Apr 30 2021
🚨︎ report
The best description of JS I've ever seen.
πŸ‘︎ 3k
πŸ’¬︎
πŸ‘€︎ u/DopePixel
πŸ“…︎ Apr 21 2021
🚨︎ report
Sketched out some Js for Calli's latest outfit
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/sirluqo
πŸ“…︎ May 17 2021
🚨︎ report
Have been using Vue.js for a while but decided to learn React because of how popular and demanded it is. Not trying to bash React but I can't get over the funkyness of JSX and a couple of other aspects. Everything seems more complex and cumbersome than how it's done in Vue.js. Am I just biased?

I'd be super interested to hear opinions from people who have dabbled in both React and Vue.js. React is so popular and demanded that I can't imagine it being anything less than amazing, but at the same time I feel like everything is so much more complex and cumbersome than in Vue.js. I'm obviously still learning but I can't help but think "Doing that would be so much faster, cleaner and easier in Vue.js". Anyone else feel the same way? I can't help but wonder if maybe I'm biased.

For example, setting and then mutating state:

Vue.js:

data(){
    return {
        items: ["1", "2", "3", "4"],
        users: ["user1", "user2"]
    }
}

React:

const [items, setItems] = useState(["1", "2", "3", "4"]);
const [users, setUsers] = useState(["user1", "user2"]);

I also find it weird how if I wanted to push a new element to the React state, I'd need to copy the old state, push the element in that copy and then setItems to the new array. In Vue.js this is done by simply doing this:

this.items.push(newItem)

Or iterating over an array and rendering elements:

Vue.js:

<div v-for="item in items" >{{ item }}</div> 

React

{items.map(item => {
    return <div>{item}</div>
})}

Edit - Wow, I didn't expect this to reach top of webdev! I read every single comment and I really appreciate all the thoughtful, informative and kind comments! Thank you for the 2 cute rewards too!

πŸ‘︎ 671
πŸ’¬︎
πŸ‘€︎ u/Bozhidar95
πŸ“…︎ Apr 18 2021
🚨︎ report
React JS Job and Interview Advice from Recent Hire

Hello everyone,

I just got hired by a Fortune 100 company as a Fullstack dev with React, and I thought it was a good time to share my experience and advice I have for others who might be applying.

My Background/Accomplishments

I have been working as a React dev for the past 4 years with small no name startups. I currently live in San Francisco.

I have written several React tutorials for Freecodecamp.com that have a modest amount of popularity with combined 300,000+ page views.

I have created 3 React Udemy courses with 85,000+ students.

I have many open source projects on github with a modest amount of stars/forks.

I reached top 3% overall ranking on stackoverflow.com in 2019

I hold a technical Master’s in Data Science but no Comp Sci Degree.

Some advice

-Take as many interviews as possible. It is a skill like anything else and can be developed and honed. The better you are at interviewing the better will be your results.

-You will never feel 100% prepared and the interviewers will for sure ask you questions you dont know. Just try your best and be truthful if you dont know.

- Most technical screens involve building something related to the core app of the company. For example for an analytics company I had to build a bar chart in HTML and CSS.

- Know Javascript in dept. I got several questions that went deep into javascript closures and functions.

- Promises. Know promises in great detail. I got a question on how to build promises from scratch in javascript.

What to do if entry level or new industry hire

I unfortunately have bad news if you are in this category. There are way too many people going after these positions with not many companies offering them.

I signed up to entry level job sites like Jumpstart and Handshake and what I saw is not very encouraging.

I saw that there were usually about 4000-5000 applicants for a new grad/entry level dev position.

In comparison for some of the sr/mid-level roles I applied to there were 30-50 applications. Sometimes I was the only applicant.

I read some forum posts that there were entry level people that hadnt found a job after 1 year of looking.

Try to do anything you can to get work experience on your resume. Work for free for a startup or do some freelance work with actual clients.

Side projects don’t really mean anything, you have to build apps that have actual business value in a team of stakeholders.

The process

I mainly applied online thr

... keep reading on reddit ➑

πŸ‘︎ 278
πŸ’¬︎
πŸ‘€︎ u/iqball125
πŸ“…︎ May 11 2021
🚨︎ report
Found in a JS library
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/samurai_ka
πŸ“…︎ May 15 2021
🚨︎ report
I made a simple reddit clone using React/Redux, Node.js, and PostgreSQL v.redd.it/mh9ce6g4w4y61
πŸ‘︎ 564
πŸ’¬︎
πŸ‘€︎ u/DalkerKD
πŸ“…︎ May 09 2021
🚨︎ report
Is a 3-year old React.js course outdated?

I bought Brad Traversy's React Front To Back course on Udemy a couple years ago because it was on sale but never even started it. Now I am about to start a new job that requires working a lot with React, so I was wondering if it's still worth going through this React course from 2017-2018 or if I'm better off finding something more up-to-date.

Obviously, I should go with a more recent course all else equal. However, two things to note are that this React course has 11.5 hours of content and, for those that aren't familiar with him, Brad Traversy is a god-tier educator. This in mind, I would really prefer to stick with the Brad Traversy course, but will direct my attention towards something else if you React experts tell me it's not practical.

Edit: Brad has two React courses, one from I believe 2017 (which is what I originally owned) and one from 2019. I just purchased the new course, which covers React 16.8+. Would love some thoughts on this one as well

πŸ‘︎ 101
πŸ’¬︎
πŸ‘€︎ u/yon_don_bon
πŸ“…︎ May 07 2021
🚨︎ report
Self-taught of 4 1/2 months. This is just a PRACTICE design. Coding this really sharpened my vanilla html, css, & js skills! Gonna refactor it once I get better! Im currently mastering my vanilla js then off to vue v.redd.it/9znflpr3u4v61
πŸ‘︎ 834
πŸ’¬︎
πŸ‘€︎ u/DeptMgrTulsa
πŸ“…︎ Apr 24 2021
🚨︎ report
Learn.js: A fast introduction to modern programming with javascript github.com/MarcoWorms/lea…
πŸ‘︎ 315
πŸ’¬︎
πŸ‘€︎ u/MarcoWorms
πŸ“…︎ May 16 2021
🚨︎ report
JS: Multiple Condition Checking
πŸ‘︎ 443
πŸ’¬︎
πŸ‘€︎ u/golovatuy
πŸ“…︎ May 06 2021
🚨︎ report
Sometimes you gotta sacrifice for the greater good. Js :D
πŸ‘︎ 720
πŸ’¬︎
πŸ‘€︎ u/BradStrut
πŸ“…︎ May 06 2021
🚨︎ report
α΄„α΄Ι΄α΄„α΄‡α΄˜α΄› (P5.js) reddit.com/gallery/nauwjp
πŸ‘︎ 382
πŸ’¬︎
πŸ‘€︎ u/shvembldr
πŸ“…︎ May 12 2021
🚨︎ report
[AskJS] Is it just me or is core-js fundamentally broken?

I've been using core-js with Babel for years in fairly large-scale projects where the bloat it produces has been somewhat disguised by the fact bundles are pretty big regardless. The pros of everything just working for a target environment outweigh any cons, and I think this is where core-js really shines.

However, I've recently started building some minimal NPM packages and it's been an eye-opener for me. So much so that I'm questioning whether core-js is fundamentally broken or if I'm just not fully understanding its purpose or how to leverage it properly.

Assume I'm targeting IE11 specifically and take the following example:

function trimmer(value) {
    return value.trim();
}

There is nothing fancy here; String.prototype.trim() has been supported since IE10.

Running this through Babel with core-js enabled appends require("core-js/modules/es.string.trim.js"); which then creates a chain reaction of dependency bloat. In fact if you use @rollup/plugin-commonjs to include these files in the bundle you end up with nearly 600 lines of code. Let that sink in. That's a 60000% increase for something that didn't even need polyfilling.

Even if a polyfill was required, why the bloat? There's a one-liner on MDN which probably covers 99.9% of cases.

Perhaps this is a bug, so let's move on to another example:

const test = {
    ...{
        foo: 'bar'
    }
};

Spread in object literals is not supported in IE11. That's fine.

If you forego core-js and simply use preset-env then a small block of helper code is injected to polyfill Object.assign(). The same is true when using TSC and compiling to <= ES5. You can take either of these outputs and run them in IE11 with no issues.

If you enable core-js the compiled output grows to over 1300 lines of code.

I'm clearly missing something as there is no way this is even remotely acceptable.

I'm wondering if anyone out there is/was in a similar position to me or can offer some advice.

The opinion I'm leaning toward at the moment is that core-js is great for large-scale projects where the overhead is mostly negated, and you have the peace of mind knowing that everything will just work. For smaller projects, if you're targeting a legacy environment then be conscious of the code you're writing (e.g. use a traditional for loop rather than for...of if it means avoiding 10

... keep reading on reddit ➑

πŸ‘︎ 133
πŸ’¬︎
πŸ‘€︎ u/rw519307
πŸ“…︎ May 05 2021
🚨︎ report
An unexpected surprise that cracked a smile when grinding JS
πŸ‘︎ 662
πŸ’¬︎
πŸ‘€︎ u/Destroyer11id1
πŸ“…︎ May 15 2021
🚨︎ report
What the actual hell. I’ve seen rocks that appear to have more brain cells. JS. Not speculating anyone’s mental status at all. Like I said, just saying.......
πŸ‘︎ 84
πŸ’¬︎
πŸ‘€︎ u/terminatorno2
πŸ“…︎ May 15 2021
🚨︎ report
Got my son his first Js for his 13th birthday
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/kickz_queen
πŸ“…︎ Apr 12 2021
🚨︎ report
Should I learn JS first, or is it okay to try to learn Vue and JS at the same time?

I have an idea for a webapp, and I’d like to learn how to create it. It’s just a pet-project and not serious. Usually I just mess around with CSS and HTML so I’m wayyy behind the times when it comes to modern website design.

My husband is a software engineer and told me that it would be best to use vuejsβ€”but it physically pains him to do front-end stuff so I know he won’t be helping me learn lmao.

What do ya’ll think?

πŸ‘︎ 45
πŸ’¬︎
πŸ‘€︎ u/youbettalerkbitch
πŸ“…︎ May 15 2021
🚨︎ report
So Jas has DEFINITELY seen Lewis hiding under Marnies bed im js, wow lmao
πŸ‘︎ 14k
πŸ’¬︎
πŸ‘€︎ u/Itsnotideal
πŸ“…︎ Mar 02 2021
🚨︎ report
My second pair of Js.
πŸ‘︎ 567
πŸ’¬︎
πŸ“…︎ Apr 22 2021
🚨︎ report
Didn't know this place existed on reddit. I'm running 2 sundown u10s with Corey dean recones in a 4th order on a salt-4 wired to .25 ohm. 128ah headway and soon a 300 amp js alternator. (Currently 270amp ces) all in a 2019 fiesta st. (Also that's not me in the picture it's one of my team mates) reddit.com/gallery/nc1hwn
πŸ‘︎ 105
πŸ’¬︎
πŸ‘€︎ u/chemipanda
πŸ“…︎ May 14 2021
🚨︎ report
What is new with node.js world?

Hi,

I am a frontend developer, I have been working professionally as such for about 3 years, as I am starting to get pretty comfortable with frontend, I want to start developing some skills in backend, and as it is still javascript, I guess node.js is the best choice.

I have created MERN stack app previously for university, but that was a bit less than 3 years ago. Right now, I want to learn more in depth.

Can anyone suggest where to start? I will be starting node.js course on udemy by Maximilian SchwarzmΓΌller, but want to know what people are using from node.js frameworks to what databases, to what tools? Where you host your node.js applications?

I know this is a lot of different thing in one post, but I want this to be discussion about what people use, why, why they don't use alternatives and so on, which would help a lot for me starting with node.js

Thanks!

--

I will update this thread with more questions as those will come up.

πŸ‘︎ 58
πŸ’¬︎
πŸ‘€︎ u/eZkkimo
πŸ“…︎ May 07 2021
🚨︎ report
Js :D
πŸ‘︎ 600
πŸ’¬︎
πŸ‘€︎ u/BradStrut
πŸ“…︎ May 04 2021
🚨︎ report
Typehole – Create TypeScript interfaces from JS runtime values automatically github.com/rikukissa/type…
πŸ‘︎ 161
πŸ’¬︎
πŸ‘€︎ u/rikurouvila
πŸ“…︎ May 17 2021
🚨︎ report
Does anyone Develop websites with just HTML / CSS / JS anymore?

Does anyone Develop websites with just HTML / CSS / JS anymore? or is all just frameworks? I'm new to dev and just started learning JS but I feel like everything I see people are using only frameworks. I know you have to learn the basics first but once you're passed that is it frameworks from there on out? Also all the cool websites I see people make were usually made with react or similar.

πŸ‘︎ 31
πŸ’¬︎
πŸ‘€︎ u/SmokingWaves
πŸ“…︎ May 13 2021
🚨︎ report
Thanks to @GreenyZA @jkirk57 @Ranvier01 because of you this js my end result. v.redd.it/b2sfi32lcoy61
πŸ‘︎ 314
πŸ’¬︎
πŸ‘€︎ u/DrLeukemia
πŸ“…︎ May 12 2021
🚨︎ report
Learning Ethereum with Solidity + Node.js

Hey guys, do you have any recommended resources or courses to blockchain and dApps development using Solidity + Node.js? Where to start? I'd appreciate every help!

πŸ‘︎ 66
πŸ’¬︎
πŸ‘€︎ u/kosmogrzmot
πŸ“…︎ May 17 2021
🚨︎ report
Quando o nΓΊmero de militantes a procurar emprego pela JS Γ© tΓ£o grande que tens de vir a pΓΊblico dizer isto.
πŸ‘︎ 294
πŸ’¬︎
πŸ“…︎ Apr 21 2021
🚨︎ report
I made this PlayStation 5 UI In JavaScript. If you're learning vanilla JS, might be of some use. semicolon.dev/tutorial/ja…
πŸ‘︎ 67
πŸ’¬︎
πŸ‘€︎ u/mutantdustbunny
πŸ“…︎ May 14 2021
🚨︎ report
Chilling in tumor board with my scrubs and metallic 5s. Only doc in hospital wearing Js
πŸ‘︎ 162
πŸ’¬︎
πŸ‘€︎ u/Stink_E_Weasle
πŸ“…︎ May 06 2021
🚨︎ report
[Highlight] Ben Simmons with the Js. Amazing! streamable.com/nazwg2
πŸ‘︎ 639
πŸ’¬︎
πŸ‘€︎ u/Benfor3
πŸ“…︎ Apr 11 2021
🚨︎ report
30 years ago today I got my first pair of Js
πŸ‘︎ 4k
πŸ’¬︎
πŸ‘€︎ u/cunty_nipples
πŸ“…︎ Mar 28 2021
🚨︎ report
I've been working on a 3D Function Renderer to practice ReactJS and Three.js streamable.com/6s3vvj
πŸ‘︎ 270
πŸ’¬︎
πŸ‘€︎ u/Ray-Marcher
πŸ“…︎ May 16 2021
🚨︎ report
Rolling some Js, chillin'. Happy 4/20 reddit.com/rpan/r/TheYouS…
πŸ‘︎ 24
πŸ’¬︎
πŸ“…︎ Apr 20 2021
🚨︎ report
I made a simple Killfeed Generator using HTML and JS
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/sefFano
πŸ“…︎ Apr 17 2021
🚨︎ report
If you had to teach a complete JS novice how to build this table from scratch, what concepts/skills would you have them learn? v.redd.it/mpmfsyzh46x61
πŸ‘︎ 93
πŸ’¬︎
πŸ‘€︎ u/pweepweemuggins
πŸ“…︎ May 04 2021
🚨︎ report
AWS Lambda support for Node.js 10 is becoming to an end in August 2021. It’s time to switch!

It’s the end of AWS Lambda support for Node.js v10. AWS Lambda support for Node.js 10 is due to end in August 2021. It’s time to switch! In this article, we’re discussing and comparing the differences of working with Node.js 10 and Node.js 14 + AWS Lambda, the impacts, and benefits of this change: https://dashbird.io/blog/aws-lambda-nodejs-10-vs-14/

πŸ‘︎ 63
πŸ’¬︎
πŸ‘€︎ u/Dashbird
πŸ“…︎ May 17 2021
🚨︎ report
I made a real time 2, 3 and 4 dimensions N-body gravity simulation with three.js and wasm florian.mounier.dev/annea…
πŸ‘︎ 155
πŸ’¬︎
πŸ‘€︎ u/paradoxxx_zero
πŸ“…︎ May 04 2021
🚨︎ report
Any Laravel Eloquent like ORM for node.js?

I’m looking for a ORM which is similar to Laravel Eloquent. I must say Laravel Eloquent makes it piece of cake to work with relational data. I tried knex, bookshelf, sequelize but none match to the level of Laravel eloquent.

πŸ‘︎ 30
πŸ’¬︎
πŸ‘€︎ u/rkh4n
πŸ“…︎ May 08 2021
🚨︎ report
Why I Prefer Makefiles Over package.json Scripts for Node.js Projects spin.atomicobject.com/202…
πŸ‘︎ 67
πŸ’¬︎
πŸ‘€︎ u/pmz
πŸ“…︎ Apr 30 2021
🚨︎ report
I made a falling sand sim with p5.js! Includes sand, water, steam, lots of things that burn, and plants that grow in weird patterns when watered. Link to try it out in the comments!
πŸ‘︎ 132
πŸ’¬︎
πŸ‘€︎ u/alerathsaasaa
πŸ“…︎ May 12 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.