• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 22:00
CET 04:00
KST 12:00
  • 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
TL.net Map Contest #21: Winners10Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
StarCraft, SC2, HotS, WC3, Returning to Blizzcon!41$5,000+ WardiTV 2025 Championship6[BSL21] RO32 Group Stage4Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win10
StarCraft 2
General
StarCraft, SC2, HotS, WC3, Returning to Blizzcon! Mech is the composition that needs teleportation t TL.net Map Contest #21: Winners Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win RotterdaM "Serral is the GOAT, and it's not close"
Tourneys
Constellation Cup - Main Event - Stellar Fest $5,000+ WardiTV 2025 Championship Sparkling Tuna Cup - Weekly Open Tournament Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
BW General Discussion [ASL20] Ask the mapmakers — Drop your questions [BSL21] RO32 Group Stage BGH Auto Balance -> http://bghmmr.eu/ SnOw's ASL S20 Finals Review
Tourneys
[BSL21] RO32 Group A - Saturday 21:00 CET [ASL20] Grand Finals [Megathread] Daily Proleagues [BSL21] RO32 Group B - Sunday 21:00 CET
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Path of Exile Should offensive tower rushing be viable in RTS games? Dawn of War IV
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
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
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread Dating: How's your luck?
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Learning my new SC2 hotkey…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 991 users

The Big Programming Thread - Page 748

Forum Index > General Forum
Post a Reply
Prev 1 746 747 748 749 750 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.
Manit0u
Profile Blog Joined August 2004
Poland17421 Posts
August 02 2016 21:54 GMT
#14941
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.


If you really want to get into databases, you should really look into some NoSQL stuff. Most modern systems use more than one db and it's usually NoSQL stuff for caching etc.

Things of interest:
H2 - in-memory db's in the Java world
CouchDB - amazing thing for storing documents
Neo4j - if you need graphs, you don't have to look any further
MongoDB/Redis - your usual cache layer
Time is precious. Waste it wisely.
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2016-08-02 22:09:59
August 02 2016 22:05 GMT
#14942
On August 01 2016 14:59 Djagulingu wrote:
Show nested quote +
On July 30 2016 18:17 Manit0u wrote:
On July 30 2016 06:11 Djagulingu wrote:
Anybody here has experience with OAuth2? Can anyone suggest me resources for that shit?


Isn't that sufficient? There are ready-made libraries for that.

http://oauth.net/2/

Do you need help with anything specific pertaining to this?

Didn't even know that this thing existed.

One more question to the vast amount of good programmers in TL: (How) can I build https without having a domain name first? For testing purposes, that is.


If you're running Mac - this is probably the easiest way:

https://gist.github.com/jonathantneal/774e4b0b3d4d739cbc53

On August 02 2016 13:42 Nyxisto wrote:
What are the opinions about Go around here?


Bank of America uses .GO from what I can tell.
Life?
Manit0u
Profile Blog Joined August 2004
Poland17421 Posts
Last Edited: 2016-08-03 08:14:29
August 02 2016 22:10 GMT
#14943
On a side note, I really need to vent off some steam...

Had a slow day at work, then, all of the sudden the bossman approaches me and is like "Hey Chris! Could you take look at this file? This other dude tried to do a merge of two versions of the product and got some massive conflicts to resolve so we're looking for another pair of eyes to go through it." I didn't have anything better to do so I went to it...

Welcome to 11063 lines of nightmare code that's accumulated a lot of shit over countless careless merges. Holy fuck, the things I've seen, the torment I had to endure...

Basically, we have to support this legacy product (~10 years old) until the end of the year. We're developing bugfixes on PHP 5.6+, it's tested on PHP 5.3 and the client's servers run PHP 5.2 (fucking government can't afford any decent administrators). There are no unit tests for it or anything and the code has been transferred from svn to git some years ago...

Anyway, just to name a few things I've encountered:

if (something) {
} else {
// 400 lines of code
}

- this was pretty common


if (something) {
// 200+ lines of code in the lines of
// if
// foreach
// if
// foreach
// foreach
// if
} else {
return;
}

- also common


if (isset(something) {
if (isset(same_thing) { // checking twice to be sure
// code
}
}

- why?


foreach (something) {
$var = // insert expensive db queries here
}

$new_var = $var;
unset($new_var);

// obviously, do nothing with $var any more

- mindboggling...


// 100 lines of code
return;
// 200 lines of code

- lazy...


if (something || 1) {
// code
}

- extra lazy (and hard to spot)


foreach($var as $key_a => $a) {
foreach($var2 as $key_aa => $ae {
// code
}
}

- naming things is hard...

I can't even count the number of unused variables and objects being instantiated for no reason.
Other offensive stuff:
- db select generation and html generation inside of controller (js too, because why not?)
- html with styles, classes and everything as associative array keys (my eyes bled)

My casual commit after a day's work with this crap:
2379 additions and 2984 deletions... (that's lines of code for the uninitiated)

Fucking hell.
Time is precious. Waste it wisely.
TheEmulator
Profile Blog Joined July 2010
28092 Posts
Last Edited: 2016-08-02 22:16:46
August 02 2016 22:16 GMT
#14944
Crap like that is why I mostly program as a hobby although I've been thinking of legitimately going into the industry lately. But you just scared me Manitou
Administrator
Manit0u
Profile Blog Joined August 2004
Poland17421 Posts
August 02 2016 22:18 GMT
#14945
On August 03 2016 07:16 TheEmulator wrote:
Crap like that is why I mostly program as a hobby although I've been thinking of legitimately going into the industry lately. But you just scared me Manitou


Working with legacy software is hell. I can tell you that much...
Time is precious. Waste it wisely.
Birdie
Profile Blog Joined August 2007
New Zealand4438 Posts
August 02 2016 22:19 GMT
#14946
On August 03 2016 07:16 TheEmulator wrote:
Crap like that is why I mostly program as a hobby although I've been thinking of legitimately going into the industry lately. But you just scared me Manitou

It's definitely not all like that.
Red classic | A butterfly dreamed he was Zhuangzi | 4.5k, heading to 5k as support!
TheEmulator
Profile Blog Joined July 2010
28092 Posts
August 02 2016 22:20 GMT
#14947
On August 03 2016 07:19 Birdie wrote:
Show nested quote +
On August 03 2016 07:16 TheEmulator wrote:
Crap like that is why I mostly program as a hobby although I've been thinking of legitimately going into the industry lately. But you just scared me Manitou

It's definitely not all like that.

Yea I know. I'm only being half serious with my post.
Administrator
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
August 02 2016 22:26 GMT
#14948
Well Manit0u, at least you fixed it! But yea, I hate waste, do people like just go in and start writing now a days w.o a plan? Lol...
Life?
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
August 02 2016 23:14 GMT
#14949
You definitely need code reviews.
Manit0u
Profile Blog Joined August 2004
Poland17421 Posts
Last Edited: 2016-08-03 00:18:18
August 03 2016 00:14 GMT
#14950
On August 03 2016 08:14 Shield wrote:
You definitely need code reviews.


Definitely. I simply don't understand how people can not care at all. I mean, I know that you can fix the issue by just adding "||1" to the if condition, but why do it this way and get people mad later down the line?

We seriously need more people like Matt Patterson (and I need more Ruby, I'm in love with it right now).
Time is precious. Waste it wisely.
TheEmulator
Profile Blog Joined July 2010
28092 Posts
August 03 2016 00:26 GMT
#14951
Being a Ruby on Rails developer would be fairly chill tbh.
Administrator
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
August 03 2016 00:41 GMT
#14952
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++
Life?
TheEmulator
Profile Blog Joined July 2010
28092 Posts
August 03 2016 00:50 GMT
#14953
Well I've never used Ruby/RoR before, it just looks like it has a strong community and lots of opportunites. My main language is Python and I've messed around with Django a bit so if that's on the up I guess I'm in a good spot.
Administrator
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
Last Edited: 2016-08-03 00:53:43
August 03 2016 00:53 GMT
#14954
Actually, thinking about it, my company is currently looking for a Data Engineer (1-3 years of software dev experience, 1+ year of heavy data sets experience). If anybody is interested, send me a PM!
Life?
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
August 03 2016 03:29 GMT
#14955
Out of curiosity what are heavy data sets? Do you just mean like 50% of your job experience should have been data sets? Where can I read more about how data sets apply to modern software? I learned about them in school, but I've never really seen them mentioned much outside of it.

Also, you should mention where you are located. America vs. Turkey is a big difference.
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
August 03 2016 04:24 GMT
#14956
Just large databases - usually meta data, info on users, being able to create reports out of these data sets. Also location doesn't matter - I mean preferably in the U.S, but location really doesn't matter as long as you have the skills.
Life?
WarSame
Profile Blog Joined February 2010
Canada1950 Posts
August 03 2016 04:41 GMT
#14957
I don't fit your criteria either way but that sounds super interesting! I was thinking of looking into that a while ago. Do you recommend any specific books?
Can it be I stayed away too long? Did you miss these rhymes while I was gone?
kanu_knl
Profile Joined July 2008
United States83 Posts
Last Edited: 2016-08-03 07:25:57
August 03 2016 07:25 GMT
#14958
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.
Manit0u
Profile Blog Joined August 2004
Poland17421 Posts
August 03 2016 08:16 GMT
#14959
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.


Just use Amazon AWS?
Time is precious. Waste it wisely.
ShoCkeyy
Profile Blog Joined July 2008
7815 Posts
August 03 2016 16:18 GMT
#14960
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.


Namecheap.com - It's good enough for starting, they sponsor TL, and are decently priced for nonprofit to maintain.
Life?
Prev 1 746 747 748 749 750 1032 Next
Please log in or register to reply.
Live Events Refresh
Replay Cast
23:00
PiGosaur Cup #55
Liquipedia
BSL 21
20:00
ProLeague - RO32 Group A
Gosudark vs Kyrie
Gypsy vs OyAji
UltrA vs Radley
Dandy vs Ptak
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RuFF_SC2 129
StarCraft: Brood War
Britney 20637
Sea 1806
NaDa 68
Noble 45
Dota 2
monkeys_forever460
NeuroSwarm96
League of Legends
JimRising 604
Heroes of the Storm
Khaldor141
Other Games
tarik_tv10367
summit1g9517
ViBE44
goatrope34
Models1
Organizations
Other Games
gamesdonequick617
Counter-Strike
PGL119
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• Hupsaiya 171
• davetesta9
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota21604
Upcoming Events
Sparkling Tuna Cup
7h
WardiTV Korean Royale
9h
LAN Event
12h
ByuN vs Zoun
TBD vs TriGGeR
Clem vs TBD
IPSL
15h
JDConan vs WIZARD
WolFix vs Cross
BSL 21
17h
spx vs rasowy
HBO vs KameZerg
Cross vs Razz
dxtr13 vs ZZZero
Replay Cast
1d 6h
Wardi Open
1d 9h
WardiTV Korean Royale
2 days
Replay Cast
3 days
Kung Fu Cup
3 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
[ Show More ]
Tenacious Turtle Tussle
3 days
The PondCast
4 days
RSL Revival
4 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
4 days
WardiTV Korean Royale
4 days
RSL Revival
5 days
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
5 days
CranKy Ducklings
6 days
RSL Revival
6 days
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
6 days
BSL 21
6 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
Stellar Fest: Constellation Cup
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
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 © 2025 TLnet. All Rights Reserved.