Details
-
About<h1>I'm working on an idle game, I'm also a new programmer.</h1>
-
SkillsI use Visual code studio, JS and HTML!
-
Website
Joined devRant on 6/10/2020
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
What's the point of these stupid questions? Do I really have to kiss some ass even before being hired?12
-
01010010 01100101 01100001 01100100 01101001 01101110 01100111 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100000 01101001 01110011 00100000 01101101 01101111 01110010 01100101 00100000 01110100 01101000 01100001 01101110 00100000 01100001 00100000 01110011 01101011 01101001 01101100 01101100 00101100 00100000 01101001 01110100 00100111 01110011 00100000 01100001 00100000 01101100 01101001 01100110 01100101 00100000 01100001 01101100 01110100 01100101 01110010 01101001 01101110 01100111 00100000 01100001 01100010 01101001 01101100 01101001 01110100 01111001 00101110 00001101 00001010 01000011 01101000 01100001 01101110 01100111 01100101 00100000 01101101 01111001 00100000 01101101 01101001 01101110 0110010018
-
Code review titles by year:
1990 - your code is using to much memory
1995 - your code is not running on window 95
2000 - your code is slow
2003 - your code don't have tests
2005 - your code is not 64 bit
2009 - your code is not using mvc patters
2010 - your code is not horizontal scalable
2011 - your code should be written in js
2015 - your code is not mobile ready
2020 - your code is racist24 -
I am building a website inspired by devrant but have never built a server network before, and as im still a student I have no industry experience to base a design on, so was hoping for any advice on what is important/ what I have fucked up in my plan.
The attached image is my currently planned design. Blue is for the main site, and is a cluster of app servers to handle any incoming requests.
Green is a subdomain to handle images, as I figured it would help with performance to have image uploads/downloads separated from the main webpage content. It also means I can keep cache servers and app servers separated.
Pink is internal stuff for logging and backups and probably some monitoring stuff too.
Purple is databases. One is dedicated for images, that way I can easily back them up or load them to a cache server, and the other is for normal user data and posts etc.
The brown proxy in the middle is sorta an internal proxy which the servers need to authenticate with to connect to, that way I can just open the database to the internal proxy, and deny all other requests, and then I can have as many app servers as I want and as long as they authenticate with the proxy, they can access the database without me changing any firewall rules. The other 2 proxies just distribute requests between the available servers in the pool.
Any advice would be greatly appreciated! Thanks in advanced :D13 -
In the way of learning java if you learn new concepts but not able to apply to you code how you deal with this type of new concepts7
-
encouraged by you beautiful folks i present my weekend doodle: a text2asciiart converter with cli commands and optional terminal responsiveness.
https://github.com/erroronline1/... if it matters4