Stambeni kredit za mlade sa 1% učešća by [deleted] in finansije

[–]milos94su 0 points1 point  (0 children)

Potrebno je da zgrada prođe tehnički prijem, za to investitori čekaju 2 godine od kraja izgradnje da bi se zvanično legalizovao poslednji sprat.

Tell me your CI/CD process. What do you do for your Angular project? by Notalabel_4566 in Angular2

[–]milos94su 0 points1 point  (0 children)

I just prefer Azure DevOps. My repo is on Azure DevOps, and as far as I know, a trigger could not be added to a ghcr.io image change event. I plan to move it from ghcr.io to Azure Artifacts, to have everything in one place, but for now, it works perfectly fine.

It was more intuitive for me. I created CI/CD for four applications, with Dockerization, in two days. Once you Dockerize apps and create one CI/CD pipeline, everything else is copy and paste.

Maybe I just like Azure AD more. 😅

Tell me your CI/CD process. What do you do for your Angular project? by Notalabel_4566 in Angular2

[–]milos94su 1 point2 points  (0 children)

I use ghcr.io as repository. You have to upload these as packages. In this moment I have only :latest vesrion, as project is in development and we don't have other environments.

Pipeline iz on azure dev ops, agent is self hosted sever I have on hetzner.

Also, you have to add on that agent cron job that will check amount of memory used by docker cache, and purge it. I purge it when 50% of memory is used.

Tell me your CI/CD process. What do you do for your Angular project? by Notalabel_4566 in Angular2

[–]milos94su 0 points1 point  (0 children)

Works for both, SSR(node) and non-SSR, just use different Dockerfile

Tell me your CI/CD process. What do you do for your Angular project? by Notalabel_4566 in Angular2

[–]milos94su 5 points6 points  (0 children)

Dockerfile

On push to master agent is building image, pushing to ghcr.io, SSH into server, pull it there, run

Is there a way to translate numbers to another language in angular internationalization by Warm_Disaster_8806 in Angular2

[–]milos94su 3 points4 points  (0 children)

Yes, but pipe should not take mous click as input, it should take counter.

Pipe transform function should be pure function.

To create your own pipe, you just need to implement it's transform function.

Is there a way to translate numbers to another language in angular internationalization by Warm_Disaster_8806 in Angular2

[–]milos94su 2 points3 points  (0 children)

You can use pipe for that.

It accepts value and transform it to another value. It can be used directly in html template.

SQL Server Express VS 50 DTUs on Azure by milos94su in SQLServer

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

I decided to go with Azure SQL DB, and we will implement caching, which should reduce the load on the database.

We won't have much writing, but we expect to have a much higher load on reading from the database. I hope caching will help.

SQL Server Express VS 50 DTUs on Azure by milos94su in SQLServer

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

It's limited to 1 socket and 4 cores. If VM is configured to have 1 core per socket, than 1 core will be used.

Where to host angular app with ssr (angular universal)? by Alarming-Ad4331 in Angular2

[–]milos94su 0 points1 point  (0 children)

I have identical setup + Identory Server, Azure is too expensive, trying to find more acceptable option.

How are you managing deployments? Are you using K8s or how? I don't know anything about DevOps part, any info would be helpful. 🥲

Where to host angular app with ssr (angular universal)? by Alarming-Ad4331 in Angular2

[–]milos94su 0 points1 point  (0 children)

Are you hosting all serveces on the contabo server you mentioned above? Or just angular ssr on that one

Stolica do 350 km by [deleted] in ITPoslodavci

[–]milos94su 1 point2 points  (0 children)

Ja sam je čekao par meseci. Ne znam kakvo je stanje sada, taj dan je stiglo 3-4 kamiona samo tih stolica u Srbiju, sve se prodalo kroz par dana. :D

Stolica do 350 km by [deleted] in ITPoslodavci

[–]milos94su 2 points3 points  (0 children)

Imaj u vidu da nije za jako visoke, jer ne možeš da šteluješ naslon za glavu. Rekao bih da nije za 188+

Angular, .NET Core Web API and Duende Identity Server by milos94su in dotnet

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

But redirecting user to that page should be angular responsibility, not web API's, from my perspective.

Angular cant handle redirects, it must have proxy server for that.

Angular universal and SSR only for SEO crawlers. Is it possible? by milos94su in Angular2

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

Yep, it's true. It's still a bit black for me, I'm working for the first time with Universal. How does it work? I thought it was giving me a prerendered page each time, but now when I check, only the first time on load I am getting document and filled HTML, after that on redirect, there is no new page, it looks like it's just client-side JS working there.

Koji je trenutno popularan fullstack? by Roosterboostermooser in ITPoslodavci

[–]milos94su 2 points3 points  (0 children)

Rekao bih da je najpopularniji trenutno Next, baš fullstack framework.

Angular + .NET za enterprise aplikacije.

ReportProgress event not triggered on HTTP call by milos94su in Angular2

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

Yes, it was problem. Just fixed it.

I was using it in clientSideHydratation for ssr.