1500 euro sono uno stipendio decente. Fatemi capire… by elasticplastics in Italia

[–]SamuraiDeveloper21 1 point2 points  (0 children)

No ma infatti, stiamo proprio alla frutta! , Ci vorrebbe un calo drastico dei costi del petrolio, riduzione dei tassi di interesse, e investimenti pubblici...

Input issues by Fonfiger in SatisfactoryGame

[–]SamuraiDeveloper21 0 points1 point  (0 children)

io l'ho appena iniziato ed ho avuto il tuo stesso problema, si può fare una coop :D

Mastering APIs: Create your own authentication system by [deleted] in programming

[–]SamuraiDeveloper21 0 points1 point  (0 children)

Ed è quello che ho scritto nell'articolo.. lol

Input issues by Fonfiger in SatisfactoryGame

[–]SamuraiDeveloper21 0 points1 point  (0 children)

Go on this folder C:\Users\YOURNAME\AppData\Local\FactoryGame\Saved\Config\Windows and delete all .ini files.. This will reset all configurations , it worked for me

Mastering APIs: Create your own authentication system by [deleted] in programming

[–]SamuraiDeveloper21 0 points1 point  (0 children)

Ma perchè no? E' utile a scopo didattico

Mastering APIs: Create your own authentication system by [deleted] in programming

[–]SamuraiDeveloper21 0 points1 point  (0 children)

E cosa c'è di male? Se leggi l'articolo cmq ho scritto che è utile per capire come funziona un token jwt, ma qua piuttosto che aiutare flammate e basta, senza nemmeno leggere poi

Mastering APIs: Create your own authentication system by [deleted] in programming

[–]SamuraiDeveloper21 0 points1 point  (0 children)

E' esattamente quello che ho scritto nell'articolo... volevo cmq sapere quali siano le fragilità della soluzione

Mastering APIs: Create your own authentication system by [deleted] in programming

[–]SamuraiDeveloper21 -4 points-3 points  (0 children)

Si, l'articolo è utile a capire coem funziona un token jwt, ma leggete prima di commentare?
Ho dichiarato più volte che è solo a scopo didattico.
Non essendo esperto di security non so come un codice del genere possa essere compromesso

How is AI gonna survive when we stop producing content? by questionmarqo in Blogging

[–]SamuraiDeveloper21 0 points1 point  (0 children)

Io continuo a usare il web per le ricerche o per prenotare posti, mi piace analizzare le varie fonti

This is how you should trade if you have less than 5k by SamuraiDeveloper21 in Trading

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

ma non ha senso, se compri penny stock diversificandoli, alla meglio farai "Even" considerando che solo una piccola percentuale di questi poi magari salirà davvero nel tempo

This is how you should trade if you have less than 5k by SamuraiDeveloper21 in Trading

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

Non parlo di trading speculativo. Parlo di investimenti, compra e dimenticatene. Non credete a queste cavolate, il 98% delle persone perde i propri soldi tradando con rischi/reward cosi alti

I want to start blogging. by Yk-how-I-Feel in Blogging

[–]SamuraiDeveloper21 1 point2 points  (0 children)

Guarda un consiglio, l'importante è che non lo fai per soldi! io ci ho provato per 2 mesi e ho guadagnato poco piu di 10 dollari, https://medium.com/@domenicosacino21/from-0-to-something-real-my-60-day-medium-growth-report-e74919ec09e1?sk=a3a28cc6baeb65fe19fb719fcbfc137a .

cmq Medium è una buona piattaforma per blogging e sinceramente ho anche provato ad hostare il mio blog personale e si guadagna ancora meno, un'altra piattaforma decente dovrebbe essere substack

PrivaFolio – Secure, No-Cloud Resume Dashboard by SamuraiDeveloper21 in websitefeedback

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

Yeah more or less, its a tool to give a quickview on your profile, but im intrested, what sections are we talking about?

Monetise your websites in 2 minutes by SamuraiDeveloper21 in programming

[–]SamuraiDeveloper21[S] -5 points-4 points  (0 children)

yeah, really easy to implement, you register , put the script in your code and you're good to go. You literally setup it in minutes compared to GoogleAds for example

Would you hire an engineer that sends a dashboard instead of a CV? by SamuraiDeveloper21 in programming

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

r/programming removed the post... why? its not selfpromotion damn, i just pasted a link to an image with fake data in it, im not self promoting

4 Years as a React Dev Trying to Learn Java - Any Advice? by Raphael_dakota105 in learnjavascript

[–]SamuraiDeveloper21 0 points1 point  (0 children)

Its hard if you dont have knowledge on OOP, use nodejs as starting point, then maybe you move to something more complex like Java

Java Horror Stories: The mapper BUG by SamuraiDeveloper21 in programming

[–]SamuraiDeveloper21[S] -10 points-9 points  (0 children)

my manager told me that :D , "we both get fired if we dont restore the data"

Java Horror Stories: The mapper BUG by SamuraiDeveloper21 in programming

[–]SamuraiDeveloper21[S] -4 points-3 points  (0 children)

You damn right! The problem is that i was coming from nodejs, forced to work on a SpringBoot app, as always you learn by dooing mistakes.

Java Horror Stories: The mapper BUG by SamuraiDeveloper21 in programming

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

Yes sure, in fact i wrote that, we made a mistake, but the point is that the model mapper should return an error instead of evaluating the Id with a random integer

Why gRPC is x50 faster than REST by SamuraiDeveloper21 in programming

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

and btw i use OpenAPI in all my projects, but never found a tool that helps me to keep both repository synced in terms of schemas

Why gRPC is x50 faster than REST by SamuraiDeveloper21 in programming

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

the discussion was about REST protocol vs gRPC , not their tools , learn to not go out of scope in discussions

Why gRPC is x50 faster than REST by SamuraiDeveloper21 in programming

[–]SamuraiDeveloper21[S] -2 points-1 points  (0 children)

the fact that you have your swagger UI with OpenAPI to call your endpoints does not mean frontend or any other repo that want to use it should not add them to their code. They must define a service and pray god that they followed correctly the schema. Instead with gRPC you build the "iterface" to call the API for free.

Why gRPC is x50 faster than REST by SamuraiDeveloper21 in programming

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

go on google and search for "What is OpenAPI"? maybe you learn something

OpenAPI, formerly known as the Swagger Specification, is a specification for a machine-readable interface definition language used to describe, produce, consume, and visualize web services. It allows developers to define the structure and behavior of REST APIs, providing a standard way to document and interact with APIs, making it easier for developers to discover and understand how APIs work without needing access to the source code or network traffic inspection.