A Data Gman
Toggle navigation
  • Home
  • Resources
  • About

Copy files from Windows to Devcontainers

By Aaron Grossman • April 21, 2022 • 0 Comments

To copy a file or folder from your Windows device into a Dev Container running on WSL2 ( Windows Subsystem for Linux 2 ) using Docker, use the WSL command line to execute the code below:

docker cp "/mnt/<drive letter>/source/folder/My First Copy Command/foldername"
Continue Reading
Docker,VSCode,WSL

Cursor Offset & Multi Monitors on Amazon WorkSpaces

By Aaron Grossman • October 16, 2021 • 0 Comments

Quick Links

  • Fix Cursor Offset
  • Use Amazon WorkSpace Full Screen on Two of Three Monitors

I've been using Amazon WorkSpaces as my primary work device for the last 14 months. It provides a Desktop experience on top of EC2 for the user with a simplified set of options and administration

Continue Reading
AWS,Amazon WorkSpace

Filter Table by Another in Power Query

By Aaron Grossman • January 25, 2020 • 0 Comments

There are many approaches to filter one table with another using Power Query. The most common solution I found was to join tables together, and then delete the resulting joined results. This feels like a poor solution, and reviewing Table.Contains, this seems like a good way to provide filtering

Continue Reading
Power BI,Power Query

Basic App Security for Beginners with Environment Variables

By Aaron Grossman • August 16, 2019 • 0 Comments

I'm learning about application development, and I rarely see beginner topics discuss security for an application as you begin development. I've found that using environment variables to keep your secrets safe is an effective way to use source control and not commit your passwords or expose other material you want

Continue Reading
Python,Security

Importing Sibling Packages in Python

By Aaron Grossman • August 04, 2019 • 0 Comments

I've put together a snippet of code to demonstrate how to import sibling packages and modules in Python 3, with a working example out on GitHub as python-sibling-import-example.

To run this, add this snippet to the start of any Python file in your project not at the root:

if __name_
Continue Reading
Python
Page 1 of 4

Find me on

  • Aaron Grossman's DEV Profile

Tags

Amazon WorkSpaceAWSDAXDockerEMRETLGetting StartedGuideHivePower BIPower QueryPowerShellPresentationPythonQuery FoldingQuick ReferenceSecuritySQL ServerVSCodeWeb DevelopmentWSL

Twitter

Tweets by ADataGman

Recent Post

Copy files from Windows to Devcontainers
April 21, 2022
Cursor Offset & Multi Monitors on Amazon WorkSpaces
October 16, 2021
Filter Table by Another in Power Query
January 25, 2020

Tags

Amazon WorkSpaceAWSDAXDockerEMRETLGetting StartedGuideHivePower BIPower QueryPowerShellPresentationPythonQuery FoldingQuick ReferenceSecuritySQL ServerVSCodeWeb DevelopmentWSL
Copyright © 2025, A Data Gman. All right Reserved.