Why you shouldn’t use inline styling in production React apps
Why you should use refs sparingly in production
Videos
Learn REACT JS in just 5 MINUTES (2020)
JavaScript for React Developers | Mosh
Articles about Web Design and related content
Why you shouldn’t use inline styling in production React apps
Why you should use refs sparingly in production
JavaScript for React Developers | Mosh
Why use redux, reasons with clear examples
Logrocket it helps you find bugs in your redux apps
What Is Redux: A Designer’s Guide
Do you need redux with react hooks?
Videos
What is Redux?
Making The Move From Scala To Go, And Why We’re Not Going Back -> a great article about some reasons why a company switched to golang. It mentions some important things to consider. Golang is great for microservices.
Golang book. Free online book.
50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
Golang Modules explained
More about Golang Modules
Golang Slices explained
Golang pointers explained in the tour
Golang interfaces explained. This is a very helpful article. I found the interfaces section on tour of go to be nonsensical jibberish. Here is the pure jibberish
var a Abser
f := MyFloat(-math.Sqrt2)
v := Vertex{3, 4}
a = f // a MyFloat implements Abser
a = &v // a *Vertex implements Abser
How is this implementing anything? It looks to me like assignment? Makes ZERO sense. Most of the tour is awesome and makes sense but this entire section is pure fail. It causes more questions than answers. Like this
// In the following line, v is a Vertex (not *Vertex)
// and does NOT implement Abser.
a = v
Ok I am new. This to me looks like reassignment. Once again how does assignment make something implement something? And why not explain it to the new users? Any details as to what is going on would be helpful to new comers. If you quote it out and run the program it works. This section needs heavy updating and explaining. This is purely WTFF??? This is literally the absolute worst part of the entire Tour. This is where I hit my WTF moments and had to start using google to DECIPHER the encoded message.
Thinking in Go. This article is a must read for anyone coming from an OOP background such as Java wanting to understand Golang. There are no classes. No inheritance. No generics. No this. No that and No. Golang requires thinking entirely differently. Interfaces are the hardest thing to wrap my mind around so far. The implicit magic is something I don’t like I prefer words like implements to make my code more clear. If I could just find good enough information I’d understand it. I literally have to undo all of the years of OOP damage. When I first encountered Golang I heard that interfaces confused most new people, I understand why now. It is not just interfaces it is learning to think and build software in an entirely new alien way.
More on Golang Interfaces — because they are nothing like interfaces you have face in other languages. The whole implementing thing is just totally wild. I hate implicit bullshit. It’s just unneeded magic for no reason other than to drop a few characters.https://www.digitalocean.com/community/tutorials/how-to-deploy-a-go-web-application-using-nginx-on-ubuntu-18-04
Thinking about Interfaces in Go — another great article about Golang interfaces. Interfaces are the most complex thing in go, so multiple references helps more.
Go for Java Programmers — this is an awesome series of articles for java programmers coming to Golang. This is also helpful to PHP programmers since PHP is so similar to Java these days.
Go in VSCode: Must-have extensions and some limitations
Building Web Applications with GO — a free online book about how to build a web app with golang
How to deploy a Golang Application on Linux with NGINX
Go: the Good, the Bad and the Ugly An article with lots of good information about Gotchas in Golang and some best practices.
Golang: Concurrency is Hard; So What Can We Do About It? A very good article about concurrency in Golang
Everything you need to know about Packages in Go – a great article all about packages.
Publishing Golang packages – golang article about how to version packages/modules
Why you should use a Go module proxy– why and how to create a go module proxy
Go 1.13 for Private Repositories – What are private repositories
7 common mistakes in Go and when to avoid them by Steve Francia (Docker)
Resources for web development with Scala
Scala tags. This library is for creating HTML from Scala. Thanks lihaoyi
ScalaCSS a library for creating CSS from Scala
javascriptweekly – keep up to date on the latest javascript news
How to deal with dirty side effects in your pure functional JavaScript
async/await is just the do-notation of the Promise monad
Do we really need classes in JavaScript after all?
The cost of javascript. Javascript is often misused and abused or poor practices are used. This article covers some of the things you can do to lighten your apps javascript load and clean up your code a little.
Should You Use Classes in JavaScript?
A re-introduction to JavaScript (JS tutorial) – because developers couldn’t be bothered with the hard task of learning actual Javascript syntax we had to pollute the syntax even more with Classes etc.
Function expressions explained
Arrow function expressions explained – examples and explanation
Mocking is a code smell – interesting article about how you can get https://krasimirtsonev.com/blog/article/javascript-managing-events-dispatch-listenout of control with testing and dependency injection. It is about javascript but applies to other languages.
Eradicating memory leaks in Javascript – A very good article for anyone to who creates Apps with Javascript.
Javascript let vs var vs const – a good article explaining the differences.
Javascript free books and resources – nice article with links to various sources.
javascript.info – a really awesome site that teaches everything you need to know about modern Javascript.
Media queries you should know about
Browser support for Javascript API’s – This is a very useful table to see what is supported at the moment
Link to ecmascript feature tables to look up what you can use in Javascript in current browsers.
Transaction patterns for web applications – interesting article with good information.
Must-Have Social Meta Tags for Twitter, Google, Facebook, & More
opendyslexic Font for dyslexic people or anyone in general a good font.
andika nice clear fonts for clean looking text that is easy to read
What You Need to Know About Open Graph Meta Tags for Total Facebook and Twitter Mastery– Very good introduction to the topic, not a long read.