Software development best practices and processes
The enterprise software development landscape has changed drastically with the rise of Kotlin, Clojure, Python and JavaScript. From a focus on functional programming to new takes on object-oriented analysis and design, Java programmers and JDK architects can learn from these languages' development processes and software engineering best practices.
Top Stories
-
Video
19 Nov 2024
Java, JDBC and SQL Server tutorial
This tutorial shows how to create a JDBC connection to Microsoft's SQL Server, and get started creating Java-based applications that are scalable and secure. Continue Reading
By- Cameron McKenzie, TechTarget
-
Tip
18 Nov 2024
Scrum master responsibilities: What does a Scrum master do?
While the title may sound authoritative, Scrum masters have little control over their team. So, what exactly does a Scrum master do? The answer might surprise you. Continue Reading
By- Darcy DeClute, Scrumtuous Inc.
-
Feature
31 Mar 2020
How developers can volunteer during the COVID-19 pandemic
What resources can developers offer to go against COVID-19? Explore some promising developer volunteer and open source project opportunities to see how you can help. Continue Reading
-
Feature
30 Mar 2020
Work from home tips from distributed development teams during COVID-19
The distributed dev community often works remotely. Pick up these approaches, such as an asynchronous schedule and video collaboration, to be productive and in sync while the whole team works from home. Continue Reading
-
Blog Post
07 Feb 2020
Why you should make kebab case a URL naming convention best practice
They say there are only two difficult challenges in the world of computer programming: Synchronizing the invalidation of a distributed tertiary and quaternary cache; and What to name things. Given ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
15 Dec 2019
Moving JavaOne to Las Vegas shows Oracle has 2020 vision
The rebranding of JavaOne to Oracle Code One and move from San Francisco to Las Vegas is one that I will welcome with open arms, and you should too. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
07 Oct 2019
You need more than web app security to stop API attacks
API and web application vulnerabilities may share some common traits, but it's where they differ that hackers will target. Continue Reading
-
Guide
19 Sep 2019
Guide to practicing cloud-native development
In this guide, learn about cloud-native development -- what it is, how vendors try to exploit it and how to bring it to life with the help of a DevOps environment. Continue Reading
By- Tim Culverhouse, Site Editor
-
Video
19 Jun 2019
5 Java test frameworks and tools JDK developers must know
Java testing tools can ensure you release a product that's been carefully examined for bugs and errors. Here are five frameworks that can lighten that testing burden. Continue Reading
By- Cameron McKenzie, TechTarget
-
Definition
14 Jun 2019
prettyprint
Prettyprint is the process of converting and presenting source code or other objects in a legible and attractive way. Continue Reading
By -
Video
30 May 2019
JDBC in Java: 5 facts to know before you begin
Are you new to Java programming? Here are five interesting facts about the JDBC API and what you need to know about it to ease your development pathway. Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
15 Apr 2019
IBM Watson Content Hub has problems before you even start
IBM's Watson might make waves on certain TV game shows, but it can't even get some simple basic forms correct, which could sour potential developers before they even start. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
26 Feb 2019
An independent contractor software developer cash flow guide
Cash management is a big part of your role as an independent software developer. Learn how to properly manage your funds and cash flow with these tips. Continue Reading
By- Bob Reselman, CogArtTech
-
Opinion
12 Feb 2019
Master-slave terminology alternatives you can use right now
Software companies have found alternatives for master-slave terminology to describe their distributed systems. It's time for the rest of the IT world to do the same. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
31 Jan 2019
Developers and the enterprise software sales process
Should developers be privy to the ins and outs of software sales? A strong business relationship can be mighty helpful in this expensive and tedious process. Continue Reading
By- Bob Reselman, CogArtTech
-
Video
01 Jan 2019
Step-by-step RESTful web service example in Java using Eclipse and TomEE Plus
In this easy-to-follow JAX-RS tutorial, we provide a RESTful web service example in Java using Eclipse and TomEE Plus, where we go from development to testing in less than 15 minutes. Continue Reading
By- Cameron McKenzie, TechTarget
-
Opinion
14 Dec 2018
Don't contribute to the high IT project failure rate
Enterprise software development is difficult, so it's no surprise to discover there is a high IT project failure rate. Here's how to buck the trend and get yours to succeed. Continue Reading
By- Bob Reselman, CogArtTech
-
News
28 Nov 2018
GraphQL group sets new direction for developers
A group of GraphQL users and the Linux Foundation have joined forces to manage and monitor the future of Facebook's popular open source data query and manipulation language. Continue Reading
-
Feature
07 Nov 2018
The 4 essential Java cyclomatic complexity testing tools
Code that's less complex is easier to troubleshoot and maintain. If developers can calculate code cyclomatic complexity metrics, they have a playbook to tackle the testing phase. Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
30 Oct 2018
4 ways to upload a JAR to a JFrog Artifactory repository
Need to upload a JAR to a Maven repository after an artifact has been built? Here, we show you four ways to upload a file to a JFrog Artifactory repository. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
19 Sep 2018
How to become a good software architect in 13 steps
It's not easy to find your role in an IT enterprise setting. But if you can follow these 13 steps on how to become a software architect, you'll be well on your way to success. Continue Reading
By- Mark Spritzler, Perfect World Programming
-
Video
06 Aug 2018
Step-by-step SOAP web services example in Java using Eclipse
There was a time when creating a SOAP web service was an arduous task. In this step-by-step SOAP web services example in Java using Eclipse, let's show how times have changed. Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
02 Aug 2018
Maven Checkstyle Plugin example: How to enforce Java quality rules
Java Checkstyle rules can be applied to every build to ensure developers are following source code quality rules correctly. This Maven Checkstyle Plugin tutorial shows you how. Continue Reading
By- Cameron McKenzie, TechTarget
-
Video
07 Jul 2018
RESTful APIs tutorial: Learn key web service design principles
RESTful Java API designs shouldn't be hard to get right. This RESTful APIs tutorial shows core RESTful principles concerning URL structure and the effective use of HTTP methods. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
01 Jul 2018
IT projects and software teams need to include Agile people
Not every idea deserves equal weight in a software development project, but Agile people know that garnering input from a wide array of stakeholders is the key to success. Continue Reading
By- Daisy McCarty, Brand Message Clarity
-
Feature
22 May 2018
Packaging Java programs in the modern age of microservices and mobile apps
The packaging of Java programs has taken an interesting turn, as the original JAR format becomes a favorite even for Java web apps deployed as microservices. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
16 May 2018
How to calculate McCabe cyclomatic complexity in Java
An understanding of how to calculate McCabe cyclomatic complexity in Java is the first step in better testing and improved software quality. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
02 May 2018
Quality and consistency key to self-driving car technology
How do you test self-driving car technology when the consequences of an error can be fatal? Here are some best practices for testing automotive apps and self-driving car software. Continue Reading
By- Daisy McCarty, Brand Message Clarity
-
News
29 Mar 2018
Fair-use defense fails in Oracle vs. Google Android lawsuit
A final appeal in the Oracle vs. Google Android lawsuit has come down against Alphabet Inc., asserting its use of Java APIs did not constitute fair use. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
22 Mar 2018
IBM fiddles with Apple on new AI services
IBM and Apple extended their existing enterprise mobility partnership with tools to help developers build Watson-based AI services for the IBM Cloud. Continue Reading
-
Feature
20 Mar 2018
Stay ahead of Java security issues like SQL and LDAP injections
Java security best practices include validating input to prevent injection attacks and managing malicious JAR vulnerabilities. Continue Reading
By -
Feature
08 Mar 2018
Application security vulnerabilities are often known exploits
How hard is it to secure an enterprise application? It's not hard, especially given the fact that most application security vulnerabilities are known threats with simple solutions. Continue Reading
By- Cameron McKenzie, TechTarget
-
Blog Post
27 Feb 2018
Re-introducing Jakarta EE: Eclipse takes Java EE back to its roots
The Eclipse Foundation has decided on Jakarta EE as the new name for Java EE as the organization moves to advance enterprise Java under the aegis of Eclipse. Continue Reading
-
Opinion
12 Feb 2018
Why this quantum computing breakthrough is a security risk
Quantum computing will void pretty much all security encryption techniques and open the door to hackers. Here's how to protect your data when it does. Continue Reading
By- Bob Reselman, CogArtTech
-
Guide
27 Dec 2017
Neutralizing threats and creating a secure Java software stack
This essential guide explores how developers can create a secure Java software stack, from the APIs used by the JDK to the methodologies used by Agile and DevOps teams. Continue Reading
-
Opinion
15 Dec 2017
The problem with bitcoin and blockchain technology
It's not just bitcoin's prodigious appetite -- it uses as much energy as the country of Slovenia. Security scares and long transaction times cast doubt on its viability. Continue Reading
By- Cameron McKenzie, TechTarget
-
Podcast
04 Oct 2017
Manico and Grimstad bring Java tech to life at JavaOne 2017
Engaging speakers like Jim Manico or Ivar Grimstad can make all the difference when choosing a session at a conference like JavaOne 2017 than the session syllabus. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
02 Oct 2017
How JSR-375 simplifies and standardizes Java EE security
Java EE security has always been a mixed bag in terms of simplicity and standardization, but the new Java EE Security API, JSR-375, plans to change all of that. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
13 Sep 2017
How to remove plain text passwords for a secure Java code base
Here are some strategies to remove plain text passwords from configuration files and your code base. It's one way a secure Java app can deter a malicious attack. Continue Reading
By- Cameron McKenzie, TechTarget
-
Podcast
06 Sep 2017
Cloud-native tooling for managing loosely coupled systems evolving
How does an organization manage loosely coupled systems built with containers and microservices? Apprenda's Sinclair Schuller discusses how tools are evolving. Continue Reading
By- Cameron McKenzie, TechTarget
-
Guide
16 Aug 2017
Amazon S3 outage: A guide to getting over cloud failures
Developers have taken the Amazon S3 outage and learned to build failover and resiliency into a Java cloud application. Learn about the dangers of moving apps to the cloud. Continue Reading
-
Feature
17 Jul 2017
Improved application performance management tools help simplify DevOps
As more organization take a DevOps based approach to continuous delivery, many are finding that new application performance management tools are aiding their DevOps transitions. Continue Reading
By -
Feature
02 Jun 2017
How evolutionary architecture simplified hypothesis driven development
Learn how a new approach to evolving technical architectures promises to make it easier to test out hypothesis about business improvement, application performance, and user experience. Continue Reading
-
Feature
16 May 2017
What to do if Amazon is down, because your S3 apps don't have to be
Just because Amazon is down doesn't mean your S3 apps have to be. Here are some tips and strategies for protecting yourself against the next Amazon S3 outage. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
12 May 2017
Microsoft supports trend toward containers, serverless computing
At its Build 2017 conference, Microsoft highlighted new technologies focusing on containers, serverless computing and microservices as part of its DevOps strategy. Continue Reading
-
Blog Post
10 May 2017
Java modularity's future takes a hit as Project Jigsaw (JPMS) is voted down
Can you believe all of this drama surrounding Project Jigsaw and the Java modularity debate? I was so thankful yesterday when President Donald Trump fired the director of the FBI, drowning out all ... Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
10 May 2017
Getting mobile phone apps iPhone certified and Play Store published
So you've developed a mobile phone app. What's next? Here we explore getting mobile phone apps iPhone certified and Play Store published. Continue Reading
By- Tom Nolle, Andover Intel
-
Opinion
05 May 2017
Cloud-native vendor consolidation key to container technology adoption
Production deployment of containers and microservices currently requires the best technologies. Cloud-native vendor consolidation will simplify decisions but limit choice. Continue Reading
By- Cameron McKenzie, TechTarget
-
Opinion
01 May 2017
Software ethics and why 'Uber developer' stains a professional resume
After all of the playboy antics of the CEO, along with the unethical practices of fingerprinting and geofencing, the term 'Uber developer' is a stain on any professional resume. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
01 May 2017
DevOps strategies focus of Gene Kim, new Tasktop strategic adviser
Tasktop, focusing on improving software delivery processes, is working on a framework for defining how to architect end-to-end software delivery with the help of a DevOps pioneer. Continue Reading
-
Feature
08 Mar 2017
Big data IoT projects shaping the future of trucking and shipping
You don't regularly associate IoT and big data with transports bearing down on the highway, but big data IoT projects are revolutionizing the trucking industry. Continue Reading
By- Daisy McCarty, Brand Message Clarity
-
Feature
03 Mar 2017
Bringing business leaders, data science and advanced analytics together
How do you bridge the gap between academia and industry when it comes to data science and advanced analytics? Sai Devulapalli, Data Analytics Product and Business Leader at Dell, has some ideas. Continue Reading
By- Daisy McCarty, Brand Message Clarity
-
Podcast
06 Feb 2017
Why cross-platform mobile app development tools beat hybrid, native
Get a comparison of hybrid and JavaScript-native mobile app development tools versus iOS and Android native dev tools in this podcast with developer Jen Looper. Continue Reading
By- Jan Stafford, Features Writer
-
Feature
11 Jan 2017
Making multi-cloud deployment a reality at Netflix with Spinnaker
Learn how Netflix leveraged automation and Spinnaker to perform 4,000 multi-cloud deployments per day. Continue Reading
-
Feature
06 Jan 2017
The benefits of Java microservices in a Docker and DevOps world
To seasoned developers, microservices may sound like SOA by another name. But Java microservices apps delivered via Docker through DevOps techniques actually provide much more agility and scalability than SOA applications Continue Reading
By -
Feature
29 Dec 2016
Cultivating a developer-friendly culture with Agile and Lean processes
Find out how one developer at Target convinced the suits to make the place fun and meaningful for developers by using an Agile and Lean process. Continue Reading
-
Feature
19 Dec 2016
Is development time theft stealing DevOps productivity?
Is your project suffering from deveopmenht time theft, and is that time theft hurting productivity? Here we take a look at the most common ways time theft hurts DevOps productivity. Continue Reading
By -
Feature
09 Dec 2016
Marrying DevOps and SaaS for a long lasting relationship that works
Learn how CSG eased the friction between development and operations by combining DevOps with SaaS to aid their DevOps adoption. Continue Reading
By -
Feature
02 Dec 2016
How to turn your DevOps failures into ALM successes
Doing the right thing doesn't always mean you're doing things right. But don't fret, because short-term DevOps failures can mean long term ALM success. Continue Reading
By -
Feature
29 Nov 2016
Conversational UI approaches pushing AI development forward
Find out about the latest AI conversational UI approaches available for developers today from Apple, Amazon, Google, IBM, and Facebook. Continue Reading
-
News
10 Nov 2016
DOES16 keynotes quantify the benefits of a DevOps transition
At the DevOps Enterprise Summit 2016, Tripwire founder Gene Kim stated his case on why every organization should embark upon a DevOps transition. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
22 Sep 2016
Fight antipatterns with YAGNTI: You ain't gonna need that interface
To go along with acronyms like TAGRI and YAGNI, we'd like to add YAGNTI: You ain't gonna need that interface. Learn why that applies to JavaOne 2016. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
21 Sep 2016
From JShell to Jigsaw, reactive programming is built into Java EE
If we learned one thing from the JavaOne 2016 keynotes, it's that the Java EE platform is built to enable reactive programming. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
30 Aug 2016
Five trends that help developers ensure a successful startup
From garnering expert talent to learning how to properly share ideas, expert Mark Goldstein shares how developers can contribute to the success of a software startup. Continue Reading
-
Feature
26 Aug 2016
The Agile lifecycle is changing the face of Java ALM
As organizations respond to shorter development cycles, the Agile lifecycle is changing the way Java-based organizations do ALM. Continue Reading
By- Tom Nolle, Andover Intel
-
Feature
24 Aug 2016
Fighting censorship through anonymous browsing with the Hola app
From avoiding censorship to avoiding government controls, the Hola app has simplified anonymous browsing for its clients. Continue Reading
-
Podcast
03 Aug 2016
Java Champion Trisha Gee on NoSQL, IntelliJ and Java 8
Presenting at QCon New York, Java Champion Trisha Gee talks about the hot-button topics in the conference's community, including NoSQL, IntelliJ and Java 8. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
25 Jul 2016
The right language for microservice orchestration and development
As organizations create a microservices-based component architecture, many wonder which programming language to choose for microservice orchestration. Continue Reading
By- Tom Nolle, Andover Intel
-
Feature
12 Jul 2016
Analyzing big data is big science at Change.org
For Change.org, managing big data and analyzing results is a big science problem that technology is helping to solve. Continue Reading
-
News
29 Jun 2016
Accelerate edge device development with Couchbase Mobile
TheServerSide talks to Couchbase's Arun Gupta about full-stack NoSQL applications, like Couchbase Mobile and Couchbase Server. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
15 Jun 2016
Do you have what it takes to be a full stack developer?
There has been an increasing call in the industry for full stack developers. Java Champion Trisha Gee gives us her take on what such a position entails. Continue Reading
By- Cameron McKenzie, TechTarget
-
News
19 May 2016
Google Allo and Google Duo shine bright at Google I/O
The Google I/O conference moves to Mountain View, as new products and product enhancements for everything from Google Duo to Google Allo to Android N are announced. Continue Reading
By- Barry Burd, Drew University
-
Feature
11 May 2016
Excellent programming is about function, not form
Are language architects, or would-be language architects, doing a disservice to Java by overthinking it? Let's not over-design our object models. After all, being fancy isn't their primary function. Continue Reading
By- Joseph B. Ottinger, EnigmaStation
-
Podcast
02 May 2016
Overcome inherent bottlenecks in app lifecycle management
The software development world is simply too busy to have inefficient ALM. Expert Gerie Owen reimagines app lifecycle management as something streamlined and totally painless. Continue Reading
-
Tip
29 Apr 2016
Five tips to improve an offshore team
Using an offshore team can save time and money, but if used ineffectively, they can cost more than they save. Here are five tips on how to use offshore development teams effectively. Continue Reading
By- Swathija Raman
-
Feature
28 Apr 2016
Modernize your project lifecycle management process
In today's lightning fast world, app development has to be flawless. Expert Gerie Owen explains how to modernize your project lifecycle management process. Continue Reading
-
News
22 Apr 2016
How a data center improves car engineering
McLaren Automotive has highlighted that racecar engineering principles can innovate better software. More specifically, how a data center can help with that. Continue Reading
-
Feature
14 Apr 2016
Backend system integration the new mobile development challenge
While developing a fun UI was once the biggest hurdle facing mobile development teams, the new challenge is going one step further and performing backend system integration properly. Continue Reading
By -
Tip
12 Apr 2016
Lasting impacts of software failure and poor application performance
Customers have a short memory and lots of alternatives, so organizations must ensure that poor performance and software failure doesn't leave a lasting impression on users. Continue Reading
By -
Feature
30 Mar 2016
Continuous integration the key to Agile and DevOps transformations
What is the key to getting both Agile and DevOps transformations right? It would appear that successfully implementing a system of continuous integration is key. Continue Reading
By -
Feature
24 Mar 2016
Modularity thrives when microservices and SOA comes together
Many organizations think they need to make a choice between service oriented architectures and microservices. The fact is, the most modular solutions happen when microservices and SOA comes together. Continue Reading
By -
Feature
23 Mar 2016
IT modernization using a reactive approach
As application portfolios grow, more organizations are looking at adopting a reactive approach to software architecture to address their IT modernization and management needs. Continue Reading
By -
News
21 Mar 2016
CloudBees answers the call with a Jenkins private SaaS edition
CloudBees has made a name for itself by providing cloud-based approaches to Jenkins users, but its latest private SaaS edition gives users more control over their Jenkins CI infrastructure. Continue Reading
By- Cameron McKenzie, TechTarget
-
Tip
18 Mar 2016
Automated acceptance testing pitfalls to avoid
How can organizations get the most out of their software testing with the least amount of effort? Here are some best practices on how to sidestep these common automated acceptance testing traps. Continue Reading
By- Lukasz Roslonek
-
News
18 Mar 2016
Bridging the gap between Web and native apps
Native applications have always been better at engaging consumers, but a new approach, called progressive app development, promises to make the browser more engaging than ever. Continue Reading
-
News
18 Mar 2016
Seif project makes Web security a priority
Creating a safer Internet has become a central topic of discussion at Fluent 2016. The Seif project is one attempt to improve Web security and deliver trusted infrastructure to the Web. Continue Reading
-
Feature
07 Mar 2016
Tips for effectively scaling Agile across large, distributed teams
Many methodologies that work well in small teams, run out of steam when the teams get large and distributed. Here are some tips on how to effectively scale Agile software methodologies. Continue Reading
By -
Tip
29 Feb 2016
The key to mobile UI development is planning
There is no such thing as over-planning when prepping for each stage of the mobile UI development. Jenner Lochridge discusses five areas to account for in advance. Continue Reading
-
Podcast
29 Feb 2016
Combine continuous integration software with GIT
As microservices abound, organizations are finding that integrating Jenkins CI with source code tools like GIT can simplify development and help make the DevOps successful. Continue Reading
By- Cameron McKenzie, TechTarget
-
Podcast
26 Feb 2016
Are reactive systems the future of software architecture?
Building with microservices and asynchronous messages is a start, but according to Typesafe's 'Going Reactive 2016' survey, reactive systems are the future of software architecture. Continue Reading
By- Cameron McKenzie, TechTarget
-
Podcast
26 Feb 2016
Solving the problem of scaling Agile across the enterprise
Small to medium-sized development teams have had success using Agile methods. Here's how enterprises can scale Agile beyond development and across the entire ALM stack. Continue Reading
By- Cameron McKenzie, TechTarget
-
Feature
02 Feb 2016
Skimble CEO talks Android and iOS development
Skimble CEO Maria Ly discusses developing her startup fitness application for both Android and iOS. Continue Reading
By- Barry Burd, Drew University
-
Feature
01 Feb 2016
Inside the app startup Skimble
Expert Barry Burd talks with the co-founder of app startup Skimble about application deployment processes. Continue Reading
By- Barry Burd, Drew University
-
Feature
08 Jan 2016
The next big challenge in IoT evolution: Getting the protocols right
In this article you will learn about some of the considerations that need to be taken into account for leveraging different protocols while writing applications for the Internet of Things (IoT) Continue Reading
-
Feature
07 Jan 2016
How to quickly move a microservice infrastructure off AWS in a weekend
In this article you will learn how a small development team moved a 200-service application infrastructure away from AWS in order to reduce cost and increase resiliency. Continue Reading
-
Feature
04 Jan 2016
Java APIs to bridge the gap between today and future development efforts
At JavaOne 2015, a big topic of conversation was APIs and API development. In the IBM keynote, the promise was that an evolutionary approach to API development will help modern day developers pass the torch to those doing development in the future. Continue Reading
-
Feature
01 Jan 2016
Perfecting product migrations without customer disruption with Agile
Learn how MobiTV created a software development process for powering the future of connected TV. Continue Reading
-
Feature
28 Dec 2015
OnePlus 2 mobile phone: Part two, the hardware experience
Expert developer Barry Burd recently took possession of a OnePlus 2 mobile phone. He shares his experience with the phone and what he thinks of the phone's hardware. Continue Reading
By- Barry Burd, Drew University
-
Tip
28 Dec 2015
Continuous DevOps documentation: It's a necessity
Too often, documentation takes a back seat when organizations struggle with new methodologies and development approaches, but there is a need for documentation in a DevOps world. Continue Reading
By- Chris Riley, Fixate IO
-
Feature
28 Dec 2015
OnePlus 2 mobile phone: Part three, the software experience
Expert developer Barry Burd recently bought a OnePlus 2 mobile phone. Learn what he thinks of the phone's software. Continue Reading
By- Barry Burd, Drew University
-
Feature
28 Dec 2015
The OnePlus 2 mobile phone: One user's experience
In this first part of a three-part series, expert developer Barry Burd takes you through his experience ordering, receiving, unwrapping and setting up the OnePlus 2 mobile phone. Continue Reading
By- Barry Burd, Drew University
-
Feature
22 Dec 2015
The benefits of integrating blockchains into distributed enterprise architectures
Blockchains aren't just for Silk Roaders paying with Bitcoins. Integrating blockchains into a distributed enterprise architectures has many benefits. Continue Reading