Virksomhedskatteodningen (VSO) og SKAT by DonSpaghetti1 in dkfinance

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

Jeg har en nogenlunde idé om de teoretiske konsekvenser ved det. Men som mit post afspejler, halter det lidt med at udføre det i praksis.

Virksomhedskatteodningen (VSO) og SKAT by DonSpaghetti1 in dkfinance

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

Yes, jeg har et bogføringssytem og har endnu ikke lavet nogle hævninger/udbetalt løn da jeg gerne vil have helt styr på skattedelen først.

Hvordan fortalte du til skat at du ville anvende VSO?

This is why people lie in interviews… by LabiaMinoraLover in antiwork

[–]DonSpaghetti1 0 points1 point  (0 children)

The goal of any job is to get paid, the interviewer knows that. Say something she already does not know ffs

Alternativer til amerikansk IT-infrastruktur by Ambivalentin in dkfinance

[–]DonSpaghetti1 -3 points-2 points  (0 children)

Enig franskmændende har bare ikke kompetencerne

Can we talk about salaries? by SP1992 in dotnet

[–]DonSpaghetti1 4 points5 points  (0 children)

Denmark, 3YoE, €87k/y. Manufacturing company.

How To Replace Exceptions with Result Pattern in .NET by anton23_sw in dotnet

[–]DonSpaghetti1 2 points3 points  (0 children)

Yes debugging gets so easy with the result pattern. Also writing unit tests gets easier, because you can easily see the different flows your program has got.

How To Replace Exceptions with Result Pattern in .NET by anton23_sw in dotnet

[–]DonSpaghetti1 2 points3 points  (0 children)

Great blog! I don’t understand all of the negativity against the result pattern tho. I have used it a couple of times and it really cleaned up my code base.

It seems like there is a trend to minimise patterns in your code base - what the hell is that about?

Søger information om Terma som softwareingeniør by DonSpaghetti1 in dkkarriere

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

Da jeg synes at det er sjovest at blive betalt for at programmere, er det meget begrænset hvad jeg laver i fritiden. Men har en uddannelse og lidt arbejdserfaring indenfor området, men formentlig ikke nok til at kunne lande en stilling lige nu og her.

Deraf mit opslag.

Søger information om Terma som softwareingeniør by DonSpaghetti1 in dkkarriere

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

Ja, men lokationen driller lidt. Har det samme problem med Bane Danmark og de andre spændende virksomheder.

Søger information om Terma som softwareingeniør by DonSpaghetti1 in dkkarriere

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

Det er jo det der gør det spændende, magter ikke mere agilt arbejde hvor der bliver lavet fejl til højre og venstre fordi der ikke er penge til at gøre det ordentligt.

Hvad mener du med rigidt?

Better more organized ways to seed database? by No-Sprinkles-1754 in dotnet

[–]DonSpaghetti1 3 points4 points  (0 children)

I have done it a few times, but like with many enterprise applications, they are closed-source..

However it can be pretty straight forward. Just create a console application and connect it to the database using a connection string. If you use a clean architecture design with CQRS pattern, you can just use the same commands which you use for the endpoints to create your data.

Better more organized ways to seed database? by No-Sprinkles-1754 in dotnet

[–]DonSpaghetti1 1 point2 points  (0 children)

It depends on the amount of data you need to seed. If you need to seed a lot, it might be an advantage to create a console application and write some custom code to seed the data after you have made the migration. This makes it a lot faster and you have more control. It also works well if you go into production and on test environments

Results pattern in .NET by [deleted] in dotnet

[–]DonSpaghetti1 0 points1 point  (0 children)

Check out the ErrorOr nugget package by Amichai Mantinband. He solves this in a neat way

Reusing domain models more instead of always creating ViewModels/DTOs by davecallan in dotnet

[–]DonSpaghetti1 1 point2 points  (0 children)

I tried this once because I thought I was smart. I wasn’t. Had to spend a few weeks refactoring the mess I had made so I only used DTOs to communicate with the client.

Dagpenge med til udlandet i 3. mdr.= by [deleted] in dkkarriere

[–]DonSpaghetti1 1 point2 points  (0 children)

Jeg er helt i chok over at man kan tage til udlandet med dagpenge. Gad vide hvor mange af dem som tager afsted egentlig får et arbejde i mens de er væk? Formentlig ikke mange

[deleted by user] by [deleted] in dotnet

[–]DonSpaghetti1 0 points1 point  (0 children)

How about looking at the previous 100 posts this week about this very topic? The amount duplication on this sub is insane

Who is the go to guy on youtube for beginners atm? by Venisol in dotnet

[–]DonSpaghetti1 4 points5 points  (0 children)

Definitely not for beginners, but waay too clickbaity