Low-code en RAD
Onlangs heb ik me geregistreerd bij een van de vele crowdfunding-platforms die er inmiddels zijn, Collin Crowdfund. Inherent aan zulke platforms moet je een flow van formulieren door. Dat werkte…
Gerbrand on software
Onlangs heb ik me geregistreerd bij een van de vele crowdfunding-platforms die er inmiddels zijn, Collin Crowdfund. Inherent aan zulke platforms moet je een flow van formulieren door. Dat werkte…
For over two years I’ve programmed nearly exclusively in Scala on the backend, while using mostly JavaScript and TypeScript on the frontend. Before that I mostly used Java for over…
Swagger is a great way make your api accessible. Not only documentation is provided, but your users, your co-developers or your self can try out your api. But what if…
While looking browsing at Quora I found this posting by a professor in New Zealand on why certain programming languages are taught at universities while being suboptimal for teaching. Reminds…
Cobol can be compiled into Javascript and you can call Javascript from Cobol, as I read in this article on arstechnica. Will this finally be the way out for all…
Any organization that develops software has a lot of software around that could be potentially reused. Reusing software is of course a good thing. Serendipity, accidentally coming across useful code…