Posts Tagged “javascript”:
A have written [a game](https://play.google.com/store/apps/details?id=asfernandes.senha2) (Senha - Mastermind) with React Native and TypeScript and deployed it in the [Google Play store](https://play.google.com/store/apps/details?id=asfernandes.senha2). The game is translated to Portuguese and English. It's the first mobile app I've made and I liked the result (final app, code and development process). It's surely much...
[Read More]
Node.js Firebird Drivers now works in Windows
[node-firebird-native-api](https://github.com/asfernandes/node-firebird-native-api) and
[node-firebird-driver-native](https://github.com/asfernandes/node-firebird-driver-native) were updated with Windows support.
They also have a fix for a crash when unloading.
[Read More]
Node.js Firebird Drivers
I'm pleased to announce the initial release of my Firebird drivers projects for Node.js. - You said projects? - Yes! The work is split in three projects, as described below. # node-firebird-driver-native Firebird high-level native client for Node.js / TypeScript ([github](https://github.com/asfernandes/node-firebird-driver-native) / [npm](https://www.npmjs.com/package/node-firebird-driver-native)) This is the more interesting project for...
[Read More]
Pausable observable with KnockoutJS
Sometimes when working with [Knockout](http://knockoutjs.com) you may be in a situation when you want to update a set of observables without delivering notifications to they subscribers (explicitly or by computed observables) as soon each observable is changed. This happens especially when you're using the [mapping plugin](http://knockoutjs.com/documentation/plugins-mapping.html) or something similar. However,...
[Read More]
Node.js Firebird API
I started a personal project to create a Node.js Firebird driver based on the FB 3 OO API. Why another driver if there are others? Althrough it's a manual work for now as I understand the technology, the idea is to generate the driver based in the cloop interface file...
[Read More]
JavaScript x Java - closures e lambdas
Em geral as linguagens de programação são bem parecidas e por esse motivo acho fácil aprender novas linguagens. E o que dizer então quando uma se chama Java e a outra JavaScript?
Ultimamente tenho programado bastante em JavaScript. Apesar de não conhecer ainda todos os detalhes da linguagem, tenho...
[Read More]
