π **New Blog Post Alert!** π Dive into the world of **SQL/JSON Path Language** with PostgreSQL! π
- Access nested JSON elements,
- Use wildcards & recursion
- Filter results with conditions
- Perform array operations
https://t.co/dtWK8k8zuJ #PostgreSQL#JSON#SQL
π Unlock the Power of JSON in PostgreSQL! π
Dive into the latest article on mastering JSON data types with PostgreSQL. Learn about essential operators, efficient querying, and leveraging GIN indexes for optimal performance.
Reference: https://t.co/9Ecfnv4ogu
I have stored a lot of JSON data in table columns but never really looked at how to work with json data in PostgreSQL outside my ORM provides. So while reading up, I wrote - Understanding JSON type in PostgreSQL. Feedback welcomes.
https://t.co/TfuZ9GY0VG
@RichOBray Not sure about side projects, but as for reading and learning a new language or tool or finishing a course, I put it down to - If I can do an hour, I have done well. Sometimes, no energy to do any thinking. I have learnt to not be hard on myself over this.
Special methods in Python are intriguing aspects that are often unnoticed. They contribute to crafting code in a manner that is both elegant and robust. Second article delves into the utilisation of the __next_() special method.
https://t.co/PHQIHfhKGp
Special methods are interesting features of Python that can get easily overlooked. They do lend themselves to writing dare I say it - Pythonic code that looks beautiful and powerful.
https://t.co/5aZwk2UcNx
@mukoshy@waaazap Na just a regular 27 inch. I make use of the multi desktop spaces the OS provides to separate apps and focus on one thing at a time. Depend on notifications for more urgent alerts. Very boring.
@cyberomin Funny, I have reverted back to a single screen. Laptop is pretty much a desktop these days. Barely moved and used in clamshell mode.
I still utilise multiple desktops for dedicated apps like slack and email.
@davidadamojr within my team we write test to exercise system behaviours. So this is feature A, what test cases do we need to exercise feature A.
I have also shifted away from code coverage thinking but more effective tests covering essential system features.
And write test for pub methods