Tomaz KastruninR-evolutionTips for organising your R codeEmbrace every tip that will help your R code be more readable, organised and cleanerJan 26, 20231Jan 26, 20231
Tomaz Kastrun10 simple improvements for your Python codeWrite readable code with these tipsJan 9, 2023Jan 9, 2023
Tomaz KastruninDev GeniusR tips for every data scientist with Tidyverse and four additional packagesBenefit from these R functions and make your next data science project easierJul 26, 20222Jul 26, 20222
Tomaz KastrunEight R Tidyverse tips for everyday data engineeringTidyverse is a collection of R packages, primarily for data engineering and analytics. These packages are ggplot2, purrr, tibble, dplyr…Jul 14, 2022Jul 14, 2022
Tomaz KastrunCulture fit or culture add?Culture fit is usually a phrase coined in the context of the recruitment process. And it resonates with the idea that the new candidate…May 25, 2022May 25, 2022
Tomaz KastrunComparing performances of file formats in R: CSV to RDS, Parquet, and FeatherWe will be doing a similar benchmark with the R language. The goal is to see, if the CSV file format can be replaced by a file type that…May 9, 2022May 9, 2022
Tomaz KastruninTowards DevAutomate the creation of Azure Machine Learning workspaces in your enterprise using BicepInfrastructure-as-code (IaC) with Bicep makes deploying resources in Microsoft Azure simpler, faster, repeatable, and reliable. The process…Mar 2, 2022Mar 2, 2022
Tomaz KastrunCustomer empathy comes first for every data scientistWhen delivering your data analysis, calculations, machine learning results, and data visualizations to your clients try to think, feel…Feb 24, 2022Feb 24, 2022
Tomaz KastrunSQL vs. NoSQL in Data ScienceData come in a variety of forms, at different paces, and at different volumes. And if all three criteria define the difference between SQL…Feb 14, 2022Feb 14, 2022
Tomaz KastruninTowards DevException handling in R languageUsing exceptions for error (and exceptions) handling makes your code simpler, cleaner, and less likely to miss errors. Exception handling…Feb 10, 2022Feb 10, 2022