FizzBuzzEnterpris

By EnterpriseQualityCoding

FizzBuzzEnterpris Alternatives

Similar projects and alternatives to FizzBuzzEnterpris

  1. go

    The Go programming language

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  4. FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

  5. cosmopolitan

    build-once run-anywhere c library

  6. JDK

    JDK main-line development https://openjdk.org/projects/jdk

  7. Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  8. Quarkus

    Quarkus: Supersonic Subatomic Java.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

  11. intellij-community

    IntelliJ IDEA Community Edition & IntelliJ Platform

  12. maven-mvnd

    Apache Maven Daemon

  13. libuv

    Cross-platform asynchronous I/O

  14. tinygrad

    Discontinued You like pytorch? You like micrograd? You love tinygrad! ❤️ [Moved to: https://github.com/tinygrad/tinygrad] (by geohot)

  15. runtimelab

    This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.

  16. Micronaut

    Micronaut Application Framework

  17. Scrawl-canvas

    Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun

  18. Kategory

    Λrrow - The perfect companion for your Kotlin journey - Inspired by functional, data-oriented and concurrent programming (by arrow-kt)

  19. Deptrac

    Discontinued Keep your architecture clean.

  20. component

    Managed lifecycle of stateful objects in Clojure (by stuartsierra)

  21. latte

    Latency Tester for Apache Cassandra (by pkolaczk)

  22. lwjgl3ify

    A mod to run Minecraft 1.7.10 using LWJGL3 and Java 17+

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better FizzBuzzEnterpris alternative or higher similarity.

FizzBuzzEnterpris discussion

Log in or Post with

FizzBuzzEnterpris reviews and mentions

Posts with mentions or reviews of FizzBuzzEnterpris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-29.
  • Only 1 in 10 Oracle Java users want to stay with Big Red
    2 projects | news.ycombinator.com | 29 Jan 2025
    https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

    I've tried to follow along with it, but man I just can't - it's that crazy.

  • The FizzBuzz that did not get me the job
    4 projects | news.ycombinator.com | 21 Jan 2025
    You need an enterprise FizzBuzz implementation to pass the interview.

    https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

  • Golang – when programmers had smaller egos
    4 projects | news.ycombinator.com | 26 Sep 2024
    Java encourages (partly through language design and partly through its community/ecosystem) [Enterprise Grade Programming](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...). The problem isn't the language per se, but that most code bases will require you to earn an architecture astronaut certification for that particular code base.

    But also, the Go spec is a couple of pages and the Java spec is, uh, it's taking a while to load for me... ah yes, 876 pages. How's that learning curve?

  • The 4-chan Go programmer
    6 projects | news.ycombinator.com | 28 Aug 2024
    It gets worse (this isn't too much of an exaggeration): https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris....

    As an undergrad, I once spent about half an hour peer programming with a computer science PhD - it was enlightening.

    He didn't have the slightest understanding of software - calling me out for things like not checking that the size of a (standard library) data structure wasn't negative.

    Sometimes there's a scary lack of understanding and competency where you'd expect to find it.

    Sometimes these things are done for a reason; sometimes it's actually sane and sometimes it's just a way to deal with the lunacy of a codebase forged by the madmen who came before you.

  • Java 21 makes me like Java again
    22 projects | news.ycombinator.com | 16 Sep 2023
    > I'll answer your question with a question: Have you seen https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris... ? :)

    You can write that kind of crap in any language, including C++.

  • No One Wants Simplicity
    2 projects | news.ycombinator.com | 23 Aug 2023
    There’s a difference between complexity that’s inherent to the problem, and complexity that’s added by developers who have drunk architectural cool aid.

    This is an example where all of the complexity is caused by rigid adherence to the most popular architectural patterns of about 10 years ago.

    https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

    It looks completely ridiculous to modern eyes, but during peak OOP it was just how you should do it.

    If you like simplicity then your fizz buzz implementation would be a few lines.

  • Virtual Threads Arrive in JDK 21, Ushering a New Era of Concurrency
    8 projects | news.ycombinator.com | 12 Apr 2023
    https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris... isn't too far removed from some of what I've seen in big tech, especially architecture-wise. Certainly less costly absurdity.
  • Subverting the Software Interview
    4 projects | news.ycombinator.com | 15 Jan 2023
    What you need is Fizzbuzz, Enterprise Edition

    https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

  • Every day, I commit a new and more complicated version of some simple code
    3 projects | news.ycombinator.com | 28 Oct 2022
  • Ask HN: Why do you make class members private?
    2 projects | news.ycombinator.com | 25 Jul 2022
    It's been a decade since I used C# but the corporate design pattern culture of that language back then turned me off of it forever.

    Everything looked like this: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...

    Maybe it's better now but the Java/C# practice of shoveling largely empty classes around with an IDE isn't something I'd point to as a good example.

  • A note from our sponsor - InfluxDB
    influxdata.com | 22 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →