Viewing 15 posts - 46 through 60 (of 39,466 total)
It's returned in an order, but technically that can be changed:
SELECT value
FROM GENERATE_SERIES(1, 10) ORDER BY value desc;
June 13, 2025 at 9:25 pm
It also means teamwork across dev, qa, ops, etc. is really important to solve problems efficiently.
June 13, 2025 at 9:10 pm
How do you control production deployments without source control? How can you be sure that the code that was tested is what gets deployed? In our world, nothing gets...
May 27, 2025 at 9:47 pm
I think the code can speak for itself often, but there are also "why"s for the implementation that code doesn't necessarily answer. A misunderstanding of the why can lead to...
May 27, 2025 at 5:15 pm
"It's a pull because you're asking someone to accept your code. You pushed it into the Pull Request, but they don't have to take it. They have to pull...
May 22, 2025 at 7:09 pm
It's a pull because you're asking someone to accept your code. You pushed it into the Pull Request, but they don't have to take it. They have to pull it.
It...
May 21, 2025 at 7:25 pm
Viewing 15 posts - 46 through 60 (of 39,466 total)