Guys, I've got a question. My Go application is supposed to Query a MySQL DB. I've created an InitDB function which basically opens a connection with that database. The quest...
Hey guys. Quick question. I'm using Laravel Pagination. But I don't know how to update my results on data changed. So assume a user is viewing their followers. My pagination...
Hey guys! I've got a question. I'm building a platform based on AWS, almost entirely. One of the processes of this platform is transferring large files (in the order of GBs) f...
hey guys. I have a MySQL table called users. I want to perform a DB Query to UPDATE a user's age, which is done using a simple stmt, err := db.Prepare("UPDATE users SET age =...
So I understand that in order for me to create a Reference Relationship in mongoDB, assuming between a user and their comments, I would have to do something like let userSche...
Will you get my ass a job after I do that and get fired? 🇱🇧
guys how can i start a server on go and make sure it runs in parallel? so my go code is going to perform some logic away from my HTTP server, but I want it to run that code al...
Guys, how can I subtract Seconds from Date? e.g. 08-07-2019 minus 500 seconds for example? the .After function cannot accept 500 as parameter since it's of type Duration and ....
Who brought Lebanon into this?
Hey guys. Can anyone provide me with a tutorial/article explaining how and what to test in an API Gateway?
is there a vscode extension that allows the execution of a js script inside vscode?
Is it better to upgrade laravel from 5.6 to 5.7 then to 5.8 or can it be done from 5.6 to 5.8 at once?
what's your ideal way of turning a smallint (0,1) into (true, false)?
Thought of that, but then I wasn't sure that the existing ffmpeg packages or the one you just sent me could analyze files located remotely (e.g. make HTTP requests). Waddayath...
Mozilla vs. Chromium, which is lighter for the PC?
Hey guys. Has anybody ever started a Laravel project on Windows?
So why would you recommend digital ocean?
Can yall send voice notes? Help a driving brother out
Wait who warned who?
like you know how you have the MDN web docs' inline JS editor where you run a piece of code and see the result?