I have a legacy database where I have two models as: class Purchase belongs_to :product end class Product has_many :purchases end Now over time some of
So right now I'm trying to figure out how to solve this issue. I need to call an external resource (API) and pass to it an object collection. So lets say, I hav
actually, this is the first time I use channels but it's an easy concept to understand. I followed a tutorial that took me to the way in which I can send the no
Here's my dataframe sitename SOREANG SOREANG SATC L SUMELAP L SUKAJAYA L TAWANG sitename1
I'm struggling to create a serializer that groups the result, I can make it my "dirty" way but i am curious what is the proper way my models: class Station(mode
The database process was killed by the OS due to excessive memory consumption. It is recommended to tune your database workload and/or parameter usage to reduce
I am working on an application that uses eye-tracking technology to detect eye movements.. what I want to ask, is there any way to use python
I am developing a discord.js bot and I want to make a cooldown for a command. I saw a lot of tutorials on how to do it on Google, but all those tutorials do it