Category: Uncategorized

Best Practices for Testing Your Julia Packages

December 26, 2024 · Steven Whitaker · 758 views

Learn how to integrate tests into your Julia package and execute them with continuous integration.

How to Create a Julia Package from Scratch

November 25, 2024 · Steven Whitaker · 917 views

Master the tools and techniques to create a Julia package.

Julia 1.11: Top Features and Important Updates

October 10, 2024 · Steven Whitaker · 674 views

Learn about the new features in Julia 1.11.

Maximizing Julia Development with VSCode Extension

August 14, 2024 · Justyn Nissly · 508 views

Optimize your development workflow and comfort with Julia.

Enhancing Healthcare Revenue Forecasting with DataFrames.jl and MemPool.jl: A Case Study

August 2, 2024 · Jeff Dixon, Steven Whitaker, Michael Bologna · 216 views

Discover design solutions, performance boosts, and Julia developer job opportunities.

Getting Started with DataFrames.jl: A Beginner’s Guide

May 8, 2024 · Joel Nelson · 322 views

Mastering Tabular Data in Julia: A Simple Guide for Beginners.

Mastering Efficient Array Operations with StaticArrays.jl in Julia

March 18, 2024 · Steven Whitaker · 987 views

Discover techniques to accelerate array operations and matrix calculations using StaticArrays.jl.

Efficient Julia Optimization through an MRI Case Study

February 19, 2024 · Steven Whitaker · 659 views

Check out this Julia code example illustrating the optimization of input parameters to minimize a cost function.

Delving into Advanced Types within the Julia Type System

January 22, 2024 · Justyn Nissly · 1,292 views

An Overview of Type Unions, Parametric Types, Tuple Types, UnionAll Types, and Type Aliases in the Julia Type System.

Julia’s Parallel Processing

January 15, 2024 · Steven Whitaker · 2,411 views

Get to know a range of methods for parallel processing in Julia.