Programming_Overall

If your imported external JavaScript code seems to not working, even though you used `script src="code.js">`, you may forget about adding the '**async**'. You may add this attribute into your index.html like that: ::: spoiler spoiler <**script src="code.js" async>** ::: it may seem irrelevant, but sometimes little things like that may help :)

2
1

Hi guys! I know some people may be looking for some useful learning programming resources, so I want to share with you some that I happened to use. I am trying to learn how to be a web font-end developer as a start. As a learning resource to learn some font-end I use - [freeCodeCamp's](https://www.freecodecamp.org/) website- (the first course), their interactive html/css course might not be the best start, but it's pretty decent considering that the course is free. As a second learning resource I use - [w3schools](https://www.w3schools.com/html/default.asp) website - It's longer to read, but still worth it. From this website you may learn to python, javascript, java, SQL and many other languages. Also, this website contains resources about technologies such as e.g., "Django, "React" or "Typescript" that will make you much more valuable programmer. Also here are some youtube channels I find useful: - [Coding with Lewis](https://www.youtube.com/@CodingWithLewis) - [Fireship](https://www.youtube.com/@Fireship) - [Aaron Jack ](https://www.youtube.com/@AaronJack/videos) If you want to share some of your useful resources – feel free to write them down in the comments!

7
0

**Introduction** Hello fellow programmers! All programming languages are welcome here! If you are somehow here – feel free to stay! This community is meant to be for every beginner, intermediate or advanced programmer. You can discuss programming topics such as new technologies, new programming languages etc. You can also discuss other topics did not mention here as well. - Programming memes, progress post - (like e.g. my 1st in JavaScript vs my 100th day in JavaScript), and posts asking for pro tips in certain language are allowed here as well). **The rules** - Be civil and nice. - No laughing at beginners in toxic way - No porn - No NSFW - Do not be toxic against others - Do not be political

6
0