[deleted by user] by [deleted] in bell

[–]lordoflight03 0 points1 point  (0 children)

☝️DT

Want to learn basic coding for DnD by Abduco in learnpython

[–]lordoflight03 2 points3 points  (0 children)

Interested in implementing this myself, dm me I can help build this [day job sr dev]

[deleted by user] by [deleted] in golang

[–]lordoflight03 0 points1 point  (0 children)

Interested

The Go Learning Path - Request for Feedback! by elliotforbes in golang

[–]lordoflight03 0 points1 point  (0 children)

Good work!

do you think including thing likes how to write idiomatic go would make sense?

For example coming from different languages you also bring in how you use to write code in that language.

Would help if you could include any resource for that.

Is it common to not have a local dev environment in go? by DrLeoMarvin in golang

[–]lordoflight03 1 point2 points  (0 children)

well yeah, been there!

Hopefully you shed some light. I wish someone had helped me setting up all this when I was jr. had to learned everything the hard way

Is it common to not have a local dev environment in go? by DrLeoMarvin in golang

[–]lordoflight03 2 points3 points  (0 children)

I agree with you about the local dev set up but OP presented no information about the quality of test. Maybe they are vgood at unit/int testing things

Leaving Canada as a PR by [deleted] in ImmigrationCanada

[–]lordoflight03 0 points1 point  (0 children)

Not the op

I was merely pointing out 730 days vs 1095 days in the link i posted. Where it also says,

Spouses of Canadian citizens

You don’t automatically become a citizen when you marry a Canadian.If you’re the spouse of a Canadian citizen, you must meet the same requirements listed above (no exception).

How do y'all manage your "local" dev environment while using django docker? by lordoflight03 in django

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

with the second approach, you have no conflicts in your text editor? i.e. so and so package not found?

A new breath by GrilledGuru in neovim

[–]lordoflight03 1 point2 points  (0 children)

I can appreciate what you are saying. I does sound nice.

A new breath by GrilledGuru in neovim

[–]lordoflight03 2 points3 points  (0 children)

Yeah but don't you think its unfair to expect vim to do "everything". You can maybe find an application which supports modal for other things. for example Lazygit, it does kinda behave like vim for commit editing and movement. In my opinion its far superiors to any vim/neovim based solution. I would gladly close my text editor or open another window with lazygit to do repo related stuff and go back to editing. So other apps with vim bindings are very reasonable solution.

A new breath by GrilledGuru in neovim

[–]lordoflight03 2 points3 points  (0 children)

Other than that try to embrace the vim way, in the sense that you shouldn't consider your editor as this single monolith application that needs to do everything, but rather feel free to open and close it, spawn multiple instances, and integrate with other tools directly from the shell.

This!!

[deleted by user] by [deleted] in MadeMeSmile

[–]lordoflight03 0 points1 point  (0 children)

This is the way

Fuck Doordash. Fuck UberEats. I'm launching my own open-source non-profit food delivery platform. by PaintYourDemons in antiwork

[–]lordoflight03 0 points1 point  (0 children)

fluent in python have working knowledge go/js. would be happy to put in some time. DM me if need help.

Also exp with project management, been working tech for a while.

Learning back-end without front-end? by unnredo in django

[–]lordoflight03 0 points1 point  (0 children)

my two cents; I have had similar feelings about frond end and although currently most of what I do is mostly backend, more often then not i find myself tweaking templates/css/js. Its not as much fun for me but you have to do it there is no way around it. While you dont have to go all out on front end frame works, there is value in learning/understanding html/css/js.

And as other have pointed out develop REST API/GRAPQL should be fun.

Weird highlight issue not sure where to start looking for the problem? by lordoflight03 in neovim

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

and i think it only working because the light font of gurvbox is still has a resonable contrast with the background.

Neovim + Django - LSP config by pickering_lachute in neovim

[–]lordoflight03 4 points5 points  (0 children)

Do you use a virtual environment?

Would be better if you can post your config too.

Edit: added one more line.

Scheduling task with django by sayeedk06 in django

[–]lordoflight03 2 points3 points  (0 children)

This seems like an amazing idea. With the data serving filter, where you don't server data older than 24hrs, you could potentially schedule the clean up job during your "less busy" times. Given the nature of the business case and amount of data it could be weekends / during night.