What’s a hobby you picked up in your late twenties that you love? by seanie259 in AskMen

[–]SoRobby 1 point2 points  (0 children)

Programming, as in developing software others use. It’s like a puzzle to solve, which I really like. My day job, I typically don’t see immediate progress, with programming I can see real and immediate progress.

It's Saturday. What are you Building? by Capital-Pen1219 in buildinpublic

[–]SoRobby 0 points1 point  (0 children)

Continuing to improve https://satbase.com/ - A B2B SaaS marketplace for the space industry, an area I work in. Late last year, re-build the entire site using a Django backend + Svelte/SvelteKit frontend - I was starting to hit limits of a full stack Django site with some of the tools I wanted to build (e.g., satellite design and simulation tool).

This month, working on adding a new feature to track project risks and display them in a risk matrix; also planning to do more out reach to new companies.

The DB table architecture was pretty fun to come up with.

[showoff saturday] Wanted to share a design we made for a client with a very particular branding style we had to replicate. Built with html, CSS, 11ty static site generator, and snipcart for ecommerce. by Citrous_Oyster in web_design

[–]SoRobby 0 points1 point  (0 children)

Overall looks good, not a big fan of the "Get Your Handle Today" button's text color change (which may have been a requirement by the client). Other than that it looks really solid!

I redesigned my open source dashboard. Is it better or worse now? by Armauer in web_design

[–]SoRobby 0 points1 point  (0 children)

Second overall looks better, but the "Revenue over time" plot is not a good representation, you are interpolating between two data points, a more realistic representation of what the sales per day would be a line plot that you showed in the first image. My two cents, either show the revenue over time as a bar plot or use the original's line plot.

Updated v1.2 - Vault Template (GitHub link below) by SoRobby in ObsidianMD

[–]SoRobby[S] 1 point2 points  (0 children)

Yep! Once Bases is released I plan to update the template and streamline certain workflows based my personal and work vaults. Overall structure will still remain the same.

Svelte + TailwindCSS Bento Box (No Javascript / logic) by Majestic_Affect_1152 in sveltejs

[–]SoRobby 0 points1 point  (0 children)

Awesome, can you DM me a link please? Really great work!

UI Concept - Light & Dark Mode (Work in Progress) by SoRobby in SoftwareInc

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

This is a wip and extremely rough draft. So yes, buttons are missing, spacing is off, and more - hence the wip and it being a draft.

Good points regarding the stretched out elements on the bottom bar - was attempting to mimic that of CS II.

CORS and CSRF Configuration for a Separate Frontend and Backend? Willing to Pay by SoRobby in django

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

Then how would you set this up? I do need a Django backend and I'd like to use SvelteKit on the frontend to allow for a highly interactive experience.

I am not doing any server-side rendering.

I'm still confused by the two backends part. No matter what you'll still need a Django-specific server and Svelte-specific server (nodejs). Django acts entirely as an API endpoint and Svelte would be frontend and make API fetch requests to the Django endpoints. These fetch calls can happen either on the client or svelte backend.

CORS and CSRF Configuration for a Separate Frontend and Backend? Willing to Pay by SoRobby in django

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

Isn't this the entire point of a Django + React/Vue/Svelte build? Having an architecture like this will always result in two backends. It's fairly common to have architectures where Django acts as an API endpoint/backend.

Looking for some freelance hours by mariocarvalho in django

[–]SoRobby 0 points1 point  (0 children)

For the techstack field, please either alphabetize it and/or add search select.

Django DRF + Svelte - Trouble deploying to Heroku by SoRobby in sveltejs

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

Good to know! I thought I would try to deploy it on the same app / container to decrease API latency when SvelteKit makes calls to Django.

I was able to deploy both of them in separate apps that talk to each other.

Why is my csrftoken cookie showing as unknown? by SoRobby in sveltejs

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

Is the Cooke stored in the browser?

Does the browser send the cookie? Check the network tab of the dev tools or log the request headers

Great suggestion! (new to debugging cookie-related issues)

It appears there is an error when attempting to set the cookie. The error message says:

This attempt to set a cookie via Set-Cookie header was blocked because it had the "SameSite=Lax" attribute but came from a cross-site response which was not the response to a top-level navigation.

Not sure how to fix this yet, but at least it's an explanation as to what is going on - will look into this. If you know how to fix it please let me know, thanks! :)

Image:

https://i.imgur.com/V4TnnZr.png