engineering-blogs
papers-we-love
engineering-blogs | papers-we-love | |
---|---|---|
22 | 76 | |
34,663 | 95,324 | |
4.6% | 2.0% | |
3.6 | 4.9 | |
11 months ago | 2 months ago | |
Ruby | Shell | |
- | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
engineering-blogs
-
Ask HN: How to have one feed for many blog websites
I fancy this currated list of tech blogs but I don't know how to get everything in a rss sort of way. RSS is dead, long live rss? What are our alternatives? Is it worth to make my own scrapper? https://github.com/kilimchoi/engineering-blogs
-
Issue 007 -- Surviving the AI Era
Engineering Blog List
-
A Complete Student Guide to Software Engineering Behavioral Interviews
Have you used the product? Do the challenges they face interest you and are these challenges unique to the company? Do you read their engineering blogs or have you seen them recently on the news?
-
The Top 10 GitHub Repositories Making Waves 🌊📊
View on GitHub
- A curated list of engineering blogs
- List of engineering blogs
- How Discord Stores Trillions of Messages
-
suggest tech content on internet
kilimchoi/engineering-blogs
-
Ask HN: Do you maintain a list of RSS links of GOAT programming blogs?
I don't, but here is a nice (or just big) list if someone has focus to spare:
https://github.com/kilimchoi/engineering-blogs
papers-we-love
-
Essential White Papers for Software Engineers: A Comprehensive Reading List
"A Note on Distributed Computing" by Jim Waldo, Geoff Wyant, Ann Wollrath, and Sam Kendall (1994) Read the paper This paper explains why distributed objects should not be treated like local objects, challenging the notion that distribution can be transparent.
-
Essential White Papers for Senior Software Engineers: Advanced Reading for Technical Leadership
"Out of the Tar Pit" by Moseley and Marks (2006) Read the paper
- Papers from the computer science community to read and discuss
- Papers We Love
- Papers We Love Repo
-
Show HN: Hacker News but for state of the art research
I usually look for research papers in well-known conferences. I think you can google the conferences for other fields, but some of them for Programming Languages are SPLASH, ECOOP, PLDI, ICFP. So if you want important new papers, those are the places to look.
Universities often have “seminar” classes and “reading groups” to discuss influential papers, which sometimes includes older ones as well. The discussions are a bit like what this site is trying to accomplish, albeit in-person. Unfortunately the seminars and reading groups themselves aren’t usually public, but some of their websites are (and some past websites are still up) and they post the list of papers.
For PL specifically you can find a lot of notable papers in the history of the r/ProgrammingLanguage subreddit, and there are lists you can google such as https://www.cis.upenn.edu/~bcpierce/courses/670Fall04/GreatW... and https://github.com/imteekay/programming-language-research?ta.... I also found https://github.com/papers-we-love/papers-we-love for more genera computer science papers.
-
The Top 10 GitHub Repositories Making Waves 🌊📊
Papers We Love (PWL) is a community built around reading, discussing and learning more about academic computer science papers. This repository serves as a directory of some of the best papers the community can find, bringing together documents scattered across the web. You can also visit the Papers We Love site for more info.
- What led you to use Linux as your daily driver?
-
We have used too many levels of abstractions and now the future looks bleak
You might find the paper Out of the Tar Pit interesting if you haven't already read it: https://github.com/papers-we-love/papers-we-love/blob/main/d...
The ideas and approaches you talk about evoked some of the concepts from that paper for me. It talks a lot about separating accidental complexity and infrastructure so you can focus only on what is essential to define your solutions.
What are some alternatives?
movfuscator - The single instruction C compiler
react-bits - ✨ React patterns, techniques, tips and tricks ✨
awesome-podcasts - Collection of awesome podcasts
Flowgorithm-macOS - Flowgorithm for Mac OS
awesome-newsletters - A list of amazing Newsletters
elm-architecture-tutorial - How to create modular Elm code that scales nicely with your app