Programming

Packt Hub provides the latest news for programmers. Whether you’re a Python or Java programmer, we’ve got you covered. We provide the latest insights and tutorials around topics like Microservices and much more.

Fast Array Operations with NumPy

0
(For more resources related to this topic, see here.) Getting started with NumPy NumPy is founded around its multidimensional array object, numpy.ndarray. NumPy arrays are a collection...

Behavior-driven Development with Selenium WebDriver

0
Behavior-driven Development (BDD) is an agile software development practice that enhances the paradigm of Test Driven Development (TDD) and acceptance tests, and encourages the...

The V programming language is now open source – is it too good to...

0
Yesterday, a new statically-typed programming language named V was open sourced. It is described as a simple, fast, and compiled language for creating maintainable...

Mocking static methods (Simple)

0
(For more resources related to this topic, see here.) Getting ready The use of static methods is usually considered a bad Object Oriented Programming practice, but...
writing

Writing test functions in Golang [Tutorial]

0
Go is a modern programming language built for the 21st-century application development. Hardware and technology have advanced significantly over the past decade, and most...

Rookout and AppDynamics team up to help enterprise engineering teams debug at speed with...

0
It's not acknowledged enough that the real headache when it comes to software faults and performance problems isn't so much the problems themselves, but...

Declarative UI programming faceoff: Apple’s SwiftUI vs Google’s Flutter

0
Apple recently announced a new declarative UI framework for its operating system - SwiftUI, at its annual developer conference WWDC 2019. SwiftUI will power...

Events, Notifications, and Reporting

0
In this article by Martin Wood, the author of the book, Mastering ServiceNow, has discussed about communication which is a key part of any...
Hexagon shape pattern

Developer’s guide to Software architecture patterns

0
As we all know, patterns are a kind of simplified and smarter solution for a repetitive concern or recurring challenge in any field of...

Handle Odoo application data with ORM API [Tutorial]

0
The ORM API, allows you to write complex logic and wizards to provide a rich user interaction for your apps. The ORM provides few...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews