<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>evergreen on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/evergreen/</link><description>Recent content in evergreen on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Wed, 24 Apr 2024 23:41:19 +0300</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/evergreen/index.xml" rel="self" type="application/rss+xml"/><item><title>Implementation Patterns</title><link>https://jaaved.netlify.app/notes/20210808194126-implementation_patterns/</link><pubDate>Wed, 24 Apr 2024 23:41:19 +0300</pubDate><guid>https://jaaved.netlify.app/notes/20210808194126-implementation_patterns/</guid><description/></item><item><title>vobject</title><link>https://jaaved.netlify.app/notes/vobject--20230617-162401/</link><pubDate>Wed, 24 Apr 2024 23:40:08 +0300</pubDate><guid>https://jaaved.netlify.app/notes/vobject--20230617-162401/</guid><description>Python Apps # tags :
https://github.com/eventable/vobject A full-featured Python package for parsing and creating iCalendar and vCard files
Summary # A full-featured Python package for parsing and creating iCalendar and vCard files github
Used in projects # used in the Azm X CMS project to make the team members profile download-able to save directly as contact in mobile phones, page ref
class CreateVCardView(View): template_name = &amp;#34;precious_body_block.html&amp;#34; def post(self, request, *args, **kwargs): nerd_id = request.</description></item><item><title>PayLead</title><link>https://jaaved.netlify.app/notes/paylead--20230306-130320/</link><pubDate>Wed, 24 Apr 2024 23:39:48 +0300</pubDate><guid>https://jaaved.netlify.app/notes/paylead--20230306-130320/</guid><description/></item><item><title>vCard</title><link>https://jaaved.netlify.app/notes/vcard--20230605-202148/</link><pubDate>Wed, 24 Apr 2024 23:38:28 +0300</pubDate><guid>https://jaaved.netlify.app/notes/vcard--20230605-202148/</guid><description>tags :
Summary # vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards can be attached to e-mail messages, sent via Multimedia Messaging Service (MMS), on the World Wide Web, instant messaging, NFC or through QR Code.
They can contain:
name and address information, phone numbers, e-mail addresses, URLs, logos, photographs, and audio clips. wikipedia
BEGIN:VCARD VERSION:4.0 FN:Simon Perreault N:Perreault;Simon;;;ing. jr,M.Sc. BDAY:--0203 GENDER:M EMAIL;TYPE=work:simon.</description></item><item><title>CSR</title><link>https://jaaved.netlify.app/notes/csr--20230528-160715/</link><pubDate>Wed, 24 Jan 2024 22:22:28 +0300</pubDate><guid>https://jaaved.netlify.app/notes/csr--20230528-160715/</guid><description>tags Security, SSH Summary: # CSR contains public key of the server and other meta data, like common name(domain name), org, state etc. public key of the server and identity of the individual or organization CSR is created, along with public and private key, on the server where the certificate(SSL that CA signs) will be used. what is CSR? ref 1 What is CSR? ref 2
Creating CSR for the ZATCA complaint e-invoicing system using openssl # openssl req -new -newkey rsa:2048 -nodes -keyout &amp;lt;test.</description></item></channel></rss>