A clock that works while you work!
Fu Gong Mental Health
Blogroll
- Algorithmist
- Apache Software
- BlackBerry Developer
- Bootstrap Angular SQLite ELectron
- Business Model Fiddle
- C++ Resources
- Cached View
- CodePen
- Data Protection Management System
- Docker
- Firebase
- GitLab
- HTML5 Rocks
- In Pictures
- Java SE8 API
- jQuery Docs
- Kotlin Programming Language
- Ninja Web Framework
- OAuth
- On-Line Writing Resources
- OpenShift by Red Hat
- Personal Data Protection Commission
- PHP Manual
- Privacy Policy Generator
- R Language Definition
- REST API Design
- Secure Coding Standards
- SQL Tutorial
- WordPress Codex
Tags
Author Archives: Administrator
5 Android libraries I must remember to have
This blog post is written in response to the Top 5 Android libraries every Android developer should know about by Dario Penić. He gave 5 libraries for features that every Java developer, not just Android developers, should import into his/her applications to ease … Continue reading
ASUS WL-330NUL
I have bought the ASUS WL-330NUL, a wireless-N150 combo USB adapter, for a long while now and I had not get it to work with my MacBook Pro… …until now. The manual doesn’t illustrate fully some of the alternative steps and … Continue reading
Small Java Programming Quick Tips
Build Java class starting from the default scope before making way up to the protected scope and then the public scope. Use small short-lived immutable objects as opposed to large objects as much as possible. Restrict the use of getters/setters … Continue reading