matthewpomar
Name: matthewpomar
Score: n/a
Last Seen: 327 days, 18 hours, 24 minutes ago
Member Since: 8 December, 2021
Role:
Moderator
DeveloperSites
atom rss
1
likes
spam Like Dislike

How To Prevent SQL Injection Attacks With Python

published 830 days, 12 hours, 32 minutes ago posted by matthewpomarmatthewpomar 839 days, 16 hours, 1 minute ago
Sunday, December 19, 2021 4:44:10 PM GMT Friday, December 10, 2021 1:15:20 PM GMT
SQL injection attacks are one of the most common web application security threat and one of the easiest to prevent. Web application attackers will surely test your web application for this security vulnerability so you must take steps to ensure that this security hole is plugged, and plugged fast! SQL injection attacks are made possible by allowing non-escaped single or double quote strings to be included in your database's SQL call. This can be done very easily by an attacker by including a partial SQL... (more)
category: Python | clicked: 7 | 1 comment | | source: realpython.com
tags: ORM, PostgreSQL, Security, SQL
1
likes
spam Like Dislike

Become a Salesforce Developer or Admin at MyTutorialRack

published 820 days, 9 hours, 2 minutes ago posted by matthewpomarmatthewpomar 820 days, 16 hours, 10 minutes ago
Wednesday, December 29, 2021 8:14:08 PM GMT Wednesday, December 29, 2021 1:06:11 PM GMT
So you want to become a Salesforce developer? Good choice! Salesforce developers are in high demand and companies are paying top dollar for highly qualified and experienced Salesforce developers and admins. Salesforce is prolific in companies around the world. It is hard to find a company these days that is not using Salesforce, or is planning to move to Salesforce. Because of this, "Salesforce Developer" is one of the hottest job roles on the market today. Salesforce is a fun and rewarding development... (more)
category: Salesforce | clicked: 3 | 1 comment | | source: www.mytutorialrack.com
tags: Certification, Salesforce
1
likes
spam Like Dislike

18+ Powerful PostgreSQL Features You Didn't Know Existed

published 830 days, 12 hours, 32 minutes ago posted by matthewpomarmatthewpomar 839 days, 16 hours, 41 minutes ago
Sunday, December 19, 2021 4:44:10 PM GMT Friday, December 10, 2021 12:35:29 PM GMT
PostgreSQL is a powerful, full featured relational database management system. However, this free and open-source DBMS has a surprising number of fantastic features most PostgreSQL developers don't know anything about. In this article, Haki Benita, a renown and respected blogger on PostgreSQL, Python, and related technologies, list more than 18 lesser known PostgreSQL features that can improve your productivity and make your life easier as a PostgreSQL developer or admin. (more)
category: PostgreSQL | clicked: 5 | 1 comment | | source: hakibenita.com
tags: SQL