I created a short tutorial on reducing code complexity in JS using functional programming practices with arrays. Enjoy.
To start off, my apoligies for not having those lovely images resized yet for WWW consumption. I am hoping to spend some time on that this weekend.
Wouldn’t it be nice if you would right click a table and generate insert statements for everything in the table? It seems like this should be a context menu option but it isn’t. There is however a way to do it.
Just thought I would share my Powershell profile I use. Anyone have anything they would add?
As a developer, I run most of my local development environment from a console and I use Powershell scripts to start up that environment. Not so recently I ran into an issue with how my scripts were setup and it took forever to figure out why something was happening. Well, maybe not why but sorta why.