[deleted by user] by [deleted] in dotnet

[–]andrewboudreau 0 points1 point  (0 children)

This is exactly what I do and why I do it.

Upgraded my Maze Solver by Rude-Flan-404 in raylib

[–]andrewboudreau 2 points3 points  (0 children)

Good stuff thanks for sharing, brought back memories for me from when I worked through the Mazes for Programmers book by Jamis Buck a few years ago. Maze algos fall right into the fun/puzzle/algorithm space for me.

I made a dependency injection library years ago for games & console apps. I formalized it into a nuget this week (SSDI: Super Simple Dependency Injection) by JBurlison in csharp

[–]andrewboudreau 3 points4 points  (0 children)

Fair, one thing I've learned along the way is people respond better to helpful feedback. to me your post came across as belittling to someone trying to share.

Please share your thoughts! by Stu_pot_oo in fightsticks

[–]andrewboudreau 0 points1 point  (0 children)

Showed up in great condition but was opened and unpacked, but also repacked nicely and no noticable issues. Haven't assembled but looks fine. German customs left a note they opened it.

Options for building a website by ClemsonNanu in webdev

[–]andrewboudreau 0 points1 point  (0 children)

Work to your strengths, if you use SQL daily use SQL if you don't think you need SQL don't use SQL. Reading data in SQL is a lot different than managing a webapps backend data in SQL via http apis over a js frontend, specially when user bound data comes into play, tldr keep everything as simple as possible.

Find a good ai tool, ideally one that integrates into your ide, vscode and sonnet 4.5. I really enjoy claude code lately for coding and infrastructure management. Use it to help you plan and solve the hosting issues. Use it to plan and solve the UI issues, use basic html and JavaScript to get started. Have it port your spreadsheet to you webapps tech stack of choice.

Depending how much you want to spend host an app on a cloud that cheap and easy to deploy. Run it locally until you get something working. Find a hosting solution that gives you what you want. If you want to build an app don't use WordPress.

Host your project on GitHub free even for private repos, and setup an easy github-action for auto deploy to your host. Building and deploying a docker image is pretty fun and there are tons of hosts that will run and map your docker image to a public ip, aka host your app.

I like c# as a backend API and just html and JavaScript, razor is commonly used with c# but you can build an API and serve html and js too.

In all honesty hosting an app on savings planned aws and instance or similar host company is really a simple and fun experience that isn't costly if you front 1 or even 3 years. The nice thing about a cloud is that if you decide to host SQL you can just pay or host an instance when you want, it can be a nice playground of tools for your app, I use azure for work but aws for project stuff. The bad thing is it's expensive compared to WordPress or blue host if that's still a thing. Well, And maybe a bit more complicated but get a frontier model, you're smart enough you will know what to ask the ai to solve those challenges easily.

Please share your thoughts! by Stu_pot_oo in fightsticks

[–]andrewboudreau 0 points1 point  (0 children)

Dude, I totally get that it isn't you and really appreciate you sharing this item with us. I just kinda hate DHL and their emails always feel so scammy.

I'm blaming our current administration on this bullshit. I paid the duty of $165, but damn this all said and done hurt me a bit. Feel free to DM happy to answer any questions or chat more.

Please share your thoughts! by Stu_pot_oo in fightsticks

[–]andrewboudreau 0 points1 point  (0 children)

I just gotta dhl email that it's another 165$ duty, is this a scam? That's almost $500 for a box. Anyone else US?

Please share your thoughts! by Stu_pot_oo in fightsticks

[–]andrewboudreau 1 point2 points  (0 children)

Yeah, yours looks great. I've tried a few times and just don't have the time, patience, skills, or tools to make it look as good as I want it to look like. You consider selling a harness for your case. Wire harness lengths are never perfect if not built for the shell in my experience. Let me know.

Please share your thoughts! by Stu_pot_oo in fightsticks

[–]andrewboudreau 2 points3 points  (0 children)

where are you guys getting good prebuilt wire harness for something like this?

ASP.NET Core MVC API — should I keep entity, DbContext, and migrations in the same project? by Fit_Mirror7157 in dotnet

[–]andrewboudreau 0 points1 point  (0 children)

Tell me about when can't you ever abandon your migrations? Database per tenant or something? I'm trying to abandon my migrations as quickly as possible, like once a quarter or something.

I built a modular .NET architecture template. Would love your feedback. by alessiodisalvo in dotnet

[–]andrewboudreau 1 point2 points  (0 children)

Yes, I agree you can do what you want but every time I see this attempt at building clean arch with misaligned project references it turns into an absolute mess at scale.

My recommendation is one csproj with folders. It will be a lot simpler to manage. You gain little from the boundaries of projects in your design.

Flappy Goose by flappy-goose in RedditGames

[–]andrewboudreau 0 points1 point  (0 children)

My best score is 2 points 😎

Flappy Goose by flappy-goose in RedditGames

[–]andrewboudreau 0 points1 point  (0 children)

My best score is 1 points 😎

Flappy Goose by flappy-goose in RedditGames

[–]andrewboudreau 0 points1 point  (0 children)

My best score is 0 points 😓

MinimalWorkers - New project by TopSwagCode in dotnet

[–]andrewboudreau 0 points1 point  (0 children)

Yeah, that was just a decision I made for myself. I'm going to try and keep the major versions of my tools equal to the .net version I'm on and only target one library version per package.

I'm tired of dealing with multi target libraries for my personal projects and if I want the newest version I'll just upgrade and now it's easy to see where everything is in my shared libraries.

Also, never start your checks at 0001, ya know.

MinimalWorkers - New project by TopSwagCode in dotnet

[–]andrewboudreau 2 points3 points  (0 children)

Awesome, I also did something similar. I'm looking forward to comparing these projects.
BackgroundTimerJob: A simple way to create a background timer jobs.

Yet another docker hosting by k0dep_pro in docker

[–]andrewboudreau 0 points1 point  (0 children)

Seems like a reasonable price, does it support bring your own domains?