Tech Archive
There’s every indication that the pandemic is changing the nature of cybersecurity. Online threats are evolving to match our new remote-work paradigm, with 91% of businesses reporting an increase in cyberattacks during the coronavirus outbreak. Hackers are getting …
With 2020 almost here, it’s amazing to think about how much cloud technologies and the cloud industry as a whole have transformed over the past decade. While cloud technologies will continue to bring transformative change …
Data loss prevention (DLP) is one of the most important tools that enterprises have to protect themselves from modern security threats like data exfiltration, data leakage, and other types of sensitive data and secrets exposure. …
Managing successful IT projects with Agile. While the application of project management is not new, the advent of project management ‘approaches’ or philosophies has led to significant improvements in the quality of projects delivered and …
Mobile devices have emerged as one of the most essential features of modern living. We use them to order food, shop, ride share, and entertain. They play a crucial part in managing our tasks, keeping …
In the context of data security, modern digital businesses realize the dangers that come with using sensitive information in its raw form. Figuring out a way to collect and use the original data without putting …
Running a business in the digital age is no easy feat. This is especially true nowadays when consumer data security is at the forefront of the conversation. Data breaches have hit even some of the …
TABLE OF CONTENTS Introduction getter/setter/deleter properties through model relationships Proxy models Wrap up INTRODUCTION Models are a core concept of the Django framework. According to Django’s design philosophies for models, we should be as explicit as …
Essentially, a middle man. When dealing with computers, the concept is largely the same. A web proxy is simply a bit of software that will relay a HTTP request for you. WHAT IS A PROXY …
TABLE OF CONTENTS Introduction to Web Scraping Scrapy concepts Reddit-less front page Extracting amazon price data Considerations at scale INTRODUCTION TO WEB SCRAPING Web scraping is one of the tools at a developer’s disposal when …