i started programming in kotlin a month ago and got interested in SQL Databases. I created Apps with Firebase but now im looking for an alternative way without
I have an array with 8 elements. How do I move the last 4 elements to the front?
I'm trying to search hundreds of files for the keyword 'Description' and then output the name of a file that contains the keyword. Executing a simple exiftool
I need to add some texts to a scene in three-js and I've seen Troika seems to be perfect for it. The problem is that when I install troika, I can't find a way t
Students = (("Squidward", "F", 60), ("Sandy", "A", 33), ("Patrick","D", 36), ("Spongebob","B", 20), ("Mr.Krabs",
If I have a card inside a column, that needs to have an image with a set height, how do I make it not stretched out, as it currently is in my code example? And
Whenever I push or manually upload code to github extra whitespace will appear in the committed code. I'm using prettier and eslint, I've tried pushing with bot
So far I have declared a FavoriteItems class like so: enum Type { a, b, c, } class FavoriteItem { final String id; final String itemType; final Str