Swift Package Manager, Part 1: Introduction to Swift Package Manager
What is Swift Package Manager? The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process ...
22 seconds
-
Optimizing a Simple Ray-Tracer Written in Go Part 2
This is the second part of my mini-series on how I used the go profiling and built-in benchmarking tools to optimize a naive ray-tracer written in Go. For part 1, ...
40 seconds
-
Types of Matplotlib in Python
The data visualizations are the graphical representation of data which produces the images to map the relationships among the data values. There are many visualization tools in the market which ...
1 minute 24 seconds
-
Migration of Java-Based Web Applications From Commercial to Open Source Software
Business owners need the software as commercial software and open-source software to use in their projects. Organizations are using only commercial software for the last five decades of their software ...
1 minute 13 seconds
-
As a freelance developer, how do you stay informed of interesting libraries and technologies?
I’ve been working at a great company with wonderful developers and there are always interesting links being posted in different slack channels. I’m leaving that company and plan to work ...
22 seconds
-
Setting Up an MVC Core 3.1 Application With an Empty Template
Introduction Today I will explain you, how you can setup MVC Core 3.1 Application in visual studio 2019. We will understand it from scratch. What is ASP.Net Core? ASP.Net core ...
39 seconds
-
Discovering Rust
Being a developer, it is easy to jump on the hype train and try to learn or even use in pet projects the latest libraries, frameworks and why not programming ...
1 minute 3 seconds
-
Creating an Angular Library and Publishing on npm
Angular Libraries  An Angular library is an Angular project that differs from an application which can run on its own. A library must be imported and used in an app.  ...
31 seconds
-
Applying Curiously Recurring Template Pattern in C++
Curiously Recurring Template Pattern(CRTP) in C++ is definitely a powerful technique and a static alternative to virtual functions. But at the same time, learning it may seem a bit weird ...
1 minute 15 seconds
-
What to Choose to Implement Audio/Video Calls Solution Using WebRTC
We at Mad Devs have been working with WebRTC since 2013. We have implemented several projects with video or audio calls enabled. That’s why I want to share my thoughts ...
45 seconds
-