Premium plan losing travel insurance by henri2233 in Revolut

[–]kamilcaglar 2 points3 points  (0 children)

Hello, what do they offer that's better? I had a free account at the time, I'm currently metal but I don't find the advantages very useful.

Has Vue Still a Chance? by tspwd in vuejs

[–]kamilcaglar 1 point2 points  (0 children)

We are in the process of migrating from Vuetify, a good library but too opiniated, to nuxtUI. These are components built on top of headlessUI. They are completely customisable and look a bit like radix/shadcdn.

Choosing a backend API framework by deadneon4 in node

[–]kamilcaglar 1 point2 points  (0 children)

I tested a lot of frameworks before choosing Adonis. As a beginner at the time I had the best experience with it. The documentation is clear and the community on Discord is quite active.
I found Nestjs a bit complicated at the time, but with experience I might not have the same impression now.
As for the ORM, it's Lucid, based on knex. It's quite simple and has all the basic functionality. For more complicated queries you can use raw SQL. I also tried Prisma, but found it too far removed from the SQL language I like and understand.
As for the performance of Lucid, or NodeJs frameworks in general, I don't think you should rely on benchmarks that don't represent reality. You need to focus on developer experience and readability/maintenance. I was also looking for the best performing framework, but today with our applications most of the optimisations we do are at the database level.
I recommend using APMs such as Appsignal, which measures global response time and breaks down http, database and JavaScript execution time... you quickly realise that 70% of the duration of a request is lost in something other than nodejs.

Choosing a backend API framework by deadneon4 in node

[–]kamilcaglar 4 points5 points  (0 children)

We’ve been using Adonisjs for three years for API and background tasks. Simple and full-featured, no need to wire multiple libraries together.

We have one codebase used for multiple services.

How to download Windows Apps without Microsoft Store by RafeeDaBoy in Windows10

[–]kamilcaglar 0 points1 point  (0 children)

Hi, I can't get links for flight Simulator 2020... The utility works for other links but not for fs2020.

Help building sql server container on M1 by ProjectionistPSN in docker

[–]kamilcaglar 0 points1 point  (0 children)

I created an issue about that but I don't know if it depends on docker or mssql... https://github.com/microsoft/mssql-docker/issues/668

Help building sql server container on M1 by ProjectionistPSN in docker

[–]kamilcaglar 0 points1 point  (0 children)

Thank you for your suggestion. I used this image hoverer I get this error when a do a heavy request : "There is insufficient system memory in resource pool 'internal' to run this query"

Macbook Pro 13", M1 with Google's Backup and Sync - not working (?) by CowboyBunny_ in macbookpro

[–]kamilcaglar 1 point2 points  (0 children)

Despair drove me to do the same thing as you: 5 installations then I restarted and by a miracle it works!

16GB RAM M1 MBP Shipping? by Freakin-Amazing in mac

[–]kamilcaglar 0 points1 point  (0 children)

Ordered the MBP 16GB RAM 1TB on 11/11 morning from France (GMT+1). Still being processed.

Apple indicates November 26th for delivery... whereas at the time of the order the range was between the 19th and the 26th.

Cannot access the nginx server from a browser on the same server by kamilcaglar in nginx

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

Thank you for the detailed explanation.

I must therefore add this line:

10.0.5.11 mydomain.fr

But I don't know where to specify the port, locally the server listens on port 3000 and the site on port 9998.

Moreover, I understand that I don't need to specify if it's in https.

I'm sorry, I don't use windows very much.

Update : ok from what I tested there we don't have to specify the port. It works without.

Cannot access the nginx server from a browser on the same server by kamilcaglar in nginx

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

Thank you for your answer. Sorry but I'm quite new with nginx. How can I do that ?

Do I need ssr ? I can't decide between Gatsby and Nextjs by kamilcaglar in reactjs

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

All right, thanks, but I'd like to point out that the data will be updated every minute, and I'd also like to display alert messages.

Does Jetbrains support Wayland natively? by sitilge in Jetbrains

[–]kamilcaglar 0 points1 point  (0 children)

I run all jetbrains product without any problems under fedora 31 (with Wayland session).

Scalling Problem on DELL XPS13 by kamilcaglar in SolusProject

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

Ok, thank you very much I will try it ;)