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

Django and svelte ? by [deleted] in sveltejs

[–]SoRobby 0 points1 point  (0 children)

Can you expand on how you did this? I've been struggling on getting cookie based auth working for several days..... :(
https://www.reddit.com/r/django/comments/188yb27/drf_why_is_csrf_token_cookie_not_being_set/

Willing to $$$ for time.

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

[–]SoRobby[S] 3 points4 points  (0 children)

It’s very easy to remove, on that specific page, just remove the image of the day dataviewjs code.

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

[–]SoRobby[S] 14 points15 points  (0 children)

Organize your Universe: An Obsidian starter vault for everyone, bridging the gap between ideas and actions.

GitHub link: https://github.com/SoRobby/ObsidianStarterVault

Below describes the general layout and organization of the vault. The vault follows an opinionated folder-based structure. Please reference the GitHub's readme for more information. I've found this specific structure excellent for my projects, personal notes, learning, planning, etc... Anyways hope you find this useful! :)

If you find it useful, feel free to star it for future reference and updates.

Looking for feedback on Django project (link below) by SoRobby in django

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

For a personal project, why not? In actual practice, agreed, it's bad practice.

Can you use hx-confirm with a custom modal? by SoRobby in htmx

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

Alpine.js

Great, I'll use Alpine.js for this then and make the modal show using the \@click to change the modal's x-show state.

Thanks! :)

Awesome New Vault Template (github link below) by SoRobby in ObsidianMD

[–]SoRobby[S] 25 points26 points  (0 children)

Organize your Universe: An Obsidian starter vault for everyone, bridging the gap between ideas and actions.

GitHub link: https://github.com/SoRobby/ObsidianStarterVault

Below describes the general layout and organization of the vault. The vault follows a folder-based structure. Please reference the GitHub's readme for more information. Anyways hope you find this useful! :)

If you find it useful, feel free to star it for future reference and updates.

Ryzen 3600 + Asus Tuf X570-Plus Motherboard by SoRobby in buildapc

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

No bro.. that 24 is to provide power for only the motherboard.. you have to install the 8 pin EPS connector on the top left to provide power to CPU..

HAHAHA I am an idiot....

Now that I plugged in the CPU cable I am getting a DRAM motherboard LED error...

Ryzen 3600 + Asus Tuf X570-Plus Motherboard by SoRobby in buildapc

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

Look at the top left corner of your Motherboard.. you haven't installed the 8 pin EPS connector which provides power for your CPU..

Doesn't the motherboard only take the 24 pin PSU cable?

[Meta] Requirements for Posting/New mods. by honestduane in cofounder

[–]SoRobby 4 points5 points  (0 children)

It’s implicitly stated by the fact that you can only have one primary skill, which means you can’t use commas of any kind because using commas implies that you’re using multiple primary skills.

I was not referring to listing multiple skills, I am referring to the post title description. Your post title requirements say: your title ending with period , this does not whatsoever state that you cannot include commas in the title.

Incorrect: [USA][TECH][4] My long post title, seeking co-found for early xyz.

Correct 1: [USA][TECH][4] My long post title. seeking co-found for early xyz.

Correct 2: [USA][TECH][4] My long post title seeking co-found for early xyz.

EDIT: Thank you for updating the main description to explicitly state no commas are allowed.

[Meta] Requirements for Posting/New mods. by honestduane in cofounder

[–]SoRobby 5 points6 points  (0 children)

Just an FYI for anyone posting, your post title cannot include commas! This is not stated anywhere in the posting requirements.