• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 20:24
CET 01:24
KST 09:24
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team Liquid Map Contest #22 - Presented by Monster Energy5ByuL: The Forgotten Master of ZvT30Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13
Community News
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool30Weekly Cups (March 9-15): herO, Clem, ByuN win42026 KungFu Cup Announcement6BGE Stara Zagora 2026 cancelled12Blizzard Classic Cup - Tastosis announced as captains18
StarCraft 2
General
Potential Updates Coming to the SC2 CN Server Weekly Cups (March 2-8): ByuN overcomes PvT block Weekly Cups (August 25-31): Clem's Last Straw? Weekly Cups (March 9-15): herO, Clem, ByuN win Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool
Tourneys
RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament WardiTV Team League Season 10 KSL Week 87 [GSL CK] #2: Team Classic vs. Team Solar
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026]
External Content
The PondCast: SC2 News & Results Mutation # 517 Distant Threat Mutation # 516 Specter of Death Mutation # 515 Together Forever
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ ASL21 General Discussion Gypsy to Korea JaeDong's form before ASL BSL Season 22
Tourneys
[Megathread] Daily Proleagues [BSL22] Open Qualifiers & Ladder Tours Small VOD Thread 2.0 IPSL Spring 2026 is here!
Strategy
Simple Questions, Simple Answers Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates
Other Games
General Games
General RTS Discussion Thread Nintendo Switch Thread Path of Exile Stormgate/Frost Giant Megathread Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
G2 just beat GenG in First stand
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread Mexico's Drug War
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Movie Discussion! [Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
Formula 1 Discussion 2024 - 2026 Football Thread Tokyo Olympics 2021 Thread General nutrition recommendations Cricket [SPORT]
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Funny Nicknames
LUCKY_NOOB
Money Laundering In Video Ga…
TrAiDoS
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 4771 users

The Big Programming Thread - Page 749

Forum Index > General Forum
Post a Reply
Prev 1 747 748 749 750 751 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
teamamerica
Profile Blog Joined July 2010
United States958 Posts
Last Edited: 2016-08-04 07:17:05
August 04 2016 07:15 GMT
#14961
On August 03 2016 09:41 ShoCkeyy wrote:
NO! Learn Python, the market is asking for more Python developers all the sudden. As for RoR, the syntax and conventions are bizarre, if someone else need to pickup the RoR app it's overkill... Python on the other hand, is very similar to JS, Java, and some what C++


I don't understand where you're coming from here. I think it's really location dependent in terms of job market for Python. I've done python web programming in Flask and Django and I don't think it's any better then Rails - I think Rails has a lot going for it in a lot bundled in, many gems, and a decent market of RoR dev. For example when I was in socal I could find a lot of RoR job posting but less Python work. Now I'm in SF and there's a ton of both. Also the "Rails Tutorial" which has been mentioned here before I'm sure is, I think, a solid intro into web development as a whole. I'm ntot sure what conventions from Rails you consider bizarre?

Python sure has a lot of other uses outside web such as in data analysis/machine learning (scipy, numby, pyspark, theano, tensorflow bindings) nowadays though.

On August 03 2016 16:25 kanu_knl wrote:
Hi, I am building a database for a non-profit school and is looking for mysql hosting companies. Do you know any good one? Thanks alot.


I thought Dreamhost was pretty reliable when I was doing lamp stack stuff. I'd avoid using AWS minus maybe RDS b/c I don't think if you're asking this question you should run your own linux server and deal with backups to be frank.

What are you trying to make for this school out of curiosity?


On August 03 2016 00:53 Doodsmack wrote:
Show nested quote +
On July 23 2016 01:14 enigmaticcam wrote:
On July 22 2016 08:16 tofucake wrote:
On July 22 2016 02:36 Doodsmack wrote:
Are Microsoft SQL Server skills (including T-SQL obv) valuable and future-secure?

no

Good to know, and there will always be MSSQL jobs, but Linux servers are like 98% of the internet

That depends on how you use SQL server. Your typical DBA manages a SQL server mostly at an infrastructure level, which would all be proprietary to Microsoft. But at an application level, learning to collate data and understand how to talk to a database is absolutely relevant regardless of the language or implementation.

Also not all databases support internet based applications. There are a lot of internal applications in the corporate world that require a database layer, and SQL Server thrives there.


Thanks for the info all. I only have a basic understand of all this but what are some database technologies that may be used more for internet based applications (including cloud because I know there's Azure SQL). Are these technologies relational? I am learning T-SQL and feel pretty comfortable querying a relational db.


Some relational database (such as SQL server) plus a caching layer (for a lot of web companies, redis and memcache are often used to cache) can power a lot. Beyond just general fortune 500 business whose backend are powered by MSSQL/Oracle, some sites that come to mind are Stack Overflow and Plenty of Fish that have some public posts about their architecture.

+ Show Spoiler +

Some alternative relational databases you'll see mentioned a lot on the internet are MySQL (and it's corresponding forks MariaDB, Percona) and Postgres. These are relational db server that are suitable for a decently high throughput internet application and an OLTP workload.

All these databases support various levels of SQL standard and have different features but they all provide basic compatibility for a lot of CRUD functionality. For example SQL server supports materialized views which neither Postgres or MySQL do, and MySQL doesn't have stuff like common table expressions. "use the index luke" is a fun side to read some of their articles.

There's document DBs such as couchdb and mongo as Mantiou mentioned. Broadly, relational databases have support for...relations among tables with foreign keys. Document DBs focus on having large denormalized documents and don't support relations - in turn they tend to buy things such as maybe more scability, ease of multimaster setup. I've not used CouchDB but I've used mongodb and regret all the pain it's caused me to be honest - a lot of times we moved logic into app to deal with funky data. Since you mention TSQL I assume you're in .NET world - there is RavenDB there as a document DB.

Beyond that there are a wealth of other DB with different use cases you might run into all in one company. There's wide column stores such as Cassandra that will buy you very high write throughput and linear scalability across nodes but now you have to structure your data partitions. For example, Apple runs a very large Cassandra cluster - perhaps iMessage metadata per user. HBase is an alternative here.

There is the whole Hadoop ecosystem of HDFS, Hadoop, Hive, Presto, Drill etc - basically Hadoop map reduce and tools around quickly gaining insights out of that (so not everyone has to write their own map reduce jobs). You might run into this working in a lot of companies analytics pipelines, even normal bigco fortune 500 work now. In the analytics space you run into other proprietary column stores such as Vertica, Teradata, Hana which are optimized for OLAP analytics queries.


To some extent you can get away with only a single MySQL/Postgres instance and in my opinion knowing how to work well with relational data is super important base skill to have.

I've worked at 2 companies doing internet facing stuff and can share a bit about the technolgies they used

First company was just bigco and I worked in team that was responsibile for operation of main website where people bought products and paid bills:
1) Lots of oracle and MSSQL clusters that power various frontend web and desktop apps
2) Java datagrid as cache (Oracle coherence)
3) Some MySQL clusters for low throughput web apps, Varnish as caching in front of this.
4) DB2 instance
5) Teradata and Hadoop used for the analytics in the departments I knew about.
6) Elasticsearch for logging data clusters
7) Using berkeleydb ldap for some stuff

At other company (web facing)
1) User data in mongo (sadness)
2) Main system uses heavily cached mongo, cassandra for handling several k request/sec
3) Feed data via Kafka into Hive for analytics
4) Analytics rolled up into MySQL via jobs for report
RIP GOMTV. RIP PROLEAGUE.
Prillan
Profile Joined August 2011
Sweden350 Posts
August 04 2016 09:07 GMT
#14962
Great post!

I agree with the pain of using mongodb. I'm using it to store a lot of data from the dota2 api, and that's fine but as soon as I want to do something with it it's, well awful.
The query, "Delete everything (not in this list and older than 7 days)" is a pain to run. It got translated to 100 lines of python code because of limitations in mongo (2.6).

Also, postgresql does have support for materialized views https://www.postgresql.org/docs/9.5/static/rules-materializedviews.html

CREATE MATERIALIZED VIEW mymatview AS SELECT * FROM mytab;
REFRESH MATERIALIZED VIEW mymatview;

TheBB's sidekick, aligulac.com | "Reality is frequently inaccurate." - Douglas Adams
teamamerica
Profile Blog Joined July 2010
United States958 Posts
August 04 2016 19:17 GMT
#14963
On August 04 2016 18:07 Prillan wrote:
Great post!

I agree with the pain of using mongodb. I'm using it to store a lot of data from the dota2 api, and that's fine but as soon as I want to do something with it it's, well awful.
The query, "Delete everything (not in this list and older than 7 days)" is a pain to run. It got translated to 100 lines of python code because of limitations in mongo (2.6).

Also, postgresql does have support for materialized views https://www.postgresql.org/docs/9.5/static/rules-materializedviews.html

CREATE MATERIALIZED VIEW mymatview AS SELECT * FROM mytab;
REFRESH MATERIALIZED VIEW mymatview;



Good catch, thanks! What I meant to say is in MSSQL and Oracle you can have materialized views that are automatically updated when the backing tables change. In Postgres and MySQL you can do the same with triggers I suppose I just have never done it.
RIP GOMTV. RIP PROLEAGUE.
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
August 04 2016 20:27 GMT
#14964
On August 05 2016 04:17 teamamerica wrote:
Show nested quote +
On August 04 2016 18:07 Prillan wrote:
Great post!

I agree with the pain of using mongodb. I'm using it to store a lot of data from the dota2 api, and that's fine but as soon as I want to do something with it it's, well awful.
The query, "Delete everything (not in this list and older than 7 days)" is a pain to run. It got translated to 100 lines of python code because of limitations in mongo (2.6).

Also, postgresql does have support for materialized views https://www.postgresql.org/docs/9.5/static/rules-materializedviews.html

CREATE MATERIALIZED VIEW mymatview AS SELECT * FROM mytab;
REFRESH MATERIALIZED VIEW mymatview;



Good catch, thanks! What I meant to say is in MSSQL and Oracle you can have materialized views that are automatically updated when the backing tables change. In Postgres and MySQL you can do the same with triggers I suppose I just have never done it.


You can have regular views in postgres which act pretty much like aggregate queries and are always up to date.
Time is precious. Waste it wisely.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
August 04 2016 20:31 GMT
#14965
How is your math guys? I've found mine is lacking. Any suggestions how to improve? E.g. books to self-educate myself.
amazingxkcd
Profile Blog Joined September 2010
GRAND OLD AMERICA16375 Posts
August 04 2016 20:32 GMT
#14966
anyone had to implement netflix's Hsytrix?

https://github.com/Netflix/Hystrix
The world is burning and you rather be on this terrible website discussing video games and your shallow feelings
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2016-08-04 21:31:26
August 04 2016 21:05 GMT
#14967
On August 05 2016 05:31 Shield wrote:
How is your math guys? I've found mine is lacking. Any suggestions how to improve? E.g. books to self-educate myself.


Khan academy imo. Mine is good, I was pretty good at math through out high school, always two grades ahead in math than my peers. I know for Javascript, Algebra does wonders

On August 04 2016 16:15 teamamerica wrote:
Show nested quote +
On August 03 2016 09:41 ShoCkeyy wrote:
NO! Learn Python, the market is asking for more Python developers all the sudden. As for RoR, the syntax and conventions are bizarre, if someone else need to pickup the RoR app it's overkill... Python on the other hand, is very similar to JS, Java, and some what C++


I don't understand where you're coming from here. I think it's really location dependent in terms of job market for Python. I've done python web programming in Flask and Django and I don't think it's any better then Rails - I think Rails has a lot going for it in a lot bundled in, many gems, and a decent market of RoR dev. For example when I was in socal I could find a lot of RoR job posting but less Python work. Now I'm in SF and there's a ton of both. Also the "Rails Tutorial" which has been mentioned here before I'm sure is, I think, a solid intro into web development as a whole. I'm ntot sure what conventions from Rails you consider bizarre?

Python sure has a lot of other uses outside web such as in data analysis/machine learning (scipy, numby, pyspark, theano, tensorflow bindings) nowadays though.



If you're trying to say RoR is good for the gems, community, then why not just use Node? Which is 10x better at this point.

As for the conventions, devs often ignore learning conventions properly, and it creates a mess within apps. This is typical case when I used to find RoR developers, they ignore it because rails does a lot of magic.

http://stackoverflow.com/questions/441717/whats-wrong-with-magic
Life?
TheEmulator
Profile Blog Joined July 2010
28099 Posts
August 04 2016 21:20 GMT
#14968
I haven't checked out Khan academy in a while, but I think it stops at basic Uni calculus and linear algrebra? So if you haven't gone that far it's great, but otherwise it's a bit lacking.
Administrator
MtlGuitarist97
Profile Blog Joined July 2011
United States1539 Posts
August 04 2016 21:45 GMT
#14969
On August 05 2016 06:20 TheEmulator wrote:
I haven't checked out Khan academy in a while, but I think it stops at basic Uni calculus and linear algrebra? So if you haven't gone that far it's great, but otherwise it's a bit lacking.

It covers most math through the first two years of university in the states, for an average student. It's not a phenomenal resource, but considering it's free I'd say that it's still exceptional for >75% of people.
TheEmulator
Profile Blog Joined July 2010
28099 Posts
August 04 2016 21:47 GMT
#14970
Oh kk. I thought it just covered high school calc and some of uni calc I, then some basic linear stuff.
Administrator
MtlGuitarist97
Profile Blog Joined July 2011
United States1539 Posts
August 04 2016 21:51 GMT
#14971
On August 05 2016 06:47 TheEmulator wrote:
Oh kk. I thought it just covered high school calc and some of uni calc I, then some basic linear stuff.

Nah, it covers calculus through multivariable integration and some basic vector calculus. It also covers linear algebra and basic diffEqs. It basically covers the average engineer's mathematics sequence I think.
berated-
Profile Blog Joined February 2007
United States1134 Posts
August 05 2016 02:27 GMT
#14972
On August 05 2016 05:32 amazingxkcd wrote:
anyone had to implement netflix's Hsytrix?

https://github.com/Netflix/Hystrix



We use hystrix. If you're going to use it though and you're using it for http I'd suggest using feign though. It's all the good of hystrix but wrapped a bit nicer.
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
Last Edited: 2016-08-05 07:17:14
August 05 2016 07:15 GMT
#14973
On August 05 2016 06:05 ShoCkeyy wrote:
If you're trying to say RoR is good for the gems, community, then why not just use Node? Which is 10x better at this point.


Dude, but Node is JavaScript and JavaScript is:
a) bad
b) not something I'd feel comfortable running in the back-end



We've been checking various technologies at my company recently to switch out of PHP. Compiled pros and cons for most common things and what cracked me was the consensus for 2 things among 90% of our developers:
1. Main JS con: JavaScript
2. Main Java con: Java

Time is precious. Waste it wisely.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
August 05 2016 07:31 GMT
#14974
On August 05 2016 16:15 Manit0u wrote:
Show nested quote +
On August 05 2016 06:05 ShoCkeyy wrote:
If you're trying to say RoR is good for the gems, community, then why not just use Node? Which is 10x better at this point.


Dude, but Node is JavaScript and JavaScript is:
a) bad
b) not something I'd feel comfortable running in the back-end



We've been checking various technologies at my company recently to switch out of PHP. Compiled pros and cons for most common things and what cracked me was the consensus for 2 things among 90% of our developers:
1. Main JS con: JavaScript
2. Main Java con: Java


Why are your developers this stupid (I don't know how not stupid your developers are, except for that 55 year old intern who "downloaded a bunch of zipfiles" from github). I can understand the "Main JS con: JavaScript" but "Main Java con: Java" is plain bs.

Anyway, ask your developers what Main Scala con is. Or Main Python con. Or Main Golang con.
"windows bash is a steaming heap of shit" tofucake
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2016-08-05 07:59:17
August 05 2016 07:50 GMT
#14975
--- Nuked ---
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
Last Edited: 2016-08-05 10:56:39
August 05 2016 10:49 GMT
#14976
On August 05 2016 16:31 Djagulingu wrote:
Show nested quote +
On August 05 2016 16:15 Manit0u wrote:
On August 05 2016 06:05 ShoCkeyy wrote:
If you're trying to say RoR is good for the gems, community, then why not just use Node? Which is 10x better at this point.


Dude, but Node is JavaScript and JavaScript is:
a) bad
b) not something I'd feel comfortable running in the back-end



We've been checking various technologies at my company recently to switch out of PHP. Compiled pros and cons for most common things and what cracked me was the consensus for 2 things among 90% of our developers:
1. Main JS con: JavaScript
2. Main Java con: Java


Why are your developers this stupid (I don't know how not stupid your developers are, except for that 55 year old intern who "downloaded a bunch of zipfiles" from github). I can understand the "Main JS con: JavaScript" but "Main Java con: Java" is plain bs.

Anyway, ask your developers what Main Scala con is. Or Main Python con. Or Main Golang con.


We tried Java in one project and no one liked it. Also, why would you use Java if you can use Scala, Clojure, JRuby, Jython or anything else that compiles to Java bytecode, can run on JVM and gives you access to all of Java without the horrible thing that is Java itself?

Edit: A bit further explanation...

I've been trying to get into Java for years now (off and on) and I simply can't do it. I mean, I could code in it if I was forced to, but it would give me 0 pleasure and my mindset is that I do what I do because it's fun and I like it (earning money is just a byproduct of doing something I'd be doing anyway). Java is no fun for me, it would feel like work...
Time is precious. Waste it wisely.
tofucake
Profile Blog Joined October 2009
Hyrule19196 Posts
August 05 2016 12:42 GMT
#14977
JS isn't bad, it's actually amazing. But it's bad for backend. Java is also bad for web but not bad intrinsically.
Liquipediaasante sana squash banana
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
August 05 2016 12:52 GMT
#14978
--- Nuked ---
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2016-08-05 13:29:31
August 05 2016 12:55 GMT
#14979
Yes, if you say it's bad, then you're not using JavaScript correctly. While it does have its issues, it has come a long way. Never ever use it for math that's for damn sure.
Life?
Manit0u
Profile Blog Joined August 2004
Poland17695 Posts
Last Edited: 2016-08-05 13:51:15
August 05 2016 13:50 GMT
#14980
On August 05 2016 21:55 ShoCkeyy wrote:
Yes, if you say it's bad, then you're not using JavaScript correctly. While it does have its issues, it has come a long way. Never ever use it for math that's for damn sure.


Don't forget about Date, which isn't even consistent across browsers.
Time is precious. Waste it wisely.
Prev 1 747 748 749 750 751 1032 Next
Please log in or register to reply.
Live Events Refresh
The PiG Daily
22:00
Best Games of SC
Solar vs ByuN
MaxPax vs Solar
Rogue vs Percival
Cure vs Solar
herO vs Solar
PiGStarcraft465
LiquipediaDiscussion
BSL
20:00
S22 - Ladder Tour #2
LiquipediaDiscussion
LAN Event
16:30
StarCraft Madness
Airneanach33
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft465
elazer 198
SpeCial 150
Nina 85
Ketroc 65
Codebar 19
StarCraft: Brood War
Shuttle 519
Dota 2
monkeys_forever481
League of Legends
JimRising 523
Super Smash Bros
AZ_Axe206
Heroes of the Storm
Khaldor264
Other Games
Grubby4021
ceh9547
byalli272
ViBE97
Mew2King66
Trikslyr63
Organizations
Other Games
gamesdonequick1105
Dota 2
PGL Dota 2 - Main Stream119
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• Adnapsc2 13
• mYiSmile111
• davetesta6
• LaughNgamezSOOP
• sooper7s
• AfreecaTV YouTube
• intothetv
• Migwel
• Kozan
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota21991
League of Legends
• Doublelift3471
Other Games
• imaqtpie1126
• WagamamaTV433
Upcoming Events
RSL Revival
9h 36m
herO vs MaxPax
Rogue vs TriGGeR
BSL
19h 36m
Replay Cast
23h 36m
Replay Cast
1d 8h
Afreeca Starleague
1d 9h
Sharp vs Scan
Rain vs Mong
Wardi Open
1d 11h
Monday Night Weeklies
1d 16h
Sparkling Tuna Cup
2 days
Afreeca Starleague
2 days
Soulkey vs Ample
JyJ vs sSak
Replay Cast
3 days
[ Show More ]
Afreeca Starleague
3 days
hero vs YSC
Larva vs Shine
Kung Fu Cup
3 days
Replay Cast
3 days
KCM Race Survival
4 days
The PondCast
4 days
WardiTV Team League
4 days
Replay Cast
4 days
WardiTV Team League
5 days
RSL Revival
6 days
Cure vs Zoun
WardiTV Team League
6 days
BSL
6 days
Liquipedia Results

Completed

Jeongseon Sooper Cup
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
BSL Season 22
CSL Elite League 2026
RSL Revival: Season 4
Nations Cup 2026
NationLESS Cup
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
CSL 2026 SPRING (S20)
CSL Season 20: Qualifier 1
Acropolis #4
IPSL Spring 2026
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.