blog icon indicating copy to clipboard operation
blog copied to clipboard

The Boot.dev blog source code and content

Results 11 blog issues
Sort by recently updated
recently updated
newest added

In [How to Use Mutexes in Go](https://blog.boot.dev/golang/golang-mutex/) a wrong image is shown: ![image|300](https://github.com/bootdotdev/blog/assets/7523167/e49ae0c6-1e48-49c8-9d64-289b385cd99c) The repo has the right image as `download copy.png`. I have renamed that file to `mutex.png` and...

At some point the article says "As mentioned above, non-exported (lowercase) fields are ignored by the marshaler.". But there is no such previous mention (nor any later mention).

json.Marshal was being called with a string instead of an actual User instance.

There is a flaw in this article about Queue Data Structures https://blog.boot.dev/python/queue-data-structure-python/ In the first code example, the push() method uses insert() for placing new items at the index 0...

In the [Job Boards](https://blog.boot.dev/jobs/best-job-boards-software-engineers/) blog post, Triplebyte is recommended as a resource. But as of March of last year, Triplebyte was [acquired and shut down by Karat](https://connect.karat.com/tb-candidates), which no longer...

There is a typo in the paragraph that is subtitled: WHY GO? In between the first and second sentences, there is a missing space before the word "Go". WHY GO?...

[this article](https://blog.boot.dev/golang/jwts-in-golang/) references [dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go) which was archived in 2022. Should probably recommend the maintained fork instead: [golang-jwt/jwt](https://github.com/golang-jwt/jwt)

The idea for this post came from a recent discussion in the Rust channel in the Discord server. I reused a cover image from another post, I hope that's ok....

Understanding the NodeJS event loop is an advanced concept in modern day JavaScript. It would help the community and the blog as a whole if we included an article about...

Link: https://blog.boot.dev/computer-science/comprehensive-guide-to-learn-computer-science-online/ Resources in "2 - COMPUTER ARCHITECTURE AND HARDWARE" - Binary and Hexadecimal (~~Kahn~~ Khan Academy) Resources in "3 - ALGORITHMS AND DATA STRUCTURES" - Boot.dev’s ~~LearnData~~ Learn Data...