(904) 580-4877

Up and Running With Realm for Android

Introduction If you have been keeping up with the latest trends in Android development, you’ve probably heard of Realm. Realm is a lightweight database that can replace both SQLite and ORM libraries in your Android projects. Compared to SQLite, Realm is faster and has lots of modern features, such as JSON support, a fluent API, […]

A Beginner’s Guide to Titan Framework: Introduction

All top-notch web developers who are keen observers must have witnessed WordPress grow from a basic blogging forum to a fully-fledged development platform. Powering millions of websites today, WordPress has now been acknowledged as a globally accepted go-to CMS for web development.  Initially, there was an impression that this CMS was aimed exclusively at code […]

Full-Text Search in MongoDB

MongoDB, one of the leading NoSQL databases, is well known for its fast performance, flexible schema, scalability and great indexing capabilities. At the core of this fast performance lies MongoDB indexes, which support efficient execution of queries by avoiding full-collection scans and hence limiting the number of documents MongoDB searches.  Starting from version 2.4, MongoDB […]

How We Work: A Peek Into the Lives of the Envato Tuts+ Team

Today we’re giving you a chance to look behind the scenes here at Envato Tuts+ and meet the editors who bring you all these tutorials and courses.  We’re a very 21st-century workforce: spread across the world, working from home, doing completely different hours, and communicating via web apps like Trello, Basecamp and Slack. In this article, you’ll […]

Static Website Generators Reviewed: Jekyll, Middleman, Roots, Hugo

   Static website generation is quickly becoming a big part of the professional website builder’s toolbox. A new static website generator seems to pop up every week. Figuring out which one to use can be like a walk in the jungle. In the last article, I looked at why static website generation is growing in […]