1 follower
Passionate about creativity in the best ways to explain the technology.
In Django, many of us have some confusion between these two fields in a model Null and Blank, in short: Null is related to a database. Blank is related to an HTML form. When we set: null=True which means that we inform our database that we can st...
In CSS to center an element horizontally, you might think that Flex and Grid can solve your problem. BUT, text-align: center or margin: auto can also do the trick 🪄 Therefore, knowing the difference between text-align: center and margin: auto will h...
Let's continue our journey. In the PART 1, we talked about the type of animation, the difference between Implicit and Explicit animation, how animation works, and we said that animation changes over time from its initial state to its final state, and...
In the last lesson, we took some theories about animation, therefore, today we're going to make our hands dirty, learn by doing. BUT, Hold on. We need to understand important concepts of animation before jumping into the code, bring your own coffee a...
In this series, we will learn the many techniques and ways of translating your ideas for animation from the ground up. Animations are what really set apps apart from the crowd, because they are interactive, and make the app come alive. So first, let'...