- My Forums
- Tiger Rant
- LSU Recruiting
- SEC Rant
- Saints Talk
- Pelicans Talk
- More Sports Board
- Fantasy Sports
- Golf Board
- Soccer Board
- O-T Lounge
- Tech Board
- Home/Garden Board
- Outdoor Board
- Health/Fitness Board
- Movie/TV Board
- Book Board
- Music Board
- Political Talk
- Money Talk
- Fark Board
- Gaming Board
- Travel Board
- Food/Drink Board
- Ticket Exchange
- TD Help Board
Customize My Forums- View All Forums
- Show Left Links
- Topic Sort Options
- Trending Topics
- Recent Topics
- Active Topics
Started By
Message
Programmers..
Posted on 10/29/19 at 3:22 pm
Posted on 10/29/19 at 3:22 pm
Any on here?
What are some things you have developed and what programming language did you use?
I'm all about .NET right now but trying to learn some python.
What are some things you have developed and what programming language did you use?
I'm all about .NET right now but trying to learn some python.
Posted on 10/29/19 at 3:43 pm to ChampizHere
Most of the software I've developed professionally has been in C#. Everything from convenience utilities to speed up manual processes to full blown software packages. I like experimenting with C# interop to do things that are usually in the domain of a lower level language like C++. Plugin systems, walking the import table, code injection, etc. These days Python is my goto if I need something quick and dirty that doesn't require a UI.
This post was edited on 10/29/19 at 3:46 pm
Posted on 10/29/19 at 4:53 pm to ChampizHere
Sometimes I call myself a programmer, but I'm self-taught and not very good. 

Posted on 10/29/19 at 10:38 pm to ChampizHere
Java on server side and JavaScript frameworks like Angular and React for front end. Python for analytics stuff.
Posted on 10/29/19 at 11:57 pm to ChampizHere
ERP system in Synergy DBL. Consignment inventory replenishment system in Visual Basic.
Posted on 10/30/19 at 12:42 pm to 21JumpStreet
PHP, JavaScript (jQuery), Java, Swift, and .NET
Depends on the project and if it is a from scratch build, middleware, or add-on.
One old VB6 app, that needs to die soon!
Depends on the project and if it is a from scratch build, middleware, or add-on.
One old VB6 app, that needs to die soon!
This post was edited on 10/30/19 at 12:45 pm
Posted on 10/31/19 at 4:14 pm to ChampizHere
quote:
What are some things you have developed and what programming language did you use?
Was C# for years but have been using Google's GOLANG for the past couple of years. Want to do Python or R for the data analysis and data science stuff.
Posted on 11/1/19 at 2:20 pm to ChampizHere
Classic VB
VB.NET (started with v1.0 of the .NET Framework)
SQL
MDX
DAX
Javascript
I was a programmer back in the day and moved into business intelligence a while ago. I've worked on an array of different projects from desktop, client-server, multi-tier, web, and IoT. I don't do much programming anymore though.
VB.NET (started with v1.0 of the .NET Framework)
SQL
MDX
DAX
Javascript
I was a programmer back in the day and moved into business intelligence a while ago. I've worked on an array of different projects from desktop, client-server, multi-tier, web, and IoT. I don't do much programming anymore though.
Posted on 11/1/19 at 3:20 pm to BayouBengal
quote:
been using Google's GOLANG
I wrote the back end of a web app in Go. I'm sure it's far from idiomatic Go, but it has been happily running on an ec2 instance for over a year, so I guess it's not too awful.
How do you like golang?
Posted on 11/1/19 at 3:25 pm to ChampizHere
Lately I've been working on a mobile app using Flutter/Dart. I highly recommend giving it a try if you haven't. I like that it's all one language, so you're not constantly switching mental context between code and markup like with a lot of frameworks.
My novice opinion, anyway.
My novice opinion, anyway.
Posted on 11/1/19 at 3:48 pm to Korkstand
quote:
I wrote the back end of a web app in Go. I'm sure it's far from idiomatic Go, but it has been happily running on an ec2 instance for over a year, so I guess it's not too awful.
How do you like golang?
If you're leveraging GCP it has tons of stuff built. Plus like you noticed, setting up and running a web server is super easy. If using things like Google Datastore, the reading and writing of data is very easy. I love using tuples and at first it was weird using pointers again but it's second nature now.
Posted on 11/2/19 at 6:40 am to ChampizHere
I bash script genomic sequencing programs. It’s mostly just copying and pasting from tutorials and changing file names or settings. Also I use R for stats and visualizations.
Posted on 11/2/19 at 10:16 am to Bmath
quote:
I bash script genomic sequencing programs.

Popular
Back to top
