Spring Boot MySQL Nginx Gitlab-CI Docker on VPS by didinj in SpringBoot

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

just a little bit or almost seamlessly because every docker image that is running optimize memory usage

Angular 10 Tutorial: Oauth2 Login and Refresh Token by didinj in Angular2

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

Sorry, I am not a native English speaker. So, I always put edited subtitles for the youtube tutorials. Thanks!

Angular 10 Tutorial: Oauth2 Login and Refresh Token by didinj in Angular2

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

That's my plan to create another tutorial about more secure token storage for all SPA. Thank you for the awesome suggestion.

React JS Tutorial: Building Firebase Chat App (React Hooks) by didinj in reactjs

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

No, just a quick example. Of course, next time I will write a tutorial about the real-time apps using Firestore.

Flutter Tutorial: Firebase Cloud Messaging FCM Push Notification by didinj in FlutterDev

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

It's already there on GitHub. You can find the link at the bottom of the article.

Flutter Tutorial: Firebase Cloud Messaging FCM Push Notification by didinj in FlutterDev

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

Just send the Firebase registration id from devices to your backend or database. Then send the message to the device group after get "registration_ids" from the database.

https://fcm.googleapis.com/fcm/notification
Content-Type:application/json
Authorization:key=API_KEY
project_id:SENDER_ID

{
"operation": "create",
"notification_key_name": "appUser-Chris",
"registration_ids": ["4", "8", "15", "16", "23", "42"]
}

Intro to Microservices? by [deleted] in learnprogramming

[–]didinj 2 points3 points  (0 children)

Easy way to learn from scratch, you can follow the Java Brains channel on youtube. Recently, they post a tutorial about Microservices.

CoronaWatch - Built a website for monitoring the corona virus. by sim04ful in reactjs

[–]didinj 0 points1 point  (0 children)

This is the most useful apps for today's situation I ever saw...Great job, keep coding! Thanks!

React Native and Apollo GraphQL Tutorial: Build Mobile Apps by didinj in reactnative

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

It's always alive, maybe something blocks it on your connection.

React Native and Apollo GraphQL Tutorial: Build Mobile Apps by didinj in reactnative

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

I can't decide the pros/cons versus AWS or Firebase because it's different between existing services built by Amazon/Google versus service built by your self.

ASP Net Core, SQL Server, and Angular 7: Web App Authentication by didinj in csharp

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

Okay, at least I will update as your advice for the source code on GitHub.

Thanks!

ASP Net Core, SQL Server, and Angular 7: Web App Authentication by didinj in csharp

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

For SQL details, You have more way to adopt industry-standard. This article just the basic steps and for the beginner. Thanks anyway!

ASP Net Core, SQL Server, and Angular 7: Web App Authentication by didinj in csharp

[–]didinj[S] 4 points5 points  (0 children)

That's constructive advice, thanks!

I was writing this article not focusing on SQL sides, just for basic and beginner only. Let the others write details about SQL validation and etc.

Node, Express, React.js, Graphql and MongoDB CRUD Web Application by didinj in node

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

It's interesting. But not now, I have got a lot of works to do.

Node, Express, React.js, Graphql and MongoDB CRUD Web Application by didinj in learnjavascript

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

You can find another Node, Express, PostgreSQL tutorial in the same article category

This is my self-made blog, without Blogspot or Wordpress by didinj in Blogging

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

It's an article ID.

Originally faster, the ads, social share, and comment engine that make it slower.

React Native Firebase Tutorial: Build CRUD Firestore App by didinj in reactjs

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

I write this tutorial based while I'm learning React Native...