Tag: project52
All the articles with the tag "project52".
-
Week #9: Java, Node.js and Android
For the last 2-3 weeks I've been working with Node.js and Java. The projects are still work-in-progress, but I feel obliged to write the blog post and describe what I've been working on.
-
Week #8: Remaking an Ionic Application
This week I went back to one of the frameworks I like in the hybrid app development "field", the Ionic Framework, and built a logo game using it"
-
Week #7: 7 questions answered
Instead of building another application this week, I picked 7 interesting questions over time and I intend to answer them as good as I can.
-
Week #6: An IRC-like Application in Java
As a challenge, I built a client-server application that allows multiple clients to communicate with each others using java Threads and Sockets
-
Week #5 challenge: Authorization for the Last Week Project
I added a simple authorization mechanism to my last week's project using API keys, so not everyone could have access to everything.
-
Week #4 challenge: Server-side JavaScript
I gave a try to Sails.js, an MVC framework built upon Express.js and socket.io that resembles the MVC behavior of frameworks like Ruby on Rails