devxlogo

We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

Black box vs. White box Testing

When building, developing and troubleshooting complex systems everybody agrees that modularity is the way to go. Different parts or components need to interact only through well-defined interfaces. This way the

White House Proposal Promotes Open Source Software

The White House has published a new proposal titled “Federal Source Code Policy ? Achieving Efficiency, Transparency, and Innovation through Reusable and Open Source Software,” which calls on government agencies

Importing Data from Excel into SQL Server

A very quick way to import data from Excel into SQL Server through code is to execute the following query: SELECT * FROM OPENROWSET(‘Microsoft.ACE.OLEDB.12.0′,’Excel 12.0;Database=C:ExcelFileToImport.xlsx’, [SheetWhereDataIsLocated$]) This is known as

Microsoft Adds New Features to Graph

During last week’s Build 2016 development conference, Microsoft unveiled an updated version of Graph (formerly the Office 365 Unified API) that will make it easier to build apps that utilize

Xamarin Comes to Visual Studio

At the second day of the Build 2016 development conference, the biggest news was that Microsoft is open-sourcing the Xamarin mobile development platform and integrating the tool into its Visual

Top 10 Git Commands for Efficient Team Development

As projects become more complex and involve a greater number of people, the importance of using version control software during development is increasing exponentially. That is why I have compiled

CockroachDB Enters Public Beta

A company called Cockroach Labs has released a public beta version of a NoSQL database called CockroachDB. First announced in 2014, CockroachDB is designed to survive almost anything?much like its

Highlights from Day One of Build 2016

Microsoft covered a lot of topics during the first day of its Build 2016 development conference, but one news item generated more developer interest than all the others: Bash and

MySQL Master Slave Replication

In high-traffic Web applications, a master-slave database architecture is used to optimize performance by separating read and write operations and to prevent loss of data in case of a server

Oracle Launches Cloud Machine

Oracle has launched a new piece of cloud computing hardware called the Cloud Machine. The server will run Oracle Cloud at Customer, software which includes the same APIs as the

Getting Started with the Flask Web Framework

Web applications are arguably the most common type of application developed these days. The browser is ubiquitous and writing a Web application ensures that your application will be able to

Using JavaScript to Redirect to a New Page

When a person comes to a page, it is actually possible to redirect them to a new page. Because someone might have bookmarked the page, you can use this when

Docker Adds Windows, Mac Versions

Docker has released private beta versions of two new editions for Mac and Windows. The open source containerization tools integrate with the native hypervisors for both platforms (Apple Hypervisor Framework

Report Details Enterprise Code Quality Efforts

SmartBear has published a report titled ?State of Code Quality 2016: Trends & Insights into Dev Collaboration,? which takes a detailed look at enterprise application development teams’ efforts to improve

Agile Database Schema Management

Agile methods can accelerate development significantly compared with traditional methods. This is true in particular for programming where fast edit-test-deploy cycles are possible even on a massive scale (look at

Adobe Q1 Earnings Beat Estimates

Adobe, the software maker whose tools are used by many designers and developers, is reporting that its first quarter non-GAAP earnings were 66 cents a share, handily beating Wall Street

Oracle Reports 51% Income Growth for SaaS and PaaS

Oracle has released its third quarter earnings, reporting better-than-expected income but worse-than-expected sales. The big bright spot in the report was the company’s cloud computing growth. Software as a service

Optimize Inserts Using SQLAlchemy

SQLAlchemy is a very sophisticated toolkit for databases in Python. It has many layers that have different levels of control and ease-of-use. SQLAlchemy is designed to provide superb performance, but

Achieving Flow

Flow is a mental state where you’re in “The Zone.” Time flies by, everything just works and you’re totally focused on the task at hand and apply yourself fully. You can

Black Duck Names 2016 Open Source Rookies of the Year

Black Duck software has announced the winners of its eighth annual Open Source Rookies of the Year awards. The winners included 14 different projects: Rocket.Chat Mattermost Hubl.in MXNet Bazel React

Automate Business Processes with Azure Logic Apps

Still in preview, Microsoft Azure Logic Apps?is offered as part of the Azure App Service?infrastructure that provides declarative integration services for you to automate your business processes and simplify Enterprise-grade