Learning

czc

Thread Killer Mk VIII
I've been doing some Python courses on Coursera. Once I finish this next one I'll be done with that.

What can I do next? What can I learn next.

I was thinking C#, I've seen that mentioned a few times here. Seems to be used for games?

Ideally I'd like to make something useful. I don't know if I can do that with python.
 
I've been doing some Python courses on Coursera. Once I finish this next one I'll be done with that.

What can I do next? What can I learn next.

I was thinking C#, I've seen that mentioned a few times here. Seems to be used for games?

Ideally I'd like to make something useful. I don't know if I can do that with python.

Hey riff.
You can do anything useful in almost all programming languages. It just finding that application that will drive you to program everyday.

I'm currently doing C# this year and its rather fun at the moment.Check out Java programming as well, seemed to help me grasp Form creation, but most languages you can learn it as well.

Do some extra stuff as well, like:
HTML
CSS
JavaScript

Don't feel scared about taking multiple languages, as the loops (for,do,etc) are the same just the way you call objects or make use of functions(Syntax) are different but interesting.


Checked the link you posted, it'll be an interesting course, just perhaps also read up on 1st Normal form, 2nd normal form and 3rd normal form (That's if they don't cover that in that course).
 
Last edited:
I've been doing some Python courses on Coursera. Once I finish this next one I'll be done with that.

What can I do next? What can I learn next.

I was thinking C#, I've seen that mentioned a few times here. Seems to be used for games?

Ideally I'd like to make something useful. I don't know if I can do that with python.

JavaScript. Trust me - it's set to grow immensely in enterprises over the coming years. Just read up a bit on Node.js - I'm currently building a project in it and it fortifies my love for JavaScript even more. While you're at it, look into the complete MEAN stack of technologies - MongoDB, Express, Angular, Node.js. The good thing about that stack? It's all JavaScript! So you'll be able to build a fully-fledged web application using just one language (and a bit of HTML and CSS knowledge).

I've been a C# engineer for more than a decade now and it's becoming a bit stale in my opinion. I've also been involved in Java for more than a year now and it's just more of the same. Seriously - the differences between C# and Java are few and far between. Learn the one stack and you'll easily be able to transition to the other. But Node.js is really something special... :love:

I wish there was a structured CPD (continuous professional development) process in software engineering that would force developers to continue learning. It would do wonders for industry and will make sure that you can appoint senior guys and make sure they're up to speed with current technologies and trends. I try and keep my team up to date with the latest happenings, hence me following the hack.summit() 2016 the past 2 days. It really is very insightful hearing the presentations from the industry bigwigs.
 
Hey riff.
You can do anything useful in almost all programming languages. It just finding that application that will drive you to program everyday.

I'm currently doing C# this year and its rather fun at the moment.Check out Java programming as well, seemed to help me grasp Form creation, but most languages you can learn it as well.

Do some extra stuff as well, like:
HTML
CSS
JavaScript

Don't feel scared about taking multiple languages, as the loops (for,do,etc) are the same just the way you call objects or make use of functions(Syntax) are different but interesting.


Checked the link you posted, it'll be an interesting course, just perhaps also read up on 1st Normal form, 2nd normal form and 3rd normal form (That's if they don't cover that in that course).

Hey Archie, thanks for the response. Yeah I've noticed that loops are quite important.

Will experiment a bit more.

How is your game going.

JavaScript. Trust me - it's set to grow immensely in enterprises over the coming years. Just read up a bit on Node.js - I'm currently building a project in it and it fortifies my love for JavaScript even more. While you're at it, look into the complete MEAN stack of technologies - MongoDB, Express, Angular, Node.js. The good thing about that stack? It's all JavaScript! So you'll be able to build a fully-fledged web application using just one language (and a bit of HTML and CSS knowledge).

I've been a C# engineer for more than a decade now and it's becoming a bit stale in my opinion. I've also been involved in Java for more than a year now and it's just more of the same. Seriously - the differences between C# and Java are few and far between. Learn the one stack and you'll easily be able to transition to the other. But Node.js is really something special... :love:

I wish there was a structured CPD (continuous professional development) process in software engineering that would force developers to continue learning. It would do wonders for industry and will make sure that you can appoint senior guys and make sure they're up to speed with current technologies and trends. I try and keep my team up to date with the latest happenings, hence me following the hack.summit() 2016 the past 2 days. It really is very insightful hearing the presentations from the industry bigwigs.

As above I'll experiment and check it out.

Didn't [MENTION=2226]InSanity[/MENTION] post a video in TK about MongoDB vs MySql?
[MENTION=20]Solitude[/MENTION] where is your input? :p
 
[MENTION=297]FarligOpptreden[/MENTION] beat me to it. Node.js is an awesome skill to have and the MEAN stack is VERY handy.

Also look into Ruby / Ruby on Rails integration with MongoDB
 
Hey Archie, thanks for the response. Yeah I've noticed that loops are quite important.

Will experiment a bit more.

How is your game going.



As above I'll experiment and check it out.

Didn't <!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
@<b><a href="http://mygaming.co.za/forum/member.php?u=2226" target="_blank">InSanity</a></b>
<!-- END TEMPLATE: dbtech_usertag_mention --> post a video in TK about MongoDB vs MySql?
<!-- BEGIN TEMPLATE: dbtech_usertag_mention -->
@<b><a href="http://mygaming.co.za/forum/member.php?u=20" target="_blank">Solitude</a></b>
<!-- END TEMPLATE: dbtech_usertag_mention --> where is your input? :p

yip this one
:D
 
I've been doing some Python courses on Coursera. Once I finish this next one I'll be done with that.

What can I do next? What can I learn next.

I was thinking C#, I've seen that mentioned a few times here. Seems to be used for games?

Ideally I'd like to make something useful. I don't know if I can do that with python.

Find out what you want to do exactly, then do some research to find out what languages and api would best suite the needs of your intended project, then learn those.
 
I was/am interested in learning a language, I have done the Codecadamy html / javascript courses, the thing for me is that those just make you print text out and do different things with it, I want to learn by making an actual application, so you can actually see the work your doing taking effect. Making if /else text based "games" gets boring pretty quickly.

I believe the only way to be motivated to carry on learning is to make something you want to make
 
I was/am interested in learning a language, I have done the Codecadamy html / javascript courses, the thing for me is that those just make you print text out and do different things with it, I want to learn by making an actual application, so you can actually see the work your doing taking effect. Making if /else text based "games" gets boring pretty quickly.

I believe the only way to be motivated to carry on learning is to make something you want to make

there is a big demand in the industry for html/javascript with java/C# background. Everyone wants a new html 5 website.
 
Didn't [MENTION=2226]InSanity[/MENTION] post a video in TK about MongoDB vs MySql?
Look, I've worked with Microsoft SQL Server, MySQL, Oracle and PostgreSQL in total now for 11 odd years (production experience, excluding studies) and I'm astounded at the versatility and SPEED that MongoDB offers. I'm buying into the NoSQL movement wholeheartedly as I can see the benefits it has for developers and support technicians in the long run.

Remember that MongoDB is fairly new technology, but it's being backed by industry giants currently. Many of the initials issues it had has been ironed out (like database-wide write locks, now down to collection or document-level locks) and they even started implementing features that will make traditional RDBMS fans feel more at home, like "joins" ($lookup) and references (DBRefs).

In essence the 2 technologies only have one feature or use in common: persisting data. The ways in which they operate differ wildly so it is futile comparing the 2 technologies. Heck, it's even futile comparing SQL vs NoSQL databases - this are just too different from one another. What I do agree with [MENTION=2226]InSanity[/MENTION] with is that it is situational, as is the case with any piece of technology. In environments where you need high performance (think high transaction volume web applications or transaction engines), have highly volatile data structures (workflow systems are a great example) and would benefit from implementing only one programming language in your application stack (in this case JavaScript), MongoDB is almost the default choice.

I'm a huge JavaScript fan and evangelist, but I don't think that makes my opinion biased at all. In contrast, I've been a fan of Microsoft's stack of technologies (Windows, ASP.NET, MSSQL, IIS - let's see if the term WAMI can take off) for my whole career and with recent experience in the Oracle stack (Linux / Unix, Java EE, Oracle, Glassfish) I've also become a fan thereof. With each of those stacks, you typically end up developing in 3 languages when you build a modern, rich web application: C#, T-SQL and Javascript; or Java, PL/SQL and JavaScript. The MEAN stack reduces that to a single language: JavaScript.

I'd really urge you to follow the current development trends in the industry and notice how large corporates are adopting the MEAN stack. I followed the hack.summit() 2016 this week and was surprised to see how industry giants like Microsoft, IBM, PayPal and SAP are all buying into, supporting and improving Node.js. Just browse through MongoDB's site to see how many tech companies have already adopted the platform in just the last 2 years (E-bay, LinkedIn, Adobe, EA, New York Times, etc). Now is the ideal time to jump on the JavaScript bandwagon - it's set to make big waves in the industry in the next couple of years and it will finally break the stigma that it's only useful for validating input fields on a web form. :p
 
Look, I've worked with Microsoft SQL Server, MySQL, Oracle and PostgreSQL in total now for 11 odd years (production experience, excluding studies) and I'm astounded at the versatility and SPEED that MongoDB offers. I'm buying into the NoSQL movement wholeheartedly as I can see the benefits it has for developers and support technicians in the long run.

Remember that MongoDB is fairly new technology, but it's being backed by industry giants currently. Many of the initials issues it had has been ironed out (like database-wide write locks, now down to collection or document-level locks) and they even started implementing features that will make traditional RDBMS fans feel more at home, like "joins" ($lookup) and references (DBRefs).

In essence the 2 technologies only have one feature or use in common: persisting data. The ways in which they operate differ wildly so it is futile comparing the 2 technologies. Heck, it's even futile comparing SQL vs NoSQL databases - this are just too different from one another. What I do agree with [MENTION=2226]InSanity[/MENTION] with is that it is situational, as is the case with any piece of technology. In environments where you need high performance (think high transaction volume web applications or transaction engines), have highly volatile data structures (workflow systems are a great example) and would benefit from implementing only one programming language in your application stack (in this case JavaScript), MongoDB is almost the default choice.

I'm a huge JavaScript fan and evangelist, but I don't think that makes my opinion biased at all. In contrast, I've been a fan of Microsoft's stack of technologies (Windows, ASP.NET, MSSQL, IIS - let's see if the term WAMI can take off) for my whole career and with recent experience in the Oracle stack (Linux / Unix, Java EE, Oracle, Glassfish) I've also become a fan thereof. With each of those stacks, you typically end up developing in 3 languages when you build a modern, rich web application: C#, T-SQL and Javascript; or Java, PL/SQL and JavaScript. The MEAN stack reduces that to a single language: JavaScript.

I'd really urge you to follow the current development trends in the industry and notice how large corporates are adopting the MEAN stack. I followed the hack.summit() 2016 this week and was surprised to see how industry giants like Microsoft, IBM, PayPal and SAP are all buying into, supporting and improving Node.js. Just browse through MongoDB's site to see how many tech companies have already adopted the platform in just the last 2 years (E-bay, LinkedIn, Adobe, EA, New York Times, etc). Now is the ideal time to jump on the JavaScript bandwagon - it's set to make big waves in the industry in the next couple of years and it will finally break the stigma that it's only useful for validating input fields on a web form. :p

Dont get me wrong i love NoSql methodology(hadoop, big Data, mongo etc) I just loved that video, the problem is it will never replace RDBMS but its not meant to like you said they are completely separate tools which have their benefits in individual situations, they actually work really well together, I found that video after i had a friend sit and argue with me that NoSql can replace RDBMS, he was basically insinuating RDBMS is dead tech which is complete bs... problem with Devs is every dev nowadays wants a silver bullet and often people latch onto the first tool that comes across their path and because its the best for their situation they immediately put it on a pedastel and everything else becoems trash
 
Dont get me wrong i love NoSql methodology(hadoop, big Data, mongo etc) I just loved that video, the problem is it will never replace RDBMS but its not meant to like you said they are completely separate tools which have their benefits in individual situations, they actually work really well together, I found that video after i had a friend sit and argue with me that NoSql can replace RDBMS, he was basically insinuating RDBMS is dead tech which is complete bs... problem with Devs is every dev nowadays wants a silver bullet and often people latch onto the first tool that comes across their path and because its the best for their situation they immediately put it on a pedastel and everything else becoems trash

Why is it a problem if it doesn't replace RBDMS? I'm not saying RDBMS will ever go away. If anything, I believe NoSQL will incite a bit of innovation in the RDBMS scene. Just look at XML types being applied to RDBMS environments (MSSQL and Oracle specifically) - it gives you a good balance between relational data and unstructured data stored in XML. It's just a shame that XQuery and the like are a bit too slow to warrant full transactional processing on such schemas, despite my love for XPath and FLWOR expressions. :p

Due to my intent on building every system I can to be as configurable as possible, unstructured data features highly on my list of priorities when choosing a storage platform. NoSQL just happens to fit the mould perfectly and MongoDB is right there at the forefront, driving the approach forward.
 
there is a big demand in the industry for html/javascript with java/C# background. Everyone wants a new html 5 website.

Just to clarify: Neither C#, Java nor JavaScript makes your website "HTML5". It's all about semantic tags and content and using the new features the specification provides to your advantage. HTML5 sites are often built in conjunction with CSS3 and JavaScript (and any combination of the hundreds of libraries and frameworks out there), but in essence HTML5 is just a revision of the HTML specification.
 
Why is it a problem if it doesn't replace RBDMS? I'm not saying RDBMS will ever go away. If anything, I believe NoSQL will incite a bit of innovation in the RDBMS scene. Just look at XML types being applied to RDBMS environments (MSSQL and Oracle specifically) - it gives you a good balance between relational data and unstructured data stored in XML. It's just a shame that XQuery and the like are a bit too slow to warrant full transactional processing on such schemas, despite my love for XPath and FLWOR expressions. :p

Due to my intent on building every system I can to be as configurable as possible, unstructured data features highly on my list of priorities when choosing a storage platform. NoSQL just happens to fit the mould perfectly and MongoDB is right there at the forefront, driving the approach forward.

maybe bad choice of words its not a problem i'm a SQL Dev so for my sake they better not fully replace RDBMS systems :D as for the innovation there already is a lot in things like SQL for example we use a fire and forget SB approach which is very Similiar to a NoSql approach. But Non structured data as with structured data has its pros and cons hence why just saying one is better then the other will never work they are always situational
 
... problem with Devs is every dev nowadays wants a silver bullet and often people latch onto the first tool that comes across their path and because its the best for their situation they immediately put it on a pedastel and everything else becoems trash

Very very common problem that... It's kinda the "if all you have is a hammer, everything looks like a nail" thing. My approach is always "right tool for the job"; The problem is that just because you can do something doesn't mean you should. One example I have seen is a database being created to store application settings where a simple config/ini file or even the registry would have sufficed. Other examples is poor usage of SOAP/XML messages where instead of only sending the relevant data for a record, all data for a record would be sent (1-2MB per transaction) where sending ONLY the relevant information would have resulted in a 50-100KB message being sent...the list goes on.

and my personal favourite that I just have to slot in here...sending passwords UNENCRYPTED in plain text over the internet
 
Just to clarify: Neither C#, Java nor JavaScript makes your website "HTML5". It's all about semantic tags and content and using the new features the specification provides to your advantage. HTML5 sites are often built in conjunction with CSS3 and JavaScript (and any combination of the hundreds of libraries and frameworks out there), but in essence HTML5 is just a revision of the HTML specification.

fully agree try getting html5 working on richface 3.3 does not work very nicely but all the backend are built on a seam framework and they just want to use the nuwe nice html. I hate when we have very short timeframes to implement stuff.
 
Other examples is poor usage of SOAP/XML messages where instead of only sending the relevant data for a record, all data for a record would be sent (1-2MB per transaction) where sending ONLY the relevant information would have resulted in a 50-100KB message being sent...
...that's why REST was proposed to get rid of the inflated, ugly bloat of SOAP. But I agree, only send and receive what is necessary, unless you're building a standard API for a system. The problem with inflated message bodies is probably that the applications were built using a SOA approach. In my year-long experience at a telco I saw services become ugly and inflated, due to deprecated objects and properties still forming part of requests. When I had the opportunity to implement REST services, I did, and it made a world of difference to the traffic on the servers. All the web apps I build all subscribe to a proper REST standard, with the appropriate content being returned based on the request method and mime type being requested: JSON-serialised objects for application/json, XML-serialised objects for text/xml and full or partial views for text/html.
 
...that's why REST was proposed to get rid of the inflated, ugly bloat of SOAP. But I agree, only send and receive what is necessary, unless you're building a standard API for a system. The problem with inflated message bodies is probably that the applications were built using a SOA approach. In my year-long experience at a telco I saw services become ugly and inflated, due to deprecated objects and properties still forming part of requests. When I had the opportunity to implement REST services, I did, and it made a world of difference to the traffic on the servers. All the web apps I build all subscribe to a proper REST standard, with the appropriate content being returned based on the request method and mime type being requested: JSON-serialised objects for application/json, XML-serialised objects for text/xml and full or partial views for text/html.

i wish we could do rest. so much more fun
 
Back
Top