<?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: Usama</title>
    <description>The latest articles on DEV Community by Usama (@usama4745).</description>
    <link>https://dev.to/usama4745</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%2F247952%2F2578faca-14be-4b3d-8830-c14b75799bbd.png</url>
      <title>DEV Community: Usama</title>
      <link>https://dev.to/usama4745</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/usama4745"/>
    <language>en</language>
    <item>
      <title>Now connect SQL with no-code as a data source</title>
      <dc:creator>Usama</dc:creator>
      <pubDate>Fri, 07 Jun 2024 21:04:50 +0000</pubDate>
      <link>https://dev.to/usama4745/now-connect-sql-with-no-code-as-a-data-source-5d4k</link>
      <guid>https://dev.to/usama4745/now-connect-sql-with-no-code-as-a-data-source-5d4k</guid>
      <description>&lt;p&gt;Softr just introduced its integration with Relational databases which includes MySQL, PostgreSQL, SQL Server, and MariaDB.&lt;/p&gt;

&lt;p&gt;Softr is a tool that lets you create apps without writing code. It can connect to different sources of data, such as spreadsheets or databases, and use that data to build custom apps.&lt;/p&gt;

&lt;p&gt;Users can build sophisticated no-code apps using huge SQL databases and can scale indefinitely without hitting records limit&lt;/p&gt;

&lt;p&gt;Here is the official blog containing announcement &lt;a href="https://softrplatformsgmbh.partnerlinks.io/sqlblog"&gt;Softr now integrates with SQL Databases&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/QVWGEgOS83o"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;SQL databases store complex data that usually requires advanced technical skills to access. But with Softr, you can easily connect to your SQL databases and build powerful apps that use that data, all with just a few clicks&lt;/p&gt;

&lt;p&gt;You can also connect your SQL data source just sign up for a free plan of  Softr and give it a try &lt;a href="https://softrplatformsgmbh.partnerlinks.io/homesoftr"&gt;LINK &lt;/a&gt;&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>sql</category>
      <category>postgres</category>
      <category>mariadb</category>
    </item>
    <item>
      <title>How I develop Paste feature for bubble.io</title>
      <dc:creator>Usama</dc:creator>
      <pubDate>Tue, 28 May 2024 07:37:38 +0000</pubDate>
      <link>https://dev.to/usama4745/how-i-develop-paste-feature-for-bubbleio-44ic</link>
      <guid>https://dev.to/usama4745/how-i-develop-paste-feature-for-bubbleio-44ic</guid>
      <description>&lt;p&gt;I was talking to bubble developer and he was complaining that bubble don't have feature or plugin using which we can assign paste action to UI element&lt;/p&gt;

&lt;p&gt;So I decided to give it a try&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For those who don't know bubble.io is a low code tool using which we can develop almost any kind of software but without coding&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I started to brain storm how to achieve this.&lt;/p&gt;

&lt;p&gt;I logged in to my bubble account and created a new plugin&lt;/p&gt;

&lt;p&gt;Basically you can easily extend bubble functionality and API to develop custom feature and that can be done using javascript&lt;/p&gt;

&lt;p&gt;Bubble provides you hosting and it also manages versions and payment system for your plugin in case you decide to commercialize your plugin&lt;/p&gt;

&lt;p&gt;So first of all I developed Paste action in my local system using VScode&lt;br&gt;
In the beginning it was tough to develop such thing because all the older methods of developing paste action became obsolete. And there wasn't much help related to implementing paste action according to latest version of browsers.&lt;/p&gt;

&lt;p&gt;But I memorize that I have used paste action somewhere as a user and that website was of video to mp3 converter where we used to paste url of video and it convert to mp3 audio and there are tons of such websites.&lt;/p&gt;

&lt;p&gt;So I navigated to url of one of those website and just did inspect element and &lt;strong&gt;boom!!!&lt;/strong&gt; I got the code for paste action feature that was the code which I wasn't able to find anywhere on stackoverflow or on any other medium article&lt;/p&gt;

&lt;p&gt;Here is the link to the Plugin: &lt;a href="https://bubble.io/plugin/paste-from-clipboard-1706291947141x848814483050332200"&gt;https://bubble.io/plugin/paste-from-clipboard-1706291947141x848814483050332200&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
