Uncategorized

Usage of SELECT statement in SQL

The SELECT statement in SQL is used to retrieve data from a relational database. Syntax for to select one column: SELECT “column_name” FROM “table_name”; Syntax for to select more than one column: SELECT “column_name1″[,”column_name2”] FROM “table_name”; Syntax for to select ALL : SELECT * FROM “table_name”; In the above all 3 syntax “table_name” is the …

Usage of SELECT statement in SQL Read More »

Swapping of two numbers

Today we are going observe how we can swap two numbers using python First we will follow the old model of swapping two numbers using third variable . Next we will see how we can swap with out third variable . Advantage of python we have in variable declarations .

AWS vs GCP

Serverless products Managed services Database offerings Load balancing Load balancing in GCP HTTPS load balancing From internet to my vm’s . Now you can configure 1. Backend configuration Backend services with HTTP with time out . Along with this configure services . 2. Host and path rules Useful incase of microservices configuration 3. Front end …

AWS vs GCP Read More »

As digital tracking wanes, companies turn to online communities for direct access to customers

Many SaaS companies are doing just that, from big players like Salesforce and Hubspot to smaller startups, which understand the power of building a community of interested individuals who can answer questions, act as quasi-evangelists and give the company honest feedback about products and services. The rise of Slack and Discord are related to this trend because both make it easy …

As digital tracking wanes, companies turn to online communities for direct access to customers Read More »

Signal says third-party data breach exposed 900 phone numbers

The data has already been misused. The culprit searched for three phone numbers, and re-registered the account of one user. Signal doesn’t store chat histories or contacts online, so the breach shouldn’t have revealed other sensitive details. Signal is taking steps to limit the damage. It will unregister the app on all devices linked to …

Signal says third-party data breach exposed 900 phone numbers Read More »