Home > Articles > Programming

Programming

3683 Items

Sort by Date | Title

Working with Objects in Java
Feb 18, 2016
Learn how to create objects, test and modify their class and instance variables, call an object’s methods, and convert objects from one class to another.
Efficient Windows PowerShell Administration with WMI and CIM
Feb 17, 2016
Timothy Warner, author of Sams Teach Yourself Windows PowerShell in 24 Hours, differentiates between the often-confused terms WMI and CIM, and explains how best to use these technologies with Windows PowerShell.
Documentation in Scrum Projects
Feb 11, 2016
Good agile teams are disciplined about their documentation but are also deliberate about how much they do and when. In this chapter from The Scrum Field Guide: Agile Advice for Your First Year and Beyond, 2nd Edition, we find a duo struggling to explain that while they won’t be fully documenting everything up front, they will actually be more fully documenting the entire project from beginning to end.
Interfaces, Lambda Expressions, and Inner Classes in Java
Feb 11, 2016
This chapter shows you several advanced techniques that are commonly used in Java. Despite their less obvious nature, you will need to master them to complete your Java tool chest.
Conditionals in Swift
Feb 10, 2016
This chapter from Swift Programming: The Big Nerd Ranch Guide introduces conditionals in Swift, including if/else, ternary operator, nested ifs, and else if.
C++ Basics
Feb 5, 2016
Learn the fundamental features of C++, including variables, operators, expressions and statements, functions, error handling, I/O, arrays, pointers, and references, and structuring software projects.
Getting Your Feet Wet with Swift: Variables, Constants, and Loops
Feb 4, 2016
This chapter from Learning Swift 2 Programming, 2nd Edition covers the basic building blocks of Swift. It starts with variables and constants. With this knowledge, you will be able to store whatever you’d like in memory. This chapter also goes over how Swift handles loops and if/else statements.
Understanding Python Basics
Feb 3, 2016
In this chapter from Python Programming for Raspberry Pi, Sams Teach Yourself in 24 Hours, 2nd Edition, you will learn some Python basics, such as using the print function to display output. You will read about using variables and how to assign values to variables, and you will gain an understanding of their data types. By the end of this chapter, you will know how to get data into a script by using the input function and write your first Python script!
Learning Core Data for iOS with Swift: Managed Object Model Migration
Feb 1, 2016
This chapter from Learning Core Data for iOS with Swift: A Hands-On Guide to Building Core Data Applications, 2nd Edition shows how to add model versions and model mappings, and it demonstrates different migration techniques you can choose when upgrading a model.
The Swift Developer's Cookbook: Optionals?!
Feb 1, 2016
Learning how to recognize and use optionals is an essential step in mastering the Swift language. This chapter from The Swift Developer's Cookbook introduces optionals and surveys the supporting constructs you need to create, test, and successfully use optionals in your code.
Dependency Management with Apache Ivy
Jan 25, 2016
Looking to get started with a simple dependency-management tool? The combination of Ant and Ivy is a solid proposition in this space, and this toolset may save you more than just time. Stephen B. Morris provides some clues.
Introduction to the Dart Programming Language
Jan 21, 2016
Dart is intended to provide a platform that is specifically crafted to support the kinds of applications people want to write today. This chapter from The Dart Programming Language explains the origins of the Dart language, as well as design principles and constraints. It also provides an overview of the book.
Start Using C++
Jan 20, 2016
Nothing succeeds like success. This chapter from C++ Without Fear: A Beginner's Guide That Makes You Feel Smart, 3rd Edition focuses on successfully installing and using the C++ compiler—the tool that translates C++ statements into an executable program (or application).
Learning WatchKit Programming: Responding to User Actions
Jan 19, 2016
The UI of an Apple Watch application is represented by various controls (commonly known as views in iOS programming), and they are divided into two main categories: responding to user actions and displaying information. In this chapter from Learning WatchKit Programming: A Hands-On Guide to Creating watchOS 2 Applications, 2nd Edition, learn to use these controls to build the UI of your application.
Setting Up a Private Docker Registry
Jan 19, 2016
This chapter from Docker Containers: Build and Deploy with Kubernetes, Flannel, Cockpit, and Atomic explains how to create a private Docker registry in Fedora or Ubuntu, use the docker-registry package, use the registry container image, and understand the Docker image namespace.
Software Architecture: The What and Why
Jan 11, 2016
This chapter from Practical Software Architecture: Moving from System Context to Deployment provides some background on the discipline of software architecture and some of the time-tested value drivers that justify its adoption.The chapter ends by laying some groundwork for the essential elements of the discipline.
Using Operators in Swift
Jan 7, 2016
Operators are symbols or a set of symbols that change or assign values, combine values, or check or verify values in your code. In this chapter from Swift in 24 Hours, Sams Teach Yourself, 2nd Edition, you learn about most of the basic operators in Swift, as well as why and how to use them.
Introduction to Hadoop Distributed File System Versions 1.0 and 2.0
Jan 4, 2016
This chapter from Big Data Analytics with Microsoft HDInsight in 24 Hours, Sams Teach Yourself introduces Hadoop Distributed File System (HDFS), one of the core components of Hadoop for storing data in a distributed manner in the Hadoop cluster. It covers architecture and how data gets stored, the processes of reading from HDFS and writing data to HDFS, and internal behavior to ensure fault tolerance. It also covers HDFS 2.0, which comes as a part of Hadoop 2.0.
Video: Docker Orchestration and Microservices: Use Docker Machine to Deploy to a Cloud Provider
Jan 4, 2016
In this excerpt from Docker Orchestration and Microservices LiveLessons, Charles David Crawford shows you how easy it is to use Docker Machine with a cloud provider, specifically Digital Ocean.
Video: Docker Orchestration and Microservices: How Docker Can Benefit a Microservice Architecture
Dec 31, 2015
In this excerpt from Docker Orchestration and Microservices LiveLessons, Charles David Crawford explains why Docker can be a great companion for a microservice or service-oriented architecture.

Page 1 2 3 4 5 Next >