Performance of Your Code
Being concerned for the performance of your code should be important to you… but if you’re not using a dedicated profiler, getting metrics isn’t something well understood. Here are some basic techniques to get you equipped with the tools to improve the responsiveness of your code. Isn’t this just a matter of pride? Everyone should
Understanding APIs
The strength of the Net isn’t just what you put on it – it’s also how you interact with the world around you. According to the great oracle Wikipedia: An application programming interface (API) specifies how some software components should interact with each other.
Lasso 9 Changes
Lasso 9’s new “web_request->param” behaves quite differently to action_param found in previous versions of Lasso. It’s lower-level, and a little more verbose, but significantly faster – which makes it an obvious tool to master. Simple usage: web_request->param(‘myparam’) … returns the GET or POST param “myparam”. However, it returns it as a “bytes” type.