Apply to Top Tech Companies with 1 Application

Posted · Category: Information Most everyone working or training in the technology field understands that they will be changing jobs every three years—this is part of being involved in the fastest growing and most lucrative industry in the world. Indeed, the top employment site in the world, has created a special site just for tech:… Continue reading Apply to Top Tech Companies with 1 Application

Testing and Dependency Injection With Model View Presenter on Android

We explored the concepts of the Model View Presenter pattern in the first part of this series and we implemented our own version of the pattern in the second part. It’s now time to dig a little deeper. In this tutorial, we focus on the following topics: setting up the test environment and writing unit tests for the… Continue reading Testing and Dependency Injection With Model View Presenter on Android

Project Comet – first all-in-one solution for UX designers

Debuted today at their own MAX conference, Adobe have just unveiled a brand new design system that could revolutionize the way we work over the next few years. Codenamed “Project Comet”, it’s an end-to-end UX design solution flagshipped by a dedicated desktop app, and a companion mobile app. Project Comet combines wireframing, design, prototyping, and… Continue reading Project Comet – first all-in-one solution for UX designers

The Inception of Mobile Application Designs

Mobile being the talk of the town, being the architect of your town (mobile app) it is incumbent on you improves the aesthetics and facilities of your town, so that it can attract maximum number of visitors. It is also you duty to stay abreast with the latest advancement in order to deliver the best… Continue reading The Inception of Mobile Application Designs

Creating Your First Node.js Command-line Application

Command-line utilities are a must for every seasoned web developer. Node.js makes developing such tools extremely easy thanks to a wealth of open source modules and a great package manager. In this tutorial, we will convert our Cute File Browser, which we published last week, from PHP to Node. Our goal is to create a… Continue reading Creating Your First Node.js Command-line Application

Using WordPress for Web Application Development: Features: Sessions

In this series, we’re taking a look at how it’s possible to build web applications using WordPress. Thus far, we’ve talked about how WordPress is a foundation (rather than a framework), its architecture, how we need to conceptually think of it when approaching it especially coming from other languages, and then we began talking about… Continue reading Using WordPress for Web Application Development: Features: Sessions