<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sajjadkhan12</title>
    <description>The latest articles on DEV Community by Sajjadkhan12 (@sajjadkhan12).</description>
    <link>https://dev.to/sajjadkhan12</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F238538%2F113330f5-63da-4cd8-ba21-4328fcb58e90.png</url>
      <title>DEV Community: Sajjadkhan12</title>
      <link>https://dev.to/sajjadkhan12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sajjadkhan12"/>
    <language>en</language>
    <item>
      <title>Five Best Free HTML Email Templates Download 
</title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Sun, 26 Jul 2020 07:40:33 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/five-best-free-html-email-templates-download-216g</link>
      <guid>https://dev.to/sajjadkhan12/five-best-free-html-email-templates-download-216g</guid>
      <description>&lt;p&gt;To find the best free Email HTML website templates, you would probably need to spend countless hours searching the web. You might be born under the lucky star, however, for all the rest, we did all the hard work for you. There are numerous high-quality free html email templates out there so you can imagine how difficult it was choosing only the top-performing ones.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Simplicity – Responsive Email Templates
Simplicity is a Responsive email template designed for Multipurpose activity. This email template is fully editable with online Builder like StampReady, MailChimp, CampaignMonitro etc. Feel free to change any layout, images, elements, background and colors which beautifies your Email. StampReady, MailChimp, CampaignMonitor compatible Files and HTML with Inline CSS Included.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Webber Responsive Email + Online Template Builder&lt;br&gt;
New Email Builder Save templates multiple times in your account Export HTML, MailChimp or Campaigns monitor files Drag&amp;amp;drop modules Remove / Duplicate modules Change background / text colors Instant Text Editor Replace (background) Images&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ruler – Responsive Email + Online Template Builder&lt;br&gt;
Ruler is one of the best email html templates which you can use for your own project.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Raniel – Responsive Email with 200+ Modules + MailChimp Editor + StampReady + Online Builder&lt;br&gt;
Raniel Business, Startup, Multipurpose Fashion &amp;amp; Ecommerce Responsive Email. 200+ Modules compatible with MailChimp + Stampready + Campaing Monitor, plus 10 premade templates based on the 200+ Modules will help you to create a wondefull responsive E-mail template for promoting your eshop, product, business and services.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Petras 200 – Multipurpose Email Set with MailChimp Editor, StampReady &amp;amp; Online Builder&lt;br&gt;
Petras include 200+ modules compatible with Mailchimp + Stampready + campaign Monitor, plus 10 premade templates based on the 200+ Modules will help you to create a wonderfull responsive Email template for promoting your eshop, products, business and services.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Download all these five free html email templates &lt;br&gt;
Original Source : &lt;a href="https://prosourcecode.com/free-html-email-templates/"&gt;https://prosourcecode.com/free-html-email-templates/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Free Programming Projects With Source Code</title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Sat, 25 Jul 2020 07:20:18 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/free-programming-projects-with-source-code-gf0</link>
      <guid>https://dev.to/sajjadkhan12/free-programming-projects-with-source-code-gf0</guid>
      <description>&lt;p&gt;If you are a beginner in programming world and want to learn programming fast. So I suggest you a  website which have projects including source code and you can do practice on those projects. &lt;a href="https://prosourcecode.com/"&gt;&lt;b&gt; Premium Projects  With Source Code&lt;/b&gt; &lt;/a&gt;&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>csharp</category>
      <category>javascript</category>
      <category>java</category>
    </item>
    <item>
      <title>Free Download Django Ecommerce (BookStore) Application</title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Thu, 23 Jul 2020 00:14:04 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/free-download-django-ecommerce-bookstore-application-5ajg</link>
      <guid>https://dev.to/sajjadkhan12/free-download-django-ecommerce-bookstore-application-5ajg</guid>
      <description>&lt;p&gt;Django ecommerce (bookstore) is simple website where user can displays books. Users can add and remove books to/from their cart and can also specifying the quantity of each item. They can then enter their address and choose Payment (braintree) to handle the payment processing. We used braintree sandbox for testing purpose, you integrate any payment system.&lt;/p&gt;

&lt;p&gt;In this website admin can export orders in to csv file and can genereate order dynamically.Admin can create coupons and can create categories. Django ecommerce (bookstore) application have alot of features.&lt;/p&gt;

&lt;p&gt;Installation of Django Ecommerce (Bookstore) Application&lt;br&gt;
Creating an isolated Python environment&lt;br&gt;
Since version 3.7, Python has come with the venv library, which provides support for creating lightweight virtual environments. Each virtual environment has its own Python binary and can have its own independent set of installed Python packages in its site directories. Using the Python venv module to create separated Python environments allows you to use different package versions for different projects, which is far more practical than installing Python packages system-wide. Another advantage of using venv is that you won’t need any administration privileges to&lt;br&gt;
install Python packages. Create an separated environment with the following command: python -m venv my_env.&lt;br&gt;
Read Full Article &lt;a href="https://prosourcecode.com/free-download-django-ecommerce/"&gt;https://prosourcecode.com/free-download-django-ecommerce/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>html</category>
      <category>python</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Taxi Booking App source code | Uber Clone </title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Mon, 20 Jul 2020 18:22:33 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/taxi-booking-app-source-code-uber-clone-53cn</link>
      <guid>https://dev.to/sajjadkhan12/taxi-booking-app-source-code-uber-clone-53cn</guid>
      <description>&lt;p&gt;About Taxi Booking App&lt;br&gt;
This project is a complete clone of Uber, which is a taxi booking iOS app. We have build this app using Native Objective- C for iOS and Native Java for Android. You can download this taxi booking app source code for free by scrolling down. Some of the great features of the app are:&lt;/p&gt;

&lt;p&gt;Feature of User App :&lt;br&gt;
Intro Video splash screen to give appealing look to the app.&lt;br&gt;
Google api integration for autocomplete&lt;br&gt;
Plotting of places to google map with distance and minutes calculation between routes.&lt;br&gt;
One step and easy booking process.&lt;br&gt;
Integration with Paypal and Stripe Payment gateway.&lt;br&gt;
Support different rates for day and night.&lt;br&gt;
Option to set cab types with rates from backend CMS .&lt;br&gt;
Stylish animation between views with Facebook style slide menu.&lt;br&gt;
Display all booking with scroll to load and clean UI.&lt;br&gt;
Filters to sort booking’s on the basis of completed, pending booking etc.. Available on both User and Driver App.&lt;br&gt;
Enable Auto refresh when driver accept job on driver arrival, journey begin , journey completed / dropped etc.&lt;br&gt;
Support Push messages for all the status as well.&lt;br&gt;
Live tracking Driver who are assigned for your booking.&lt;br&gt;
Option to Cancel the Job till driver is not assigned.&lt;br&gt;
Rate card screen with option to view all Taxi’s day and night rates.&lt;br&gt;
100% Native Objective C and shipped with full source code.&lt;br&gt;
Support localization and Internationalization .&lt;br&gt;
Support RTL Languages&lt;br&gt;
Share ETA to Facebook and Twitter .&lt;br&gt;
Read full article at &lt;a href="https://prosourcecode.com/taxi-booking-app-source-code-free-download/"&gt;https://prosourcecode.com/taxi-booking-app-source-code-free-download/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>javascript</category>
      <category>ios</category>
      <category>wordpress</category>
    </item>
    <item>
      <title>DARPA is Working on an Anonymous Mobile Communication System</title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Sat, 26 Oct 2019 13:21:47 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/darpa-is-working-on-an-anonymous-mobile-communication-system-15aa</link>
      <guid>https://dev.to/sajjadkhan12/darpa-is-working-on-an-anonymous-mobile-communication-system-15aa</guid>
      <description>&lt;p&gt;The DARPA (Advanced Defense Research Projects Agency) is at the origin of many innovative and useful technologies such as Unix, GPS, Tor, etc. The agency generally uses the technologies required by the US military or can help it. But sometimes, DARPA also makes some innovative technologies available to citizens.&lt;/p&gt;

&lt;p&gt;DARPA is Making an Anonymous Mobile Communication System:&lt;br&gt;
According to an information document on Dr. Joshua Baron’s supporters’ day, DARPA is working on an anonymous, end-to-end, hacker-proof mobile communication system. This system, called RACE, can reside completely in a congested network environment.Read More&lt;br&gt;
&lt;a href="https://projectwithcode.com/darpa-mobile-communication-system/"&gt;https://projectwithcode.com/darpa-mobile-communication-system/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>javascript</category>
    </item>
    <item>
      <title>7 Best Android Studio Projects </title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Tue, 01 Oct 2019 07:38:46 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/7-best-android-studio-projects-n5i</link>
      <guid>https://dev.to/sajjadkhan12/7-best-android-studio-projects-n5i</guid>
      <description>&lt;p&gt;Are you beginner in android developement and want to learn android developement fast. Here in this article i collect 20 best android studio projects which you can use for practice to learn android development fast. When you developing a app let suppose you are developing a music application. What you do are going to start from scratch ? No because no need to start from scratch because alot of application available which you can use from his project. As my experience alot of developers stole source codes and they use it his own projects. Here i am telling about 20 best projects which are given below.&lt;br&gt;
&lt;a href="https://prosourcecode.com/category/android-projects/"&gt;https://prosourcecode.com/category/android-projects/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>javascript</category>
      <category>python</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Why You Need To Learn Python | Become a Certified Python Programmer</title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Tue, 01 Oct 2019 04:10:42 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/why-you-need-to-learn-python-become-a-certified-python-programmer-2abc</link>
      <guid>https://dev.to/sajjadkhan12/why-you-need-to-learn-python-become-a-certified-python-programmer-2abc</guid>
      <description>&lt;p&gt;What is python?&lt;br&gt;
Python has recently created a stir in the global IT industry. Now, this is not a new language, it was developed after 1991. Recently, Python has become very popular. This interpreted programming language is used around the world to develop websites and algorithms and simplify the automation process.If you have many other languages, you can think about the importance of Python.&lt;/p&gt;

&lt;p&gt;Programs coded using Python instead of other programming languages ​​have only a few lines. In Python, you can code symbols correctly and easily. The Python coding process is so simple that we could take this feature to a whole new level. Initially, it was easy to realize a dream AI project.&lt;/p&gt;

&lt;p&gt;There are other programming languages, but Python facilitates the development of encrypted algorithms and websites can be developed immediately. Basically, Python gave me wings to fly. It allows people to develop new and creative things for society and people.&lt;br&gt;
For Reading Full Article Visit &lt;a href="https://projectwithcode.com/why-you-should-learn-python/"&gt;https://projectwithcode.com/why-you-should-learn-python/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to Learn Web Development Step by Step?</title>
      <dc:creator>Sajjadkhan12</dc:creator>
      <pubDate>Mon, 30 Sep 2019 03:14:00 +0000</pubDate>
      <link>https://dev.to/sajjadkhan12/how-to-learn-web-development-step-by-step-3lei</link>
      <guid>https://dev.to/sajjadkhan12/how-to-learn-web-development-step-by-step-3lei</guid>
      <description>&lt;p&gt;Hello everyone i am sajjad khan and i am learning html and css from w3school i am a little confuse about web development. Exactly how many language i need to learn for web development , can anyone explain front end development and backend developer and what is full stack developer ?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>html</category>
      <category>css</category>
    </item>
  </channel>
</rss>
