Latest Technology Blogs Updates And News

interested in seeing our take on code references, recent technology & product developments? take a look at our updates below & reach out to us with solutions you'd like to learn about!.

Software Development
Custom Enterprise Software Development

Java vs. JavaScript: Which Is Best for Custom Enterprise Software Development?

Both Java and JavaScript are the popular programming languages of the decade. They have many uses, from simple web apps to complex applications. However, they may seem similar but possess many differences that clearly declare them unique. Both languages have their own advantages, but it will be a challenge to determine which is best for a particular project. In this

Read More »
Best Software Developers

The Role of Mentoring in Creating the Best Software Developers

Are you looking to become a top-notch software developer or help your team members achieve the same goal? Then mentoring may be the missing piece of the puzzle. Mentoring plays a vital role in developing the skills and abilities of individuals and shaping them into the best software developers. Mentors can; Guide inexperienced software developers on programming languages, design patterns,

Read More »
Graphdata

Graph Data Structure Demystified

We use Google search, google maps, and social networks regularly nowadays. One of the things they all have in common is the fact they use a remarkable data structure – graphs under the hood to organize and manipulate data. You may have seen this data structure in college but don’t remember much about it. Or maybe it is a scary

Read More »
Umbraco Uploads

Umbraco 8: Authentication & Authorization

User Handling, & Security In the last installment, we learned about the different kinds of controllers that Umbraco provides us. Now we will delve into User and Member management, and how to code authentication & authorization into your Umbraco website. Security Umbraco has two distinct user types. User security for the back office and member security for the front end.

Read More »
React1

Using the Camera in React Native

In the last few articles, we have been working with React Native and have learned how to use some of React Native’s built in component. Most recently, we learned how to navigate between different screens using React Navigation. One thing we haven’t covered yet, is getting access to the camera and camera roll in a React Native app. Now a

Read More »
Feature Feature

Feature Detection is Real, and it just Found Flesh – Eating Butterflies

What’s All the Fuss About Features? Features are interesting aspects or attributes of a thing. When we read a feature story, it’s what the news room feels will be the most interesting, compelling story that draws in viewers. Similarly, when we look at a picture, or a Youtube thumbnail, various aspects of that photo or video tend to draw us

Read More »
Facebookdata

Facebook Might be Spying on Us, but it Makes for Pretty Graphs

Graphs, Graph theory, Euler, and Dijkstra As tasks become more defined, the structures of data used to define them increase in complexity. Even the smallest of projects can be broken down into groups of smaller tasks, that represent even smaller sub-tasks. Graphs are a data structure that helps us deal with large amounts of complex interactions, in a static, logical

Read More »
React1

Exploring React Native – Part 3

Previously, in “Exploring React Native (Continued Part 2)”, we continued to work on our simple app. The code for the app was long and was all located in one file after the article, “Exploring React Native (Continued Part 1)”. Being that React Native uses native components as building blocks, we decided to break down each part of the app into

Read More »
React1

Exploring React Native – Part 2

Previously, in “Exploring React Native (Continued Part 1), we continued to work on our simple app. The app initially consisted of an Image component, Text components, state with data, a couple of TouchableOpacity buttons and styling. The app was to keep track of the number of raccoons the user saw but we wanted to add to it. So, we add

Read More »