Jing Xue

Jing Xue @jingxue

Joined:
Jul 16, 2019

Jing Xue
articles - 5 total

How to manage your local changes with git

When we are working a project, often we need to make changes specific only to the local development...

Learn More 3 0Jan 30 '22

Why You Don't Want to Use the S3 Referer Only Policy

When you have an S3 bucket configured as a static web site, S3 allows you to restrict access to the o...

Learn More 0 0Dec 15 '20

My Tags Missing Upon Going Back to dev.to Front Page

when I load up the dev.to front page, my tags show up correctly: https://imgur.com/a/jRBETVe I clic...

Learn More 10 4Jul 29 '20

List to Tuple: a Little Compilation Optimization

I was reading Julien Maury's Python pro tips, and ran into this code snippet: if myvar in [9,1,7]...

Learn More 6 0Jul 4 '20

Missing 'distutils.util' after upgrading from Python 3.7 to 3.8

I recently upgraded to Pop OS(essentially Ubuntu) 20.04, which had Python upgraded to 3.8. My ongoing...

Learn More 4 0May 25 '20