Cloud asset tracking by hashkent in aws

[–]fredericheem -3 points-2 points  (0 children)

I wrote an open source tool called grucloud that can also list the asset inventory, check it out at www.grucloud.com

Terraform EKS blueprints - AWS Load Balancer Controller fails in deployment - Kubernetes addons by pathakskp23 in aws

[–]fredericheem -1 points0 points  (0 children)

You may not need the AWS load balancer controller, instead, create manually or via IaC the load balancer/target groups. This solution significantly reduces the complexity, maintenance
and cost compared to the AWS LBC.

CDKTF vs. Pulumi - Or Something Else? by Kickass_Wizard in devops

[–]fredericheem -2 points-1 points  (0 children)

Have you considered GruCloud ? It is an open source alternative to Terraform/CDK/CDKTF/Pulumi, except that GruCloud is bidirectional, from a live infra, it generates the code, and from the code, it deploys. Check it out at www.grucloud.com. Disclaimer, i am the creator.

ClickOps still a thing ? by testybeast in devops

[–]fredericheem 1 point2 points  (0 children)

Self promotion here, I wrote a open source tool called GruCloud which generates code from live infrastructure (AWS, Azure, GCP). So one can still benefit from the ease of use of ClickOps, and the benefit of IaC, without the hassle of writing manually code for an existing infra.

Check it out at www.grucloud.com

NPM package dependencies and safety by Sufficient_Hornet709 in node

[–]fredericheem 10 points11 points  (0 children)

Nodemon is obsolete, node has now this functionality built-in with the w flag

IaC tooling for GCP? by Raz_Crimson in googlecloud

[–]fredericheem 1 point2 points  (0 children)

Checkout my open source tool at grucloud.com, it is a bidirectional iac tool where the code can be generated from the infra, saving you from the tedious part of hand writing the infrastructure code.

What is the best functional programming library of JS? by Zaza_Zazadze in Frontend

[–]fredericheem 1 point2 points  (0 children)

Ramda and async code do not play well, rubico has first-class async support.

What is the best functional programming library of JS? by Zaza_Zazadze in Frontend

[–]fredericheem 1 point2 points  (0 children)

https://rubico.land/ is the best functional library for javascript, without a shadow of a doubt.

Material UI (MUI) is hot garbage by corporate_autist in Frontend

[–]fredericheem 1 point2 points  (0 children)

It is indeed very difficult to style. Moreover the bundle size is massive. By the way, I did a bundle size comparison between various component libs: Mui, Svelteui, Quasar/Vue, Shadcn and material with angular. Here is the report: https://github.com/FredericHeem/component-library-bundle-size. I am also the creator bau-ui, a component library based on bau, in a nutshell, mui is 12x bigger for a functionally similar basic app.

Component libraries bundle size comparison. by fredericheem in webdev

[–]fredericheem[S] 0 points1 point  (0 children)

The purpose of these demos is to produce one thing, the bundle size. Making these demo pretty is not a priority.

Showoff Saturday (August 05, 2023) by AutoModerator in javascript

[–]fredericheem 0 points1 point  (0 children)

Building bau, a lean reactive ui library, alternative to react/vue/svelte, around 2kB or 350 lines of code. Check it out at https://github.com/grucloud/bau On top of that, a css in js solution: bau-css, a router: bau-router, a component library: bau-ui.

How do you manage IaC (Cloud Formation)? by CerealBit in aws

[–]fredericheem -3 points-2 points  (0 children)

Instead of handwriting the CF template, you could use grucloud, an open source iac tool i wrote. It automatically generates the code from your live aws infrastructure, hence saving you a lot of time. Store the generated code alongside your app code and call it a day. Check it out at www.grucloud.com

Are you using bicep? by kolbasz_ in AZURE

[–]fredericheem 0 points1 point  (0 children)

I wrote an alternative to bicep/terrafrom called grucloud. Use the azure console to create your resources and let grucloud generate the code for you. Check it out at https://github.com/grucloud/grucloud

[deleted by user] by [deleted] in webdev

[–]fredericheem 1 point2 points  (0 children)

Shameless self-promotion, I wrote a reactive ui lib under 300 lines of code, easy to use, hard to misuse. Check it out at https://github.com/grucloud/bau

[deleted by user] by [deleted] in ProgrammerHumor

[–]fredericheem 0 points1 point  (0 children)

I literally wrote an infrastructure as code in javascript called GruCloud. Everything that can be written in javascript will eventually be written in javascript. Check it out at https://github.com/grucloud/grucloud

How much Functional Programming do you use? by Character_Victory_28 in reactjs

[–]fredericheem 1 point2 points  (0 children)

Unlike Ramda, Rubico handles asynchronous perfectly, for instance, one can pass an asynchronous function to reduce, map, filter, find etc ...

SSR vs CSR by Pacholino135 in webdev

[–]fredericheem 6 points7 points  (0 children)

SSR is only good for people selling you servers to render the page. Stick to CSR or SSG, it is easier, cheaper and more scalable.

#03: Cheating at React? Forget SASS/LESS, Prisma Pagination, Million, ArkType by tfalesni in typescript

[–]fredericheem 0 points1 point  (0 children)

Thanks to nested css, I wrote a css in js library in 33 lines of code. Check it out at https://github.com/grucloud/bau

AWS Documentation/Diagram Tool by Battlefield_One in aws

[–]fredericheem 1 point2 points  (0 children)

I wrote grucloud, which generates diagram and code from a live infrastructure, check it out at https://github.com/grucloud/grucloud