100daysofcode

Day 66. Theme switcher

Day 66. Theme switcher

What I did: Today, I continued working on the theme switcher in the application. I focused on implementing the logic of switching themes inside the application. The user can do this manually. If the user at least once turned on or off dark theme, the application will follow only application's state of the switcher. Changing themes in the system settings no longer has any effect.  To completely cover this case, I have to add a checkbox. I will add it tomorrow. After this, all cases with theme switching will be covered. I think the set of my commits is a…
Read More
Day 9: Understanding Strings in Python | 100 Days Python

Day 9: Understanding Strings in Python | 100 Days Python

Day 8: User Input in Python | 100 Day Python In Python, strings play a crucial role as a data type, allowing you to work with textual data. In this blog, we'll explore the fundamentals of strings, different methods to create strings, and advanced concepts like multi-line strings, indexing, and looping through characters in a string. This guide will equip you with a solid understanding of strings, helping you become more proficient in Python programming. What is a String in Python? A string in Python is essentially a sequence of characters enclosed within quotes. You can create a string by…
Read More
Day 33. Generic response

Day 33. Generic response

I think being only an Android developer is too narrow today. You need to have broader knowledge and skills to solve tasks outside single-platform development. AI tools push us in this direction, but at the same time, they help us gain this expertise.  What I did: Today, I worked on a search endpoint. I planned to complete it, but I only implemented the search logic for articles. I found that the article, user, and organization models were different from those I had used before. I decided to extract a separate model for it and simply add a mapper to the…
Read More
Day 38 of 100 Days of Code

Day 38 of 100 Days of Code

Wed, August 7, 2024 I started on the second Codecademy course in the Full-Stack Engineer path today, Building Interactive Sites, which looks to basically be JavaScript I. The follow-on courses are, in order, Front End Development, Back End Development, and Full Stack Development. I'm also still finding details in my code from the last project in the last section that need attention, so I'm following up on those as well, and I'm getting so many ideas from AI on coding that I need to better plan how to apply them in small enough parts to keep lessons flowing. Too much…
Read More
100FrontendChallenge – Day 2 – Add to cart

100FrontendChallenge – Day 2 – Add to cart

The second UI is a simple add to cart component. As I thought writing the introduction to this challenge I needed some framework to handle interactions so I added the Svelte framework for the select behaviour of the shirts, sizes and colors available. Here's the result Checkout the 100FrontendChallenge site or the code on GitHub. Source link lol
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.