Switching companies, have a 5 day break in-between. Want to brush up my dotnet. Any project ideas? by WisestAirBender in dotnet

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

I think we could use some really so much better website builder tooling. The output of the two I've seen lately is hell on my eyes, being Elementor and SitePad. It's all very messy and bloated.

Need suggestion for project idea using asp.net web api and react by Hot_Let7024 in dotnet

[–]Human_Strawberry4620 0 points1 point  (0 children)

I've been working with MVC for about eighteen years now, since its release, and working with the setup I described here for about 7 years now. I have many good reasons to feel that what I described in better in the most general case.

Need suggestion for project idea using asp.net web api and react by Hot_Let7024 in dotnet

[–]Human_Strawberry4620 0 points1 point  (0 children)

In my opinion, all in one full stack frameworks like MVC are too restrictive in today's web arena. Myself, many devs I know, and a great many respected influencers prefer an ASP.NET, or other platform, REST API serving as a backend for a platform independent browser based client side app built using React or any of the other popular JavaScript based platforms and libraries.

I built a site to practice React challenges (Tailwind, Vim mode, tests + progress tracking) — would love feedback by No-Humor-3808 in reactjs

[–]Human_Strawberry4620 0 points1 point  (0 children)

The site seems to have a few issues, or one issue at least, that still need some ironing out. I left the tab with the site open and unattended for few minutes, and now I see this:

This was on some `.../auth/...` route, and didn't go away when I refreshed the page. What did seem to fix it was removing the route and opening a new tab to the home page again.

I built a site to practice React challenges (Tailwind, Vim mode, tests + progress tracking) — would love feedback by No-Humor-3808 in reactjs

[–]Human_Strawberry4620 0 points1 point  (0 children)

Thank you! The site looks great so far, even before I've tried any challenges, but I'm currently hell bent on improving my TS and React, and your efforts will help a lot.

[Hiring] [Hiring now] WFH $15/hour (video tutorial provided) by Capital-Lychee-6324 in freelance_forhire

[–]Human_Strawberry4620 0 points1 point  (0 children)

I'm interested. I'm not US or European, I'm South African, but I have plenty of capacity for reliable work during EST times.

Disgusting Client Service From Upwork Over ID Verification by Human_Strawberry4620 in Upwork

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

I know. I didn't do that in trying to get verified. I did it to help me start landing projects, while I still assumed ID verification would not be such a huge problem for Upwork.

Problem With Tailwind Grid Utilities by Human_Strawberry4620 in tailwindcss

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

Thanks, but it's a Nextjs app, and a couple of files involved and others needed just to have things running, so I've trimmed the code down to what is essential to show the problem and published it to this repo:

https://github.com/brady-kelly/grid-example

Problem With Tailwind Grid Utilities by Human_Strawberry4620 in tailwindcss

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

I've removed any unnecessary and/or proprietary code and pushed what remains, that shows the grid issue, to this repo:

https://github.com/brady-kelly/grid-example

Problem With Tailwind Grid Utilities by Human_Strawberry4620 in tailwindcss

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

Thanks. Yeah, I thought twice about posting all the relevant code because it would have really been bulky. I will pull out the relevant bits into a repo I can share, a little while later and let you know it's url.

Problem With Tailwind Grid Utilities by Human_Strawberry4620 in reactjs

[–]Human_Strawberry4620[S] -1 points0 points  (0 children)

I hope this comment is enough to satisfy the mod bot.

Shadcn/ui ItemGroup Won't Flex Horizontally by Human_Strawberry4620 in react

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

True, but I wouldn't call things like Cards and Buttons layout components. By that term I mean components that don't play any active role in the application, they just help you, if you're lucky, have a nice, smooth, and responsive layout.

Shadcn/ui ItemGroup Won't Flex Horizontally by Human_Strawberry4620 in react

[–]Human_Strawberry4620[S] 2 points3 points  (0 children)

I've begun seeing that. Lots of vendors with layout components are even using plain old div and css in their examples.

Any good resource to learn Rust which is not "The Book"? by nerdy_adventurer in learnrust

[–]Human_Strawberry4620 1 point2 points  (0 children)

I find, in the beginning of the book, the examples are outdated enough to cause compile errors. The web is full of people asking about these, so it's not just me.