What is the single most influential book every Programmers should read

Top Programming Books
DjamgaMind - AI Unraveled Podcast

DjamgaMind: Audio Intelligence for the C-Suite (Energy, Healthcare, Finance)

Are you drowning in dense legal text? DjamgaMind is the new audio intelligence platform that turns 100-page healthcare or Energy mandates into 5-minute executive briefings. Whether you are navigating Bill C-27 (Canada) or the CMS-0057-F Interoperability Rule (USA), our AI agents decode the liability so you don’t have to. 👉 Start your specialized audio briefing today at Djamgamind.com


AI Jobs and Career

I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

Job TitleStatusPay
Full-Stack Engineer Strong match, Full-time $150K - $220K / year
Developer Experience and Productivity Engineer Pre-qualified, Full-time $160K - $300K / year
Software Engineer - Tooling & AI Workflows (Contract) Contract $90 / hour
DevOps Engineer (India) Full-time $20K - $50K / year
Senior Full-Stack Engineer Full-time $2.8K - $4K / week
Enterprise IT & Cloud Domain Expert - India Contract $20 - $30 / hour
Senior Software Engineer Contract $100 - $200 / hour
Senior Software Engineer Pre-qualified, Full-time $150K - $300K / year
Senior Full-Stack Engineer: Latin America Full-time $1.6K - $2.1K / week
Software Engineering Expert Contract $50 - $150 / hour
Generalist Video Annotators Contract $45 / hour
Generalist Writing Expert Contract $45 / hour
Editors, Fact Checkers, & Data Quality Reviewers Contract $50 - $60 / hour
Multilingual Expert Contract $54 / hour
Mathematics Expert (PhD) Contract $60 - $80 / hour
Software Engineer - India Contract $20 - $45 / hour
Physics Expert (PhD) Contract $60 - $80 / hour
Finance Expert Contract $150 / hour
Designers Contract $50 - $70 / hour
Chemistry Expert (PhD) Contract $60 - $80 / hour

What is the single most influential book every Programmers should read

There are a lot of books that can be influential to programmers. But, what is the one book that every programmer should read? This is a question that has been asked by many, and it is still up for debate. However, there are some great contenders for this title. In this blog post, we will discuss three possible books that could be called the most influential book for programmers. So, what are you waiting for? Keep reading to find out more!

What is the single most influential book every Programmers should read
What is the single most influential book every Programmers should read

Source: Wikipedia

What is the single most influential book every Programmers should read
Popular Programming Languages

Ok…I think this is one of the most important questions to answer. According to the my personal experience as a Programmer, I would say you must learn following 5 universal core concepts of programming to become a successful Java programmer.

(1) Mastering the fundamentals of Java programming Language – This is the most important skill that you must learn to become successful java programmer. You must master the fundamentals of the language, specially the areas like OOP, Collections, Generics, Concurrency, I/O, Stings, Exception handling, Inner Classes and JVM architecture.

Recommended readings are OCA Java SE 8 Programmer by by Kathy Sierra and Bert Bates (First read Head First Java if you are a new comer ) and Effective Java by Joshua Bloch.

(2) Data Structures and Algorithms – Programming languages are basically just a tool to solve problems. Problems generally has data to process on to make some decisions and we have to build a procedure to solve that specific problem domain. In any real life complexity of the problem domain and the data we have to handle would be very large. That’s why it is essential to knowing basic data structures like Arrays, Linked Lists, Stacks, Queues, Trees, Heap, Dictionaries ,Hash Tables and Graphs and also basic algorithms like Searching, Sorting, Hashing, Graph algorithms, Greedy algorithms and Dynamic Programming.

Recommended readings are Data Structures & Algorithms in Java by Robert Lafore (Beginner) , Algorithms Robert Sedgewick (intermediate) and Introduction to Algorithms-MIT press by CLRS (Advanced).

AI-Powered Professional Certification Quiz Platform
Crack Your Next Exam with Djamgatech AI Cert Master

Web|iOs|Android|Windows

Are you passionate about AI and looking for your next career challenge? In the fast-evolving world of artificial intelligence, connecting with the right opportunities can make all the difference. We're excited to recommend Mercor, a premier platform dedicated to bridging the gap between exceptional AI professionals and innovative companies.

Whether you're seeking roles in machine learning, data science, or other cutting-edge AI fields, Mercor offers a streamlined path to your ideal position. Explore the possibilities and accelerate your AI career by visiting Mercor through our exclusive referral link:

Find Your AI Dream Job on Mercor

Your next big opportunity in AI could be just a click away!

(3) Design Patterns – Design patterns are general reusable solution to a commonly occurring problem within a given context in software design and they are absolutely crucial as hard core Java Programmer. If you don’t use design patterns you will write much more code, it will be buggy and hard to understand and refactor, not to mention untestable and they are really great way for communicating your intent very quickly with other programmers.

Recommended readings are Head First Design Patterns Elisabeth Freeman and Kathy Sierra and Design Patterns: Elements of Reusable by Gang of four.

(4) Programming Best Practices – Programming is not only about learning and writing code. Code readability is a universal subject in the world of computer programming. It helps standardize products and help reduce future maintenance cost. Best practices helps you, as a programmer to think differently and improves problem solving attitude within you. A simple program can be written in many ways if given to multiple developers. Thus the need to best practices come into picture and every programmer must aware about these things.

Recommended readings are Clean Code by Robert Cecil Martin and Code Complete by Steve McConnell.

AI Jobs and Career

And before we wrap up today's AI news, I wanted to share an exciting opportunity for those of you looking to advance your careers in the AI space. You know how rapidly the landscape is evolving, and finding the right fit can be a challenge. That's why I'm excited about Mercor – they're a platform specifically designed to connect top-tier AI talent with leading companies. Whether you're a data scientist, machine learning engineer, or something else entirely, Mercor can help you find your next big role. If you're ready to take the next step in your AI career, check them out through my referral link: https://work.mercor.com/?referralCode=82d5f4e3-e1a3-4064-963f-c197bb2c8db1. It's a fantastic resource, and I encourage you to explore the opportunities they have available.

(5) Testing and Debugging (T&D) – As you know about the writing the code for specific problem domain, you have to learn how to test that code snippet and debug it when it is needed. Some programmers skip their unit testing or other testing methodology part and leave it to QA guys. That will lead to delivering 80% bugs hiding in your code to the QA team and reduce the productivity and risking and pushing your project boundaries to failure. When a miss behavior or bug occurred within your code when the testing phase. It is essential to know about the debugging techniques to identify that bug and its root cause.

Recommended readings are Debugging by David Agans and A Friendly Introduction to Software Testing by Bill Laboon.

I hope these instructions will help you to become a successful Java Programmer. Here i am explain only the universal core concepts that you must learn as successful programmer. I am not mentioning any technologies that Java programmer must know such as Spring, Hibernate, Micro-Servicers and Build tools, because that can be change according to the problem domain or environment that you are currently working on…..Happy Coding!

Summary: There’s no doubt that books have had a profound influence on society and the advancement of human knowledge. But which book is the most influential for programmers? Some might say it’s The Art of Computer Programming, or The Pragmatic Programmer. But I would argue that the most influential book for programmers is CODE: The Hidden Language of Computer Hardware and Software. In CODE, author Charles Petzold takes you on a journey from the basics of computer hardware to the intricate workings of software. Along the way, you learn how to write code in Assembly language, and gain an understanding of how computers work at a fundamental level. If you’re serious about becoming a programmer, then CODE should be at the top of your reading list!

Programming Breaking News

  • Understanding Python’s Object Model: Mutability, Immutability, and Function Behavior
    by Aysun (Python on Medium) on February 15, 2026 at 7:48 pm

    https://images.unsplash.com/photo-1581093588401-59b7b8b7d7ee?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwyNjI5N3wwfDF8c2VhcmNofDF8fHByb2Continue reading on Medium »

  • From Confusion to Clarity: 10 Practical Lessons I Learned About Python Lists, Dictionaries, and…
    by Kunta Akshaya | Advanced Gen AI Intern | (Coding on Medium) on February 15, 2026 at 7:44 pm

    When I started learning Python, I believed that understanding syntax was enough. But as I began practicing more, I realized something…Continue reading on Medium »

  • From Confusion to Clarity: 10 Practical Lessons I Learned About Python Lists, Dictionaries, and…
    by Kunta Akshaya | Advanced Gen AI Intern | (Python on Medium) on February 15, 2026 at 7:44 pm

    When I started learning Python, I believed that understanding syntax was enough. But as I began practicing more, I realized something…Continue reading on Medium »

  • What's actually possible with brain-computer interfaces in 2026? A technical breakdown
    by /u/No_Fisherman1212 (programming) on February 15, 2026 at 7:42 pm

    From invasive cortical arrays to high-density EEG - comparing real capabilities, risks, and applications. The gap between lab demos and consumer products might surprise you. https://cybernews-node.blogspot.com/2026/02/bcis-in-2026-still-janky-still.html submitted by /u/No_Fisherman1212 [link] [comments]

  • How Python Uses Data Structures Behind the Scenes: Lists, Tuples, Sets, and Dictionaries
    by Parshwa Desai (Python on Medium) on February 15, 2026 at 7:41 pm

    Introduction:Continue reading on Medium »

  • PROOFDRIVE™ v1.0
    by Kam Swygert (Programming on Medium) on February 15, 2026 at 7:41 pm

    Continue reading on Medium »

  • Discord Age Verification is a Joke
    by David Lee (Programming on Medium) on February 15, 2026 at 7:36 pm

    When I read Discord’s announcement about launching teen-by-default settings globally, I had that familiar feeling engineers get when…Continue reading on Level Up Coding »

  • Python everyhting is object
    by ismayil abbasli (Python on Medium) on February 15, 2026 at 7:35 pm

    One of the most fundamental ideas in Python is that everything is an object. Whether we are working with integers, strings, lists, or even…Continue reading on Medium »

  • Why Senior Developers Benefit More from AI Than Juniors
    by Reyanshicodes (Programming on Medium) on February 15, 2026 at 7:32 pm

    There’s a popular narrative floating around developer circles right now: AI will replace junior developers first. It’s dramatic, clickable…Continue reading on Medium »

  • Understanding BuildContext in Flutter: A Deep Dive into the Framework
    by Teja Varshith (Programming on Medium) on February 15, 2026 at 7:30 pm

    Getting ReadyContinue reading on Medium »

  • How Michael Abrash doubled Quake framerate
    by /u/NXGZ (programming) on February 15, 2026 at 7:26 pm

    submitted by /u/NXGZ [link] [comments]

  • The End of Framework Loyalty
    by Reyanshicodes (Programming on Medium) on February 15, 2026 at 7:21 pm

    For more than a decade, software developers have treated frameworks like identities. Teams didn’t just use React, Angular, Django, or…Continue reading on Medium »

  • How I Cut AI Coding Costs by 29% With One Simple Trick Part 1
    by Tom Smykowski (Coding on Medium) on February 15, 2026 at 7:06 pm

    I ran preliminary tests to reveal how to save on AI tokens without sacrificing code quality.Continue reading on Medium »

  • How I Cut AI Coding Costs by 29% With One Simple Trick Part 1
    by Tom Smykowski (Programming on Medium) on February 15, 2026 at 7:06 pm

    I ran preliminary tests to reveal how to save on AI tokens without sacrificing code quality.Continue reading on Medium »

  • Your Brain Knows Your Blood Sugar Is Dropping — Before You Do
    by Santosh Srinivasaiah (Python on Medium) on February 15, 2026 at 7:01 pm

    Using EEG and Transfer Learning to Detect Mental State Changes in Type 1 DiabetesContinue reading on Medium »

  • Building a Student Management System: From 11th Grade Pressure to Clean Code
    by Kokaterushik (Python on Medium) on February 15, 2026 at 7:01 pm

    In 11th, I had Python language as a part of my Computer Science subject. For the end of 1st term, we needed to submit a project in python…Continue reading on Medium »

  • Lists vs Tuples in Python: When Should You Use Which?
    by Amrithasuvarna (Programming on Medium) on February 15, 2026 at 6:59 pm

    IntroductionContinue reading on Medium »

  • Lists vs Tuples in Python: When Should You Use Which?
    by Amrithasuvarna (Python on Medium) on February 15, 2026 at 6:59 pm

    IntroductionContinue reading on Medium »

  • I Tested Rust and Go, and the Results Broke My Expectations for I/O Concurrency
    by Hitesh Gera (Programming on Medium) on February 15, 2026 at 6:56 pm

    You know, I’ve seen this exact debate play out in so many developer channels. It’s like a programming meme, right? You see the benchmarks…Continue reading on Medium »

  • How I built a Python C2 Server with file Encryption capabilities
    by Onobrakpeya Efeturi (Coding on Medium) on February 15, 2026 at 6:55 pm

    Acelock is a cool little C2 server with ransomware capabilities.Continue reading on Medium »

  • How I combined Google Gemini, FastAPI, and a two-tier safety system to create an enterprise-ready…
    by Deepakgupta (Python on Medium) on February 15, 2026 at 6:51 pm

    I Built an AI Shopping Assistant That Can't Be Tricked — Here's HowContinue reading on Medium »

  • Swift and iOS Development: Whispering to Machines — Part 3
    by SinoSyntax (Coding on Medium) on February 15, 2026 at 6:50 pm

    The Gates of Logic: How Does a Computer “Decide”?Continue reading on Medium »

  • Swift and iOS Development: Whispering to Machines — Part 3
    by SinoSyntax (Programming on Medium) on February 15, 2026 at 6:50 pm

    The Gates of Logic: How Does a Computer “Decide”?Continue reading on Medium »

  • Go vs. Rust Load Test: The Memory Stability Trap That Crushes Your Cloud Bill
    by Monika Singhal (Programming on Medium) on February 15, 2026 at 6:47 pm

    You know, as an engineer, when you’re looking at Go versus Rust for a serious backend, it’s not just some nerdy language debate anymore…Continue reading on Medium »

  • Showing up Everyday
    by adityakumar5338 (Coding on Medium) on February 15, 2026 at 6:46 pm

    Hey, I’m Aditya KumarContinue reading on Medium »

  • Learning Data & Exploring DeFi: My Journey Begins
    by I’m Quincy (Python on Medium) on February 15, 2026 at 6:43 pm

    Hello, and welcome to my Medium page!Continue reading on Medium »

  • 12 Python Libraries Every Developer Discovers Too Late
    by Asim Nasir (Coding on Medium) on February 15, 2026 at 6:42 pm

    Learn them now before you waste another month duct-taping scripts that should have been one import awayContinue reading on CodeToDeploy »

  • Choosing the Right Python Data Structure: A Performance-Focused Beginner’s Decision Guide
    by Tejaswini Ns (Coding on Medium) on February 15, 2026 at 6:42 pm

    When writing Python programs, beginners often focus on getting the code to work. Experienced developers focus on something deeper:Continue reading on Medium »

  • What is Python in 2026?
    by Azhar Shaikh (Python on Medium) on February 15, 2026 at 6:32 pm

    Python is a high-level, interpreted programming language known for its extreme readability and versatility. think of it as a language that…Continue reading on Medium »

  • Claude AI vs ChatGPT: One Coding Example That Changed My Mind
    by NAJEEB (Coding on Medium) on February 15, 2026 at 6:19 pm

    The Unexpected DiscoveryContinue reading on Write A Catalyst »

  • Ruby Symbol vs String in 2026 — The Updated Performance Comparison
    by Raza Hussain (Coding on Medium) on February 15, 2026 at 6:14 pm

    The Debate That Refuses to DieContinue reading on Write A Catalyst »

  • How to Choose Between Hindley-Milner and Bidirectional Typing
    by /u/thunderseethe (programming) on February 15, 2026 at 6:07 pm

    submitted by /u/thunderseethe [link] [comments]

  • The Rust Paradox: Why the “Most Loved” Language is Actually Extremely Boring
    by Ritik Singh (Coding on Medium) on February 15, 2026 at 6:04 pm

    If you look at the Stack Overflow Developer Survey, Rust has been the “most loved” language for nearly a decade. But if you talk to…Continue reading on Medium »

  • AI to stay in Flow - a personal decision on how I chose to (not) use AI
    by /u/shrupixd (programming) on February 15, 2026 at 5:50 pm

    👋 This is a bit different take on programming with AI, instead of going more in the vibecoding direction, I'll try to use AI to stay get into the "zone", into the flow state. I'd love to hear other ideas how AI can be used in a way to empower us instead taking away. How can AI leave the hard parts to us, but give us better focus on it? submitted by /u/shrupixd [link] [comments]

  • Observability for AI Workloads: A New Paradigm for a New Era
    by /u/horovits (programming) on February 15, 2026 at 2:37 pm

    Everyone's rushing to deploy AI workloads in production. but what about observability for these workloads? AI workloads introduce entirely new observability needs around model evaluation, cost attribution, and AI safety that didn’t exist before. Even more surprisingly, AI workloads force us to rethink fundamental assumptions baked into our “traditional” observability practices: assumptions about throughput, latency tolerances, and payload sizes. Curious to hear more insights on this topic from others here. submitted by /u/horovits [link] [comments]

  • Redefining Go Functions
    by /u/stackoverflooooooow (programming) on February 15, 2026 at 1:58 pm

    submitted by /u/stackoverflooooooow [link] [comments]

  • Ring programming language version 1.26 is released!
    by /u/mrpro1a1 (programming) on February 15, 2026 at 12:55 pm

    submitted by /u/mrpro1a1 [link] [comments]

  • Rethinking Java Web UIs with Jakarta Faces and Quarkus
    by /u/henk53 (programming) on February 15, 2026 at 11:41 am

    submitted by /u/henk53 [link] [comments]

  • Solving the "Dual Write" Problem in Microservices with the Transactional Outbox Pattern (Spring Boot + Kafka)
    by /u/aadiraj48 (programming) on February 15, 2026 at 9:30 am

    Hey everyone, One of the biggest headaches in distributed systems is ensuring data consistency when you need to update a database and notify another service (via Kafka/RabbitMQ) at the same time. If the DB commit succeeds but the message fails to send, your system is now inconsistent. I put together a deep dive on the Transactional Outbox Pattern to solve this. The scenario I used: A Pizza Shop ordering system. The Order Service saves the order, but if the message to the Inventory Service is lost, you have a hungry customer and a broken stock count. What’s covered in the implementation: The "Dual Write" Trap: Why u/Transactional isn't enough when external brokers are involved. The Outbox Table: How to treat business logic and event publishing as one unbreakable unit. The Poller Service: Setting up a scheduled relay service to query and publish unprocessed events. Alternatives: Brief mention of CDC (Debezium) and the Saga Pattern for heavier requirements. Tech Stack: Java 21 Spring Boot 3.x Kafka & Docker Desktop PostgreSQL I’ve included a full demo showing both a Success Scenario (eventual consistency) and a Failure/Rollback Scenario (simulating a 10/0 error to show how the Outbox prevents ghost messages). Full Video Deep Dive: https://youtu.be/HK4tH17lljM GitHub Repo: https://github.com/abchatterjee7 I'd love to hear how you guys are handling distributed transactions, are you team Outbox, or do you prefer CDC/Debezium for this? submitted by /u/aadiraj48 [link] [comments]

  • Package Management Namespaces
    by /u/max123246 (programming) on February 15, 2026 at 8:57 am

    submitted by /u/max123246 [link] [comments]

  • The Next Two Years of Software Engineering
    by /u/fagnerbrack (programming) on February 15, 2026 at 7:58 am

    submitted by /u/fagnerbrack [link] [comments]

  • What security engineers need to know about quantum cryptography in 2026 (beyond the buzzwords)
    by /u/No_Fisherman1212 (programming) on February 14, 2026 at 5:57 pm

    Honest technical assessment of PQC vs QKD, hybrid modes, and why fixing your basic security hygiene matters way more than worrying about quantum computers right now. https://cybernews-node.blogspot.com/2026/02/quantum-cryptography-in-2026-still-more.html submitted by /u/No_Fisherman1212 [link] [comments]

  • Integrating a log management platform with Dokploy
    by /u/tanin47 (programming) on February 14, 2026 at 5:28 pm

    submitted by /u/tanin47 [link] [comments]

  • Evolving Git for the next decade
    by /u/symbolicard (programming) on February 14, 2026 at 3:56 pm

    submitted by /u/symbolicard [link] [comments]

  • One line of code, 102 blocked threads
    by /u/nk_25 (programming) on February 14, 2026 at 2:31 pm

    Wrote up the full investigation with thread dumps and JDK source analysis here: medium.com/@nik6/a-deep-dive-into-classloader-contention-in-java-a0415039b0c1 submitted by /u/nk_25 [link] [comments]

  • Micro Frontends: When They Make Sense and When They Don’t
    by /u/archunit (programming) on February 14, 2026 at 6:39 am

    submitted by /u/archunit [link] [comments]

  • Rendering the visible spectrum
    by /u/thepowderguy (programming) on February 14, 2026 at 5:24 am

    submitted by /u/thepowderguy [link] [comments]

  • New Architecture Could Cut Quantum Hardware Needed to Break RSA-2048 by Tenfold, Study Finds
    by /u/donutloop (programming) on February 13, 2026 at 12:30 pm

    submitted by /u/donutloop [link] [comments]

  • Spotify says its best developers haven't written a line of code since December, thanks to AI
    by /u/c0re_dump (programming) on February 13, 2026 at 11:42 am

    The statements the article make are pretty exaggerated in my opinion, especially the part where a developer pushes to prod from their phone on their way to work. I was wondering though whether there are any developers from Spotify here who can actually talk on how much AI is being used in their company and how much truth there is to the statements of the CEO. Developer experience from other big tech companies regarding the extent to which AI is used in them is also welcome. submitted by /u/c0re_dump [link] [comments]

  • Recovered 1973 diving decompression algorithm
    by /u/thunderbird89 (programming) on February 13, 2026 at 11:30 am

    Originally by u/edelprino, at https://www.reddit.com/r/scuba/comments/1r3kwld/i_recovered_the_1973_dciem_decompression_model/ A FORTRAN program from 1973, used to calculate safe diving limits. submitted by /u/thunderbird89 [link] [comments]

  • Allocators from C to Zig
    by /u/Nuoji (programming) on February 13, 2026 at 10:45 am

    submitted by /u/Nuoji [link] [comments]

  • Learn Fundamentals, not Frameworks
    by /u/milanm08 (programming) on February 12, 2026 at 4:09 pm

    submitted by /u/milanm08 [link] [comments]

  • Lines of Code Are Back (And It's Worse Than Before)
    by /u/amacgregor (programming) on February 12, 2026 at 1:11 pm

    submitted by /u/amacgregor [link] [comments]

  • Slop pull request is rejected, so slop author instructs slop AI agent to write a slop blog post criticising it as unfair
    by /u/yojimbo_beta (programming) on February 12, 2026 at 12:35 pm

    submitted by /u/yojimbo_beta [link] [comments]

  • State of the Subreddit (January 2027): Mods applications and rules updates
    by /u/ketralnis (programming) on January 28, 2026 at 1:54 am

    tl;dr: mods applications and minor rules changes. Also it's 2026, lol. Hello fellow programs! It's been a while since I've checked in and I wanted to give an update on the state of affairs. I won't be able to reply to every single thing but I'll do my best. Mods applications I know there's been some frustration about moderation resources so first things first, I want to open up applications for new mods for r/programming. If you're interested please start by reading the State of the Subreddit (May 2024) post for the reasoning behind the current rulesets, then leave a comment below with the word "application" somewhere in it so that I can tell it apart from the memes. In there please give at least: Why you want to be a mod Your favourite/least favourite kinds of programming content here or anywhere else What you'd change about the subreddit if you had a magic wand, ignoring feasibility Reddit experience (new user, 10 year veteran, spez himself) and moderation experience if any I'm looking to pick up 10-20 new mods if possible, and then I'll be looking to them to first help clean the place up (mainly just keeping the new page free of rule-breaking content) and then for feedback on changes that we could start making to the rules and content mix. I've been procrastinating this for a while so wish me luck. We'll probably make some mistakes at first so try to give us the benefit of the doubt. Rules update Not much is changing about the rules since last time except for a few things, most of which I said last time I was keeping an eye on 🚫 Generic AI content that has nothing to do with programming. It's gotten out of hand and our users hate it. I thought it was a brief fad but it's been 2 years and it's still going. 🚫 Newsletters I tried to work with the frequent fliers for these and literally zero of them even responded to me so we're just going to do away with the category 🚫 "I made this", previously called demos with code. These are generally either a blatant ad for a product or are just a bare link to a GitHub repo. It was previously allowed when it was at least a GitHub link because sometimes people discussed the technical details of the code on display but these days even the code dumps are just people showing off something they worked on. That's cool, but it's not programming content. The rules! With all of that, here is the current set of the rules with the above changes included so I can link to them all in one place. ✅ means that it's currently allowed, 🚫 means that it's not currently allowed, ⚠️ means that we leave it up if it is already popular but if we catch it young in its life we do try to remove it early, 👀 means that I'm not making a ruling on it today but it's a category we're keeping an eye on ✅ Actual programming content. They probably have actual code in them. Language or library writeups, papers, technology descriptions. How an allocator works. How my new fancy allocator I just wrote works. How our startup built our Frobnicator. For many years this was the only category of allowed content. ✅ Academic CS or programming papers ✅ Programming news. ChatGPT can write code. A big new CVE just dropped. Curl 8.01 released now with Coffee over IP support. ✅ Programmer career content. How to become a Staff engineer in 30 days. Habits of the best engineering managers. These must be related or specific to programming/software engineering careers in some way ✅ Articles/news interesting to programmers but not about programming. Work from home is bullshit. Return to office is bullshit. There's a Steam sale on programming games. Terry Davis has died. How to SCRUMM. App Store commissions are going up. How to hire a more diverse development team. Interviewing programmers is broken. ⚠️ General technology news. Google buys its last competitor. A self driving car hit a pedestrian. Twitter is collapsing. Oculus accidentally showed your grandmother a penis. Github sued when Copilot produces the complete works of Harry Potter in a code comment. Meta cancels work from home. Gnome dropped a feature I like. How to run Stable Diffusion to generate pictures of, uh, cats, yeah it's definitely just for cats. A bitcoin VR metaversed my AI and now my app store is mobile social local. 🚫 Anything clearly written mostly by an LLM. If you don't want to write it, we don't want to read it. 🚫 Politics. The Pirate Party is winning in Sweden. Please vote for net neutrality. Big Tech is being sued in Europe for gestures broadly. Grace Hopper Conference is now 60% male. 🚫 Gossip. Richard Stallman switches to Windows. Elon Musk farted. Linus Torvalds was a poopy-head on a mailing list. The People's Rust Foundation is arguing with the Rust Foundation For The People. Terraform has been forked into Terra and Form. Stack Overflow sucks now. Stack Overflow is good actually. 🚫 Generic AI content that has nothing to do with programming. It's gotten out of hand and our users hate it. 🚫 Newsletters, Listicles or anything else that just aggregates other content. If you found 15 open source projects that will blow my mind, post those 15 projects instead and we'll be the judge of that. 🚫 Demos without code. I wrote a game, come buy it! Please give me feedback on my startup (totally not an ad nosirree). I stayed up all night writing a commercial text editor, here's the pricing page. I made a DALL-E image generator. I made the fifteenth animation of A* this week, here's a GIF. 🚫 Project demos, "I made this". Previously called demos with code. These are generally either a blatant ad for a product or are just a bare link to a GitHub repo. ✅ Project technical writups. "I made this and here's how". As said above, true technical writeups of a codebase or demonstrations of a technique or samples of interesting code in the wild are absolutely welcome and encouraged. All links to projects must include what makes them technically interesting, not just what they do or a feature list or that you spent all night making it. The technical writeup must be the focus of the post, not just a tickbox checking exercise to get us to allow it. This is a technical subreddit, not Product Hunt. We don't care what you built, we care how you build it. 🚫 AskReddit type forum questions. What's your favourite programming language? Tabs or spaces? Does anyone else hate it when. 🚫 Support questions. How do I write a web crawler? How do I get into programming? Where's my missing semicolon? Please do this obvious homework problem for me. Personally I feel very strongly about not allowing these because they'd quickly drown out all of the actual content I come to see, and there are already much more effective places to get them answered anyway. In real life the quality of the ones that we see is also universally very low. 🚫 Surveys and 🚫 Job postings and anything else that is looking to extract value from a place a lot of programmers hang out without contributing anything itself. 🚫 Meta posts. DAE think r/programming sucks? Why did you remove my post? Why did you ban this user that is totes not me I swear I'm just asking questions. Except this meta post. This one is okay because I'm a tyrant that the rules don't apply to (I assume you are saying about me to yourself right now). 🚫 Images, memes, anything low-effort or low-content. Thankfully we very rarely see any of this so there's not much to remove but like support questions once you have a few of these they tend to totally take over because it's easier to make a meme than to write a paper and also easier to vote on a meme than to read a paper. ⚠️ Posts that we'd normally allow but that are obviously, unquestioningly super low quality like blogspam copy-pasted onto a site with a bazillion ads. It has to be pretty bad before we remove it and even then sometimes these are the first post to get traction about a news event so we leave them up if they're the best discussion going on about the news event. There's a lot of grey area here with CVE announcements in particular: there are a lot of spammy security "blogs" that syndicate stories like this. ⚠️ Extreme beginner content. What is a variable. What is a for loop. Making an HTPT request using curl. Like listicles this is disallowed because of the quality typical to them, but high quality tutorials are still allowed and actively encouraged. ⚠️ Posts that are duplicates of other posts or the same news event. We leave up either the first one or the healthiest discussion. ⚠️ Posts where the title editorialises too heavily or especially is a lie or conspiracy theory. Comments are only very loosely moderated and it's mostly 🚫 Bots of any kind (Beep boop you misspelled misspelled!) and 🚫 Incivility (You idiot, everybody knows that my favourite toy is better than your favourite toy.) However the number of obvious GPT comment bots is rising and will quickly become untenable for the number of active moderators we have. 👀 vibe coding articles. "I tried vibe coding you guys" is apparently a hot topic right now. If they're contentless we'll try to be on them under the general quality rule but we're leaving them alone for now if they have anything to actually say. We're not explicitly banning the category but you are encouraged to vote on them as you see fit. 👀 Corporate blogs simply describing their product in the guise of "what is an authorisation framework?". Pretty much anything with a rocket ship emoji in it. Companies use their blogs as marketing, branding, and recruiting tools and that's okay when it's "writing a good article will make people think of us" but it doesn't go here if it's just a literal advert. Usually they are titled in a way that I don't spot them until somebody reports it or mentions it in the comments. r/programming's mission is to be the place with the highest quality programming content, where I can go to read something interesting and learn something new every day. In general rule-following posts will stay up, even if subjectively they aren't that great. We want to default to allowing things rather than intervening on quality grounds (except LLM output, etc) and let the votes take over. On r/programming the voting arrows mean "show me more like this". We use them to drive rules changes. So please, vote away. Because of this we're not especially worried about categories just because they have a lot of very low-scoring posts that sit at the bottom of the hot page and are never seen by anybody. If you've scrolled that far it's because you went through the higher-scoring stuff already and we'd rather show you that than show you nothing. On the other hand sometimes rule-breaking posts aren't obvious from just the title so also don't be shy about reporting rule-breaking content when you see it. Try to leave some context in the report reason: a lot of spammers report everything else to drown out the spam reports on their stuff, so the presence of one or two reports is often not enough to alert us since sometimes everything is reported. There's an unspoken metarule here that the other rules are built on which is that all content should point "outward". That is, it should provide more value to the community than it provides to the poster. Anything that's looking to extract value from the community rather than provide it is disallowed even without an explicit rule about it. This is what drives the prohibition on job postings, surveys, "feedback" requests, and partly on support questions. Another important metarule is that mechanically it's not easy for a subreddit to say "we'll allow 5% of the content to be support questions". So for anything that we allow we must be aware of types of content that beget more of themselves. Allowing memes and CS student homework questions will pretty quickly turn the subreddit into only memes and CS student homework questions, leaving no room for the subreddit's actual mission. submitted by /u/ketralnis [link] [comments]

What is Google Workspace?
Google Workspace is a cloud-based productivity suite that helps teams communicate, collaborate and get things done from anywhere and on any device. It's simple to set up, use and manage, so your business can focus on what really matters.

Watch a video or find out more here.

Here are some highlights:
Business email for your domain
Look professional and communicate as you@yourcompany.com. Gmail's simple features help you build your brand while getting more done.

Access from any location or device
Check emails, share files, edit documents, hold video meetings and more, whether you're at work, at home or on the move. You can pick up where you left off from a computer, tablet or phone.

Enterprise-level management tools
Robust admin settings give you total command over users, devices, security and more.

Sign up using my link https://referworkspace.app.goo.gl/Q371 and get a 14-day trial, and message me to get an exclusive discount when you try Google Workspace for your business.

Google Workspace Business Standard Promotion code for the Americas 63F733CLLY7R7MM 63F7D7CPD9XXUVT 63FLKQHWV3AEEE6 63JGLWWK36CP7WM
Email me for more promo codes

Active Hydrating Toner, Anti-Aging Replenishing Advanced Face Moisturizer, with Vitamins A, C, E & Natural Botanicals to Promote Skin Balance & Collagen Production, 6.7 Fl Oz

Age Defying 0.3% Retinol Serum, Anti-Aging Dark Spot Remover for Face, Fine Lines & Wrinkle Pore Minimizer, with Vitamin E & Natural Botanicals

Firming Moisturizer, Advanced Hydrating Facial Replenishing Cream, with Hyaluronic Acid, Resveratrol & Natural Botanicals to Restore Skin's Strength, Radiance, and Resilience, 1.75 Oz

Skin Stem Cell Serum

Smartphone 101 - Pick a smartphone for me - android or iOS - Apple iPhone or Samsung Galaxy or Huawei or Xaomi or Google Pixel

Can AI Really Predict Lottery Results? We Asked an Expert.

Ace the 2025 AWS Solutions Architect Associate SAA-C03 Exam with Confidence Pass the 2025 AWS Certified Machine Learning Specialty MLS-C01 Exam with Flying Colors

List of Freely available programming books - What is the single most influential book every Programmers should read



#BlackOwned #BlackEntrepreneurs #BlackBuniness #AWSCertified #AWSCloudPractitioner #AWSCertification #AWSCLFC02 #CloudComputing #AWSStudyGuide #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AWSBasics #AWSCertified #AWSMachineLearning #AWSCertification #AWSSpecialty #MachineLearning #AWSStudyGuide #CloudComputing #DataScience #AWSCertified #AWSSolutionsArchitect #AWSArchitectAssociate #AWSCertification #AWSStudyGuide #CloudComputing #AWSArchitecture #AWSTraining #AWSCareer #AWSExamPrep #AWSCommunity #AWSEducation #AzureFundamentals #AZ900 #MicrosoftAzure #ITCertification #CertificationPrep #StudyMaterials #TechLearning #MicrosoftCertified #AzureCertification #TechBooks

Top 1000 Canada Quiz and trivia: CANADA CITIZENSHIP TEST- HISTORY - GEOGRAPHY - GOVERNMENT- CULTURE - PEOPLE - LANGUAGES - TRAVEL - WILDLIFE - HOCKEY - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
zCanadian Quiz and Trivia, Canadian History, Citizenship Test, Geography, Wildlife, Secenries, Banff, Tourism

Top 1000 Africa Quiz and trivia: HISTORY - GEOGRAPHY - WILDLIFE - CULTURE - PEOPLE - LANGUAGES - TRAVEL - TOURISM - SCENERIES - ARTS - DATA VISUALIZATION
Africa Quiz, Africa Trivia, Quiz, African History, Geography, Wildlife, Culture

Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada.
Exploring the Pros and Cons of Visiting All Provinces and Territories in Canada

Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA
Exploring the Advantages and Disadvantages of Visiting All 50 States in the USA


Health Health, a science-based community to discuss human health

Today I Learned (TIL) You learn something new every day; what did you learn today? Submit interesting and specific facts about something that you just found out here.

Reddit Science This community is a place to share and discuss new scientific research. Read about the latest advances in astronomy, biology, medicine, physics, social science, and more. Find and submit new publications and popular science coverage of current research.

Reddit Sports Sports News and Highlights from the NFL, NBA, NHL, MLB, MLS, NCAA, F1, and other leagues around the world.

Turn your dream into reality with Google Workspace: It’s free for the first 14 days.
Get 20% off Google Google Workspace (Google Meet) Standard Plan with  the following codes:
Get 20% off Google Google Workspace (Google Meet) Standard Plan with  the following codes: 96DRHDRA9J7GTN6 96DRHDRA9J7GTN6
63F733CLLY7R7MM
63F7D7CPD9XXUVT
63FLKQHWV3AEEE6
63JGLWWK36CP7WM
63KKR9EULQRR7VE
63KNY4N7VHCUA9R
63LDXXFYU6VXDG9
63MGNRCKXURAYWC
63NGNDVVXJP4N99
63P4G3ELRPADKQU
With Google Workspace, Get custom email @yourcompany, Work from anywhere; Easily scale up or down
Google gives you the tools you need to run your business like a pro. Set up custom email, share files securely online, video chat from any device, and more.
Google Workspace provides a platform, a common ground, for all our internal teams and operations to collaboratively support our primary business goal, which is to deliver quality information to our readers quickly.
Get 20% off Google Workspace (Google Meet) Business Plan (AMERICAS): M9HNXHX3WC9H7YE
C37HCAQRVR7JTFK
C3AE76E7WATCTL9
C3C3RGUF9VW6LXE
C3D9LD4L736CALC
C3EQXV674DQ6PXP
C3G9M3JEHXM3XC7
C3GGR3H4TRHUD7L
C3LVUVC3LHKUEQK
C3PVGM4CHHPMWLE
C3QHQ763LWGTW4C
Even if you’re small, you want people to see you as a professional business. If you’re still growing, you need the building blocks to get you where you want to be. I’ve learned so much about business through Google Workspace—I can’t imagine working without it.
(Email us for more codes)