Setting up Jasmine for Unit Testing in Angular [Tutorial]
Web developers work hard to build a working application that they can be proud of. But how can we ensure a painless maintainability in...
Using Decorators as higher-order functions in Python [Tutorial]
The core idea of a decorator is to transform some original function into another form. A decorator creates a kind of composite function based on the decorator and...
Creating Macros in Rust [Tutorial]
Since Rust 1.0 has a great macro system, it allows us to apply some code to multiple types or expressions, as they work by...
Train a convolutional neural network in Keras and improve it with data augmentation [Tutorial]
In this article, we will see how convolutional layers work and how to use them. We will also see how you can build your...
Working with Shared pointers in Rust: Challenges and Solutions [Tutorial]
One of Rust's most criticized problem is that it's difficult to develop an application with shared pointers. It's true that due to Rust's memory safety guarantees,...
Share projects and environment on Anaconda cloud [Tutorial]
When a small group of developers works on a same project, there is a need to share programs, command datasets, and working environments, and...
Generative Adversarial Networks: Generate images using Keras GAN [Tutorial]
You might have worked with the popular MNIST dataset before - but in this article, we will be generating new MNIST-like images with a...
Implementing Dependency Injection in Spring [Tutorial]
Spring is a lightweight and open source enterprise framework created way back in 2003. Modularity is the heart of the Spring framework. Because of...
Build your first Reinforcement learning agent in Keras [Tutorial]
Today there are a variety of tools available at your disposal to develop and train your own Reinforcement learning agent. In this tutorial, we...
Use App Metrics to analyze HTTP traffic, errors & network performance of a .NET...
App Metrics is an open source tool that can be plugged in with the ASP.NET Core applications. It provides real-time insights about how the application is...