ArjanCodes's profile picture. I help people become better at software development and design.

ArjanCodes

@ArjanCodes

I help people become better at software development and design.

ArjanCodes reposted

"Have you heard of GPT Engineer? It's a new tool that developers are creating so we can replace ourselves faster than ever before." This made me laught 😂😭 @ArjanCodes


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: instagram.com/arjancodes #observerpattern #designpatterns #programming

ArjanCodes's tweet image. 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: instagram.com/arjancodes

#observerpattern #designpatterns #programming

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: youtu.be/-tU7fuUiq7w #Pandera

ArjanCodes's tweet image. 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: youtu.be/-tU7fuUiq7w

#Pandera

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: youtu.be/-tU7fuUiq7w #pandaspython #pandasvalidate #pandasvalidation #typehintspandas

ArjanCodes's tweet image. 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: youtu.be/-tU7fuUiq7w

#pandaspython #pandasvalidate #pandasvalidation #typehintspandas

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: instagram.com/arjancodes #UX

ArjanCodes's tweet image. 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: instagram.com/arjancodes

#UX

If you use a Mac for software development, these apps will make your life a whole lot easier!🔥 youtu.be/BMtG52U3cEY #MacBookSetup #ProductivityHacks #DevelopmentTips #Programming

ArjanCodes's tweet image. If you use a Mac for software development, these apps will make your life a whole lot easier!🔥 youtu.be/BMtG52U3cEY

#MacBookSetup #ProductivityHacks #DevelopmentTips #Programming

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.


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: instagram.com/arjancodes #poetrypython

ArjanCodes's tweet image. 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: instagram.com/arjancodes

#poetrypython

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: youtu.be/0f3moPe_bhk #virtualenv #poetry

ArjanCodes's tweet image. 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: youtu.be/0f3moPe_bhk

#virtualenv  #poetry

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: instagram.com/arjancodes #FstringsPython

ArjanCodes's tweet image. 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: instagram.com/arjancodes

#FstringsPython

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: instagram.com/arjancodes #pandas #datatypes

ArjanCodes's tweet image. 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: instagram.com/arjancodes

 #pandas #datatypes

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: youtu.be/uVy23GEehpc #pandas #largedata #datatypes

ArjanCodes's tweet image. 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: youtu.be/uVy23GEehpc

 #pandas #largedata #datatypes

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: instagram.com/arjancodes #pythoncodingtips #pythonprogramming #pythonstyleguide

ArjanCodes's tweet image. 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: instagram.com/arjancodes

#pythoncodingtips #pythonprogramming #pythonstyleguide

ArjanCodes reposted

Do you know the GRASP design principles? I think they’re actually better suited to Python code than the SOLID principles. What do you think? To learn more about GRASP, see my Instagram post: instagram.com/arjancodes #graspdesignprinciples #graspsoftwaredesignprinciples

ArjanCodes's tweet image. Do you know the GRASP design principles? I think they’re actually better suited to Python code than the SOLID principles. What do you think? To learn more about GRASP, see my Instagram post: instagram.com/arjancodes

#graspdesignprinciples #graspsoftwaredesignprinciples

Loading...

Something went wrong.


Something went wrong.