Does anyone here actually code for fun? (as a hobby) or forced to because of work?
I love programming. Once I get the functional stuff out of the way, I'll be studying things more oriented towards games
Does anyone here actually code for fun? (as a hobby) or forced to because of work?
For the controller part how often do you implement state machines?That all our front ends are here.....
We have a static VIEW .ejs page that has all the html/css elements
We use a CONTROLLER .js file that has the "logic" that manipulates the view and calls the model when necessary
We use a MODEL folder that has all the .js file that do all the AJAX calls to the server
Nice and Neat
So your whole stack is js? Yall using node?That all our front ends are here.....
We have a static VIEW .ejs page that has all the html/css elements
We use a CONTROLLER .js file that has the "logic" that manipulates the view and calls the model when necessary
We use a MODEL folder that has all the .js file that do all the AJAX calls to the server
Nice and Neat
So your whole stack is js? Yall using node?
For the controller part how often do you implement state machines?
My understanding of "state-machines" is does our logic change based off inputs?
If so, then yes....because we are "data driven"...(which makes it easier if business wants to change something and we dont want to go through the motions of changing and deploying code) our code is tailored on the front end to be dynamic
What the fuuck? are you a phd or something?I mean do you guys use rigid structures like state transition matrices and state action tables?
I ask this because I think I might invest some time working on a simple tool that could allow easy configuration of these types of structures for use in web projects.
I have a master's degree in electrical and computer engineering with a focus in solid state physics. So no phd. Not yet anyway.What the fuuck? are you a phd or something?
I mean do you guys use rigid structures like state transition matrices and state action tables?
I ask this because I think I might invest some time working on a simple tool that could allow easy configuration of these types of structures for use in web projects.
I dunno man.....we like alot of stuff to be plain so we can configure it how we want....I would prefer a code generator on the server-side stuff...matter fcat we already got that.
Alot of our JDBC stuff is already generated via a tool
Shout outs to everyone here - sup yall... I'm new to TheColi.
I've mainly just been lurking, reading stuff on the forums and whatnot. When I saw this thread, I had to chime in. This was actually a coincidental find.... I didn't know there would be programmers out there that I can resonate with. I've definitely not yet met a dev that was also into the hip hop / urban stuff and whatnot, so I'm glad to have stumbled upon this thread!
Btw, I'm a jr Java dev with a bit of Ruby scripting experience from when I was in QA, as well as some basic frontend skills using html/css/js-jq. I'm learning the Spring framework at the moment and after this my plan is to stack up knowledge on some of the buzzword js things like node, angular for SPAs and perhaps Meteor.
Anyways just another shout out to everyone... I look forward to chopping it up soon. peace
Edit:
Don't mind the troll-looking user name. It follows a simple format that I use when I create a new account and don't want to forget my user name (my initials+ _ +site name) . I'll request to have it changed.
I wasn't in any way trying to suggest that you and your company could or should use it. I was just interested in doing something interesting that may have some potential.I dunno man.....we like alot of stuff to be plain so we can configure it how we want....I would prefer a code generator on the server-side stuff...matter fcat we already got that.
Alot of our JDBC stuff is already generated via a tool
I say go for itI wasn't in any way trying to suggest that you and your company could or should use it. I was just interested in doing something interesting that may have some potential.