© 2023 Hashnode
#julia
Introduction Deep learning has revolutionized the field of artificial intelligence, enabling remarkable advancements across various domains. Julia, a high-performance programming language, has emerged…
The SQLite library implements an embedded, relational and serverless database engine. This means that the database itself is simply a disk file with read-and-write access. The file format has cross-pl…
In the world of programming, errors are unavoidable. An error is a deviation or discrepancy from the expected behaviour of a program. It is an indication that something has gone wrong during the execu…
Author commentary: I am starting a "clean code" blog series with simple tips that you can integrate into your workflow. I often write long, complicated articles that try to teach a lot at once. This i…
Data visualization is the graphical representation of data and information through visual elements such as charts, graphs, maps, and diagrams. It involves transforming raw data into visual formats tha…
Three years ago, we decided to embrace the Julia programming language to solve the two language problem at our organization. We want our scientists to join forces with software engineers so that they …
Julia: A Fast and Flexible Language for High-Performance Computing Julia is a new multi-paradigm programming language that was first introduced in 2012. It was designed to address some of the shortcomings of other scientific computing langu…
No matter what kind of code base you end up working on, there's always some logic that has to deal with file paths. Sometimes we need to know the location of a certain file or a certain folder. On oth…
In this tutorial we demonstrate how to call Julia libraries with multiple threads from C++. With the introduction of Julia 1.9 in May 2023, the runtime can dynamically "adopt" external threads, enabli…
My professional obsession is solving the Two Culture Problem. How can scientists optimally join forces with software engineers and their principles, so that we can work on the same problems together? …