<?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: Author Wong</title>
    <description>The latest articles on DEV Community by Author Wong (@wongauthor).</description>
    <link>https://dev.to/wongauthor</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%2F262580%2F5c01ca5f-61f4-4679-9f11-2d9fdfd4e4b3.jpg</url>
      <title>DEV Community: Author Wong</title>
      <link>https://dev.to/wongauthor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wongauthor"/>
    <language>en</language>
    <item>
      <title>How to keep service account key (.json) when deploying</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Sat, 27 Feb 2021 14:55:40 +0000</pubDate>
      <link>https://dev.to/wongauthor/how-to-keep-service-account-key-json-when-deploying-8p1</link>
      <guid>https://dev.to/wongauthor/how-to-keep-service-account-key-json-when-deploying-8p1</guid>
      <description>&lt;p&gt;Hi guys! I'm writing an express app which running firebase admin sdk. Google gave me a json file of service account key to let my server enter its console. My question is how do I upload this file when deploying since this is a sensitive file? Thanks&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Django discussion</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Wed, 10 Feb 2021 12:05:09 +0000</pubDate>
      <link>https://dev.to/wongauthor/django-discussion-1m04</link>
      <guid>https://dev.to/wongauthor/django-discussion-1m04</guid>
      <description>&lt;p&gt;I'm currently working on my side project which is an app has features that allows admin add new table and users can go to that table to add, update, delete their own records ( specified by their staff ID ). My approach is using Django and Mongodb. Mongodb will store data as follow, a collection represents a record has userId, userName, tableName and admin have rights to add more columns. The problem is how to handle those added dynamic fields ( I mean how to render those dynamic fields to input field in which users are able to input and submit? ) Do you now any project that similar to this project?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Scraping similar accounts on Instagram</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Sat, 26 Dec 2020 04:41:31 +0000</pubDate>
      <link>https://dev.to/wongauthor/scraping-similar-accounts-on-instagram-1nk6</link>
      <guid>https://dev.to/wongauthor/scraping-similar-accounts-on-instagram-1nk6</guid>
      <description>&lt;p&gt;Hi everyone! I'm currently have started a scraping side project which scrape similar account on instagram. My approach is using selenium and recursion methods to scrape those accounts. But I get stuck in doing that recursively, can anyone give me some advice what should I look for to complete this project. &lt;br&gt;
Here is my code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;def grabbing(nms):
    usr_lnk = ["https://www.instagram.com/{}".format(n.text.split('\n')[0]) for n in a]
    def grabOne():
        nonlocal usr_lnk
        for lnk in usr_lnk:
            driver.get(lnk)
            try:
                wb = driver.find_element_by_class_name("yLUwa").text
                print(wb)
                time.sleep(15)
            except NoSuchElementException:
                pass
        pass
    return grabOne

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title> How to prevent uploaded file from being renamed in strapi headless cms?
</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Fri, 23 Oct 2020 14:22:52 +0000</pubDate>
      <link>https://dev.to/wongauthor/how-to-prevent-uploaded-file-from-being-renamed-in-strapi-headless-cms-508b</link>
      <guid>https://dev.to/wongauthor/how-to-prevent-uploaded-file-from-being-renamed-in-strapi-headless-cms-508b</guid>
      <description>&lt;p&gt;I'm developing a website with Strapi headless CMS, I ran into a problem which was the uploaded file through media library it got renamed to something like IMG_225_somehash.png. Where do I should look up to solve this problem?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Installing from local package failed ! </title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Wed, 21 Oct 2020 14:14:27 +0000</pubDate>
      <link>https://dev.to/wongauthor/installing-from-local-package-failed-285b</link>
      <guid>https://dev.to/wongauthor/installing-from-local-package-failed-285b</guid>
      <description>&lt;p&gt;Hi everybody! &lt;br&gt;
I've started to use CKeditor for my strapi project. The CKeditor's build from strapi blog was missing some features, i started to build my own using CKeditor's online builder. After downloaded custom file from CKeditor &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_kosnEVi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/uczi0y95bp26x99sdv88.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_kosnEVi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/uczi0y95bp26x99sdv88.png" alt="Alt Text"&gt;&lt;/a&gt; i ran npm install &amp;amp;&amp;amp; npm run build. In strapi project I ran npm install --save ./external/ckeditor5-strapi ( I copied to my strapi directory). All needed packages are inside node_modules and package.json &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QSjkJLs5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wx5gfwfaqanylgfrb6t0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QSjkJLs5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/wx5gfwfaqanylgfrb6t0.png" alt="Alt Text"&gt;&lt;/a&gt; &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qU8nJ752--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nydoqw5tcd7e1sazgfba.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qU8nJ752--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nydoqw5tcd7e1sazgfba.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
But running npm run build still result in module not found? Am I install local package in a wrong way?&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9-gSwr-2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ariuy3qq3mqd7twicujb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9-gSwr-2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/ariuy3qq3mqd7twicujb.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is ecommerce development!</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Sun, 04 Oct 2020 06:33:20 +0000</pubDate>
      <link>https://dev.to/wongauthor/what-is-ecommerce-development-1n4</link>
      <guid>https://dev.to/wongauthor/what-is-ecommerce-development-1n4</guid>
      <description>&lt;p&gt;Hello everybody! I want to start a freelance career on Upwork, I've looked for a while, 60% of jobs is ecommerce website development, shopify, woocommerce, etc. The question I want to ask is what is the jobs of ecommerce development, is that Wordpress or other CMS platform?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Question about vue-grid-layout.</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Sun, 13 Sep 2020 10:23:14 +0000</pubDate>
      <link>https://dev.to/wongauthor/question-about-vue-grid-layout-3jef</link>
      <guid>https://dev.to/wongauthor/question-about-vue-grid-layout-3jef</guid>
      <description>&lt;p&gt;Hi everybody! &lt;br&gt;
Have anyone used vue-grid-layout, I've started learning it recently, but it doesn't work and keep logging "Injection "eventBus" not found", but the strange thing is i copy/paste from the document? What went wrong? Can anyone give an advice how to use that probably&lt;/p&gt;

&lt;p&gt;Best Regards&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to auto break line for none text elements?</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Fri, 04 Sep 2020 13:39:41 +0000</pubDate>
      <link>https://dev.to/wongauthor/how-to-auto-break-line-for-none-text-elements-2mbc</link>
      <guid>https://dev.to/wongauthor/how-to-auto-break-line-for-none-text-elements-2mbc</guid>
      <description>&lt;p&gt;Hello everyone! My HTML got a list of box and a container with a size smaller than a webpage. The thing i want to do is restrict those boxes stay inside that container and breakline if overflow? Can you guys give me an advice how can I achieve that effects? &lt;br&gt;
+&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to scrape images in a gallery from website using BeautifulSoup4</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Wed, 02 Sep 2020 07:05:13 +0000</pubDate>
      <link>https://dev.to/wongauthor/how-to-scrape-images-in-a-gallery-from-website-using-beautifulsoup4-3beb</link>
      <guid>https://dev.to/wongauthor/how-to-scrape-images-in-a-gallery-from-website-using-beautifulsoup4-3beb</guid>
      <description>&lt;p&gt;Hello guys! Im currently crawling images from websites. But I got a problem which is the website doesn't contain images links once i clicked through each picture, but how do I download images from gallery. Can anyone give an advice? Thanks&lt;/p&gt;

</description>
      <category>web</category>
    </item>
    <item>
      <title>How to create a web app with interactive features</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Mon, 31 Aug 2020 04:26:54 +0000</pubDate>
      <link>https://dev.to/wongauthor/how-to-create-a-web-app-with-interactive-features-3mo1</link>
      <guid>https://dev.to/wongauthor/how-to-create-a-web-app-with-interactive-features-3mo1</guid>
      <description>&lt;p&gt;Hi guys! I want to make a website which has features like drag and drop, resize the element size, can anyone give me advice what framework should I use. I just want a front-end framework or library which has the ability achieve those features. Django will be my back-end framwork&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How to get started on fiverr?</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Mon, 24 Aug 2020 11:08:04 +0000</pubDate>
      <link>https://dev.to/wongauthor/how-to-get-started-on-fiverr-3bh8</link>
      <guid>https://dev.to/wongauthor/how-to-get-started-on-fiverr-3bh8</guid>
      <description>&lt;p&gt;Hello everybody! I'm sophomore majoring in computer science, I want to start freelance career on fiverr. But I dont know how to sell my service on fiverr. Do you have any advice for starting freelance on fiverr?&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Building spreadsheet based search engine, first project evers......</title>
      <dc:creator>Author Wong</dc:creator>
      <pubDate>Sun, 02 Aug 2020 10:00:31 +0000</pubDate>
      <link>https://dev.to/wongauthor/building-spreadsheet-based-search-engine-first-project-evers-4038</link>
      <guid>https://dev.to/wongauthor/building-spreadsheet-based-search-engine-first-project-evers-4038</guid>
      <description>&lt;p&gt;Hello everyone! I'm beginning my writing journey on Medium the reason for that is I wanna talk to people about how I go through those problems. The first series would be "How to build a spread sheet based search engine which takes user input and return the result found in the format of csv , xlxs using Flask". Here is the medium links &lt;a href="https://link.medium.com/GBISNMEtC8"&gt;https://link.medium.com/GBISNMEtC8&lt;/a&gt;. If you guys find any mistakes please let me know. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
