Microservice Architecture vs. Monolithic Architecture A microservice architecture is a critical way of keeping up with the technology curve of today's ever-shifting digital world. Over the past few years, microservices have become a popular option when developing web...
Software Development
Software development is the process of conceiving, specifying, designing, programming, documenting, testing, and bug fixing involved in creating and maintaining applications, frameworks, or other software components.
How to Serve Up Web Content from Ethereum – Part 3 – Setting Up Your Own Private Testnet with a Genesis Block
This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum test network on localhost. In our previous post, we installed Geth on Mac OS X. When Geth is initially started on a Mac, Geth will start...
Preview 2017: Top Programming Languages
Whether you are a seasoned Developer or new to the game, you will be aware of the many programming languages available to you as you start work on a new web or mobile app. Sometimes the decision about which language to use is straightforward, but other times you may...
5 Easy Project Management Tips
This blog was originally written in 2016 and has been updated frequently. So you’re dreaming big dreams for 2020 - maybe you want to start a blog, set-up an ecommerce site for your handmade throw cushions, or finally create that cooking app that you always wish...
Native Apps vs. Non-Native Apps vs Hybrid Apps for iOS and Android?
“Should we build Native Apps, Non-Native Apps, or Hybrid Apps for iOS and Android?” We get this question all of the time. In most cases, the answer is yes, your mobile should be written in a native language. The only times that you should consider building a...
Just Ask Me – The Social Network Dating App is now available – iOS App Development
AllCode today announced the release of a new iPhone app, Just Ask Me, the Social Network Dating app, built for JustAskMe, Inc , http://www.justaskme.co. AllCode performed iOS app development, product management, and QA....
So You’re Thinking About Having Your IT Team Do Mobile App Development?
Your company requires a mobile app. You've evaluated potential vendors. The CFO asks the IT team ,who has no mobile experience, to investigate building the mobile app internally.Here are some items that you will want to consider: Do not build a hybrid mobile app...
JustAskMe Dating App – Coming Soon – iOS App Development
AllCode today announced the upcoming release of a new iPhone Dating app, JustAskMe, built for JustAskMe, http://www.justaskme.co. The JustAskMe Mobile App allows you to meet people to date through your friend's network of singles. The JustAskMe iOS App, developed by...
Creating an Android Image Slider Control for your App (Part 2 of 3)
In Part 1 of of Creating an Android Image Slider Control, we built out the ImageSlider class, but when you added this class to a View, the horizontal scrolling didn't behave well. In order to resolve the scrolling issue, we started playing with the Gesture options and...
Creating an Android Image Slider Control for your App (Part 1 of 3)
Would you like to create an Android Image Slider Control for your App?At Allcode, we needed to build an Image Slider Control into one of our client's Android apps. Initially, we thought it would be as simple as implementing the standard Android Gallery...