ArjanCodes Profile Banner
ArjanCodes Profile
ArjanCodes

@ArjanCodes

Followers
4K
Following
258
Media
170
Statuses
385

I help people become better at software development and design.

Utrecht
Joined September 2014
Don't wanna be here? Send us removal request.
@ArjanCodes
ArjanCodes
2 years
RT @Nebulonit: "Have you heard of GPT Engineer? It's a new tool that developers are creating so we can replace ourselves faster than ever b….
0
3
0
@ArjanCodes
ArjanCodes
2 years
I feel like I’ve only scratched the surface of using a pub-sub service in my software. Are you using pub-sub, and what for? Follow me on Instagram for more about design patterns and architecture: #observerpattern #designpatterns #programming
Tweet media one
6
0
10
@ArjanCodes
ArjanCodes
2 years
Pandera SchemaModel works with Pydantic! 🐍 To take advantage of this integration, you can specify a SchemaModel in a Pydantic BaseModel. With Pandera v0.10.0 or higher, you can do the opposite as well. To learn more about Pandera, click here: #Pandera
Tweet media one
2
3
18
@ArjanCodes
ArjanCodes
2 years
Did you know that type hints and annotations don't validate your Python data? 🤔 Check out today's video to see how Pandera ensures data quality and integrity: #pandaspython #pandasvalidate #pandasvalidation #typehintspandas
Tweet media one
1
2
18
@ArjanCodes
ArjanCodes
2 years
Don’t add or remove elements from a user interface on the fly. While it may seem convenient to show or hide elements based on user interactions, it also creates confusion and frustration for the user. For more UX design tips, follow me on Instagram: #UX
Tweet media one
0
0
5
@ArjanCodes
ArjanCodes
2 years
If you use a Mac for software development, these apps will make your life a whole lot easier!🔥  #MacBookSetup #ProductivityHacks #DevelopmentTips #Programming
Tweet media one
0
3
8
@ArjanCodes
ArjanCodes
2 years
It looks like it's International Broken Software Day. Nothing is working: Final Cut Pro crashes, my bank app is offline, and Dropbox isn't syncing my files anymore. Time to go home.
3
1
23
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: Poetry makes it easy to build and publish Python packages. You can build a package using ‘poetry build’ and publish it to P….
0
2
0
@ArjanCodes
ArjanCodes
2 years
Poetry makes it easy to build and publish Python packages. You can build a package using ‘poetry build’ and publish it to PyPI using ‘poetry publish’. If you want to learn more about virtual environments and poetry, follow me on Instagram: #poetrypython
Tweet media one
3
2
30
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: It can be tricky when different packages in Python run into compatibility issues. With poetry, you can easily create virtua….
0
1
0
@ArjanCodes
ArjanCodes
2 years
It can be tricky when different packages in Python run into compatibility issues. With poetry, you can easily create virtual environments in Python and say goodbye to the problem for good! Watch this week’s video to learn more: #virtualenv #poetry
Tweet media one
0
1
28
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: Trying to print variable names for debugging in Python? Here's a quick and easy tip: use the {var=} syntax in f-strings ins….
0
8
0
@ArjanCodes
ArjanCodes
2 years
Trying to print variable names for debugging in Python? Here's a quick and easy tip: use the {var=} syntax in f-strings instead of {var} to easily print out the variable name and its value. For more f-strings tips, follow me on Instagram: #FstringsPython
Tweet media one
1
8
22
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: If you have a column with a small number of unique values, consider using the category data type. This can significantly re….
0
3
0
@ArjanCodes
ArjanCodes
2 years
If you have a column with a small number of unique values, consider using the category data type. This can significantly reduce the memory usage of the column. To learn more tips about pandas’ data types, see my Instagram post: #pandas #datatypes
Tweet media one
0
3
12
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: Struggling with large datasets that slow down your work? 🐼  Learn how to handle them efficiently with pandas' data types. C….
0
1
0
@ArjanCodes
ArjanCodes
2 years
Struggling with large datasets that slow down your work? 🐼  Learn how to handle them efficiently with pandas' data types. Check out this week’s video: #pandas #largedata #datatypes
Tweet media one
1
1
9
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: I always use a main() function to prevent polluting the module namespace with variables that can be declared locally in mai….
0
2
0
@ArjanCodes
ArjanCodes
2 years
I always use a main() function to prevent polluting the module namespace with variables that can be declared locally in main(). For more software design and development tips, follow my Instagram: #pythoncodingtips #pythonprogramming #pythonstyleguide
Tweet media one
0
2
9
@ArjanCodes
ArjanCodes
2 years
RT @ArjanCodes: Do you know the GRASP design principles? I think they’re actually better suited to Python code than the SOLID principles. W….
0
5
0