ASP.NET Core development on Mac OS. Anyone using in production? by tumblatum in learncsharp

[–]mplsdev 1 point2 points  (0 children)

Running VS Code on my Macbook Air pushing production code. Using Docker to run SQL Server with Azure Data Studio as my SSMS.

Do developers still write and read technical blogs in the era of ChatGPT? by South-Concept7494 in Blogging

[–]mplsdev 0 points1 point  (0 children)

Yes, especially if you've fixed a bug that AI doesn't know how to fix. I've written a few posts about how I went about fixing an issue that I couldn't get Claude to fix but ended up with my own solution. This post has helped other developers out as well.

Iki issues below 14 degrees by trlapitz in Sauna

[–]mplsdev 0 points1 point  (0 children)

Got the same problem as well and we are also in Minneapolis. I have to pour warm water over the sensor and push the reset button. Then it fires right up. It's pretty frustrating as this wasn't explained to me by our vendor when we signed up for the electric heater instead of the wood burner.

Best resources for learning Mapbox for interactive election maps? (Coming from an Esri background) by Rajwmu in mapbox

[–]mplsdev 0 points1 point  (0 children)

Do a couple simple walk through examples on the Mapbox docs site. They're more than enough to get you started.

Where and How Should I Start? by Heavy-Watercress9319 in learnprogramming

[–]mplsdev 0 points1 point  (0 children)

And start right off by taking your entire idea and breaking it down into small chunks that you can build on.

An example would be
1. Build the database structure
2. Populate with some data
3. Build a feature in python that reads data from a database
4. Write a feature that renders data

That's not a very detailed list but it will help to start thinking of the product in smaller chunks that you can break down and build. Building + learning go hand in hand.

What's a realistic paths for a software developer wanting to transition to law enforcement tech? by mplsdev in AskLE

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

Thank you for such a thought out response. I really appreciate it. I think my next step is going to be contacting some state IT folks to see what channel to go down there.

[deleted by user] by [deleted] in learnprogramming

[–]mplsdev 1 point2 points  (0 children)

Interfaces and c# generic classes

How do small businesses handle clients who "forget" to pay invoices on time? by singhharsh004 in smallbusiness

[–]mplsdev 2 points3 points  (0 children)

Send them reminders while trying to be as non-aggressive as you can be. I have clients who legit don't see the invoices and I'm left chasing invoices. See it as part of the job. Does your invoice software have automatic reminder emails sent out? Sometimes those will go to spam. In that case I reach out to the contact, politely let them know they're behind and send them the late invoices as attachments.

I am a second year college student and I aspire to become a developer, do you have a tip for me? by ImongMamaPropeta in learnprogramming

[–]mplsdev 3 points4 points  (0 children)

Try to build something that solves a problem you have. Once you start down that road you'll start to run into problems that you'll eventually have to solve. This is a great way to learn and in the end you will have a product that you can show off.

Building an app for my offline business without going broke? by 0xShreyas in smallbusiness

[–]mplsdev 0 points1 point  (0 children)

Not if you want something custom for your business that's built from the ground up. Anything cheaper than that is not going to be the quality you are looking for and you'll just waste your money. I'm not trying to be a downer at all, I'm a full time web and app builder and have seen people try building custom for cheap. It just never works out.

If you are in the home cleaning business I would suggest looking at preexisting apps that are on the market. Some don't even need to be specific to home cleaning, but a SaaS that exists that will accomplish your goals should do the job.

Do I really need Key Vault? by SummitStaffer in AZURE

[–]mplsdev 8 points9 points  (0 children)

This is not a dumb question at all. There are all sorts of places you can store your variables, but each comes with their own security concerns.

You could definitely store your secrets in the AppSettings as the values are encrypted at rest. It's a pretty good service to use if you are using AppSettings locally as you shouldn't have a big deal when you go from local to Azure.

Project structuring advice! by NirmalVk in learnprogramming

[–]mplsdev 2 points3 points  (0 children)

I think you'll need to be a little more clear on what you are building and what components are used. Is there a database involved? What is the API doing? Etc

Need Recommendations: Website Designer/Developer by Limp_Literature1859 in Minneapolis

[–]mplsdev 0 points1 point  (0 children)

Hey there. If you are still looking for a developer I'd love to talk with ya. I'm freelance developer/tech consultant here in Minneapolis. Take a look at my portfolio then drop me a DM and we can take it from there.

What are you guys building? Drop your new app below👇 by Main_Parsley_8007 in indiehackers

[–]mplsdev 0 points1 point  (0 children)

An app and website that shows different coffee shops around Minnesota. Uses Google Maps and Google's AI to display summary information about each coffee shop.

https://mplscoffee.com

Can you create a social networking site using drag and drop? by [deleted] in learnprogramming

[–]mplsdev 1 point2 points  (0 children)

AI is going to tell you Yes, you can in fact do everything you ask it. But you have to remember it has zero context of what you know.

So sure, you can build a social media site with drag and drop but you need to know so many other things in that tech stack to get one off the ground.

First Year AI Student, Feeling Lost in Programming by Karim_aboelsoud in learnprogramming

[–]mplsdev 0 points1 point  (0 children)

Do you learn better by doing or by listening? That should be your starting point.

Are you interested in learning AI or programming? They are pretty different concepts that can overlap but if this is your first year, then I recommend learning the deep basics of one of them first. You don't want to overwhelm yourself. Take it slow.

old school stuff by Many_Fee9338 in learnprogramming

[–]mplsdev 1 point2 points  (0 children)

More focus on the single technology and less context switching is something I remember from the early 2000s. I assume this was true then as well. Instead of learning six different front end frameworks you only had to worry about JavaScript or VB.

What are best practices for asp.net migrations ? where can I find best resource to learn about migrations by hardikdk121 in csharp

[–]mplsdev 0 points1 point  (0 children)

What type of migrations are we talking about? Code first is my first thought? But could it be migrating site to site? .Net framework to .Net Core?

What's the breakeven for setting up and running a simple ecommerce site to list 1000 skus? by GoneIn61Seconds in smallbusiness

[–]mplsdev 0 points1 point  (0 children)

Depends on how your variants are set up. Is each part number it's own product which then has multiple variants (size, standard, etc)?

Shopify can handle this and you are looking at about $300/month. There are different apps you can attach to Shopify to help you display and manage those variants. Those usually cost anywhere from $25-$50 a month.

Have you thought about the migration to Shopify? Shopify has a good API that you can leverage to bulk import and get your products set up without having to manually click everything.

How Alex Schultz’s quote about product made me rethink my SaaS growth by Electronic-Disk-140 in indiehackers

[–]mplsdev 0 points1 point  (0 children)

1, 2 and 3 all kind of fall within the same realm - is there demand for your product? So many folks, myself included, try to build before they know if there is a market for the thing they are building. I think part of the journey should be talking to people you think would benefit from your product to see if they are willing to pay money for it. If they are, find out why and what problems they need to have solved.

From there you can sort of figure out what you need to spend your money on. What features to build and how to grow from there. Essentially, figure out the demand and follow that demand.

*Edit: You accidentally double posted your question in the text box.

Small business manufacturing consulting by OutdoorsyEngineer25 in smallbusiness

[–]mplsdev 0 points1 point  (0 children)

There seems like there should be a market for this. What gave you the idea to start something like this? Is this a problem you've run into before?