What is JSON with padding?
What is exactly JSONP? What it looks like and why it threats web client security? How it could be handled dynamically?
What is exactly JSONP? What it looks like and why it threats web client security? How it could be handled dynamically?
We use JWTs everywhere: for authenticating and verifying. But since the stateless mechanism of JWT makes it unsafe for multiple times authentication, and making it stateful doesn’t make sense.
You may intercept network requests on puppeteer scripts. It’s a cool way to do reverse engineering or something tricky; the trickier thing is replaying those requests. So, I made a plugin for that.
When adding changes before committing with Git, we can use the --patch parameter to take only a part of the changes in a file, not all of them: git add -p or git add --patch
Sometimes when I want to install a new package on my arch, pacman says that the package conflicts with another package or a package required by another package.
While writing the Subflix service, I thought about how to search within the subtitles I had. I considered parsing the time and content values from the subtitle files and transferring them to a database, but I gave up on this because I had too many subtitle files.
© Samet 2017 - 2024