Blog
-
The state of your sticky element
What if you could use a pseudo for your sticky element in CSS as we have for hover, focus, pressed, and many more. Well, there is a way to create your own trigger and apply specific styling to the element when it's stuck.
Development
-
Debugging Django in VSCode without using --noreload
Let me tell you how you can use VSCode to debug Python without losing auto reloading!
Development
-
Teaser into automation with Fabric talk
There is always room for improvement and especially in the world of ones and zeros you'll find yourself seeing more and more similar patterns and repetition of tasks emerging everywhere. There are different ways how to deal with those tasks - one of which is Fabric, a neat Python module. And it's quite simple to start...
Development
-
Generating lots of unique random strings
A customer had an interesting problem. They needed a file with 220 million unique strings, each 8 characters long, containing only characters from a specified range, and absolutely no duplicates.
Development
-
Optimizing content delivery with a Content Delivery Network
When you want to give your users a fast experience, using a Content Delivery Network might help you. Depending on the size of your website and the number of visitors globally, you can decide to deploy such a network.
Development
-
Why YTEC develops apps with React Native
Initially, we could not develop apps for Apple devices by ourselves, because we had limited experience with Swift and Objective-C. When React Native got released, this changed. React Native will take this JavaScript code and convert it into Java or Objective-C.
Development