Skip to content
Unreal MMO Development with Yaz
  • Unreal Game dev with Yaz
  • Blog
  • About – Unreal Game dev with Yaz

Site development

  • Home
  • Site development

65. Deploying a custom java server to the cloud!

Posted by By ylazarev92 September 25, 2024Posted inMMO Game development, Site development
In this post we explore how Terraform was used to deploy the application to the cloud. The cloud of choice was Azure: https://azure.microsoft.com/en-gb This is mainly because I will be…
Read More

37. How to connect your Java Micronaut/SpringBoot with Kafka SASL

Posted by By ylazarev92 April 17, 2023Posted inMMO Game development, Site development
Part of the MMO journey, we need to make sure that we use scalable web systems. One thing we can do, is make our server event driven. Concept is to…
Read More

22. How to achieve simple and reliable authentication? part 2

Posted by By ylazarev92 March 20, 2021Posted inSite development
Previous chapter showed how to implement Rails with AWS Cognito. This chapter will focus on how you can communicate with your backend for authentication purposes. Note that there are many…
Read More

21. How to achieve simple and reliable authentication?

Posted by By ylazarev92 February 12, 2021Posted inSite development
Follow part 2, which shows how you connect your React/Javascript front end to endpoints covered here. First of all, log into your AWS account and navigate to Cognito: https://console.aws.amazon.com/cognito/home You…
Read More

21. Easy authentication with Rails and Devise

Posted by By ylazarev92 January 31, 2021Posted inSite development
I am at a stage of the website where I require some authentication - in my case, to create content on the website, i.e. to make posts, I will require…
Read More

20. How to make an awesome UI using React and a template

Posted by By ylazarev92 January 9, 2021Posted inSite development
In some of the previous posts, we covered getting started with Material UI from scratch and also deploying those UI / Backend pieces. In this post, we will cover creating…
Read More

19. Simple steps to get server-less front end with S3 bucket

Posted by By ylazarev92 November 9, 2020Posted inSite development
So on my journey to learn more about re-platforming and micro-services I came across that you could actually 'host' your react front-end application in an s3 bucket. That's pretty cool,…
Read More

17. Re-Platforming for Improved Performance: Migrating from Rails to Microservices

Posted by By ylazarev92 November 4, 2020Posted inSite development
We looked at deploying your application such as Ruby on Rails with Heroku. Now we may explore things like server-less design. Re-platforming is a big topic and a large undertaking.…
Read More

18. Simple steps to making site secure with SSL and Heroku

Posted by By ylazarev92 November 4, 2020Posted inSite development
We already deployed our RoR app to Heroku in this post. Let's set up SSL with Heroku and our Rails application. I've actually wasted several hours sorting out SSL manually,…
Read More

15. Fast and easy way to optimise your Rails DB queries and Active Storage

Posted by By ylazarev92 September 27, 2020Posted inSite development
This post is an extension to previous Active Storage post covered in section 7. Here we will look at an advanced query and fine tuning it to remove N+1 queries…
Read More

Posts pagination

1 2 3 Next page
Copyright 2025 — Unreal MMO Development with Yaz. All rights reserved. Sinatra WordPress Theme
Scroll to Top