<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Dwij.net</title>
    <link>https://dwij.net/</link>
    <description>Recent content on Dwij.net</description>
    <image>
      <title>Dwij.net</title>
      <url>https://dwij.net/images/cover.png</url>
      <link>https://dwij.net/images/cover.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 28 Jan 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://dwij.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Use Tailwind 4 with Angular 19</title>
      <link>https://dwij.net/posts/how-to-use-tailwind-4-with-angular-19/</link>
      <pubDate>Tue, 28 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-use-tailwind-4-with-angular-19/</guid>
      <description>Tailwind CSS 4 brings modern utility-first styling capabilities to the table, making it a perfect choice for building fast, customizable, and scalable UIs. However, when integrating it with Angular 19, there are some nuances and workarounds you need to be aware of. This guide will walk you through t</description>
    </item>
    <item>
      <title>Install Postgres on MacOS with Homebrew along with pgAdmin4</title>
      <link>https://dwij.net/posts/install-postgres-on-macos-with-homebrew-along-with-pgadmin4/</link>
      <pubDate>Sun, 21 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/install-postgres-on-macos-with-homebrew-along-with-pgadmin4/</guid>
      <description>PostgreSQL is a powerful, open-source relational database management system widely used for building scalable web applications.</description>
    </item>
    <item>
      <title>WebSockets: Build Anonymous Chat Server in Golang and Tailwind</title>
      <link>https://dwij.net/posts/websockets-anonymous-chat-server-in-golang-tailwind/</link>
      <pubDate>Fri, 29 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/websockets-anonymous-chat-server-in-golang-tailwind/</guid>
      <description>WebSockets provide a full-duplex communication channel over a single TCP connection, enabling real-time communication between clients and servers.</description>
    </item>
    <item>
      <title>IP Throttling or Rate Limiting in Golang using net/http and time/rate</title>
      <link>https://dwij.net/posts/ip-throttling-rate-limiting-in-golang-using-net-http-and-time-rate/</link>
      <pubDate>Sun, 24 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/ip-throttling-rate-limiting-in-golang-using-net-http-and-time-rate/</guid>
      <description>IP throttling, also known as rate limiting, is a technique used to control the rate of requests from a client to a server</description>
    </item>
    <item>
      <title>Trigger Jenkins job from Laravel via Guzzle Request</title>
      <link>https://dwij.net/posts/trigger-jenkins-job-from-laravel-via-guzzle-request/</link>
      <pubDate>Fri, 15 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/trigger-jenkins-job-from-laravel-via-guzzle-request/</guid>
      <description>To trigger a Jenkins job from a Laravel app, you can call Jenkins API endpoint from Guzzle. Follow simple steps to implement the automation.</description>
    </item>
    <item>
      <title>How to access Laravel Passport API from Shell Script using CURL and JQ</title>
      <link>https://dwij.net/posts/how-to-access-laravel-passport-api-from-shell-script-using-curl-and-jq/</link>
      <pubDate>Sat, 09 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-access-laravel-passport-api-from-shell-script-using-curl-and-jq/</guid>
      <description>Access Laravel Passport API&amp;#39;s from Shell Script using CURL and JQ. Combination can be helpful in running remote Automation Jobs and Builds.</description>
    </item>
    <item>
      <title>Next Best Web Framework: Benchmark Comparison for Golang Fiber, Node.js Express, Laravel, Lumen, and Django</title>
      <link>https://dwij.net/posts/next-best-web-framework-benchmark-golang-fiber-node-js-express-laravel-lumen-and-django/</link>
      <pubDate>Sun, 03 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/next-best-web-framework-benchmark-golang-fiber-node-js-express-laravel-lumen-and-django/</guid>
      <description>Web Framework Recommendation for Performance and Ease of coding in 2023. Golang and Express excel in high-performance scenarios, while Laravel, Lumen, and Django prioritise developer experience and feature completeness</description>
    </item>
    <item>
      <title>Error Handling Strategies in Go: Panic, Recover, and Error Wrapping</title>
      <link>https://dwij.net/posts/error-handling-strategies-in-golang-panic-recover-wrapping/</link>
      <pubDate>Tue, 15 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/error-handling-strategies-in-golang-panic-recover-wrapping/</guid>
      <description>In Go, error handling is straightforward yet powerful, thanks to the built-in panic and recover mechanisms</description>
    </item>
    <item>
      <title>Enable GZIP Compression on Ubuntu &#43; Apache</title>
      <link>https://dwij.net/posts/enable-gzip-compression-on-ubuntu-apache/</link>
      <pubDate>Thu, 03 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/enable-gzip-compression-on-ubuntu-apache/</guid>
      <description>Supercharge your website&amp;#39;s speed on Ubuntu &#43; Apache! Follow our simple guide to enable GZIP compression and enhance performance. Learn to install &amp;#39;mod_deflate&amp;#39;, configure Apache, and deliver faster load times for an unbeatable user experience.</description>
    </item>
    <item>
      <title>Install NVM / Node for all users including Jenkins</title>
      <link>https://dwij.net/posts/install-nvm-node-for-all-users-including-jenkins/</link>
      <pubDate>Sun, 16 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/install-nvm-node-for-all-users-including-jenkins/</guid>
      <description>Node Version Manager (NVM) is normally installed for a single user, typically under ~/.nvm. This works well for development environments, but it can become problematic on servers where multiple users or services need Node.js.</description>
    </item>
    <item>
      <title>Interfaces in Golang: A Comprehensive Guide</title>
      <link>https://dwij.net/posts/interfaces-in-golang-a-comprehensive-guide/</link>
      <pubDate>Sun, 18 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/interfaces-in-golang-a-comprehensive-guide/</guid>
      <description>Interfaces are a powerful feature in Go that enable polymorphism and abstraction</description>
    </item>
    <item>
      <title>How to Run a Root-Level Shell Script in Jenkins</title>
      <link>https://dwij.net/posts/how-to-run-root-level-shell-script-in-jenkins/</link>
      <pubDate>Mon, 12 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-run-root-level-shell-script-in-jenkins/</guid>
      <description>Jenkins normally runs shell commands as the jenkins user. However, some server-maintenance tasks require root privileges—for example, cleaning APT caches...</description>
    </item>
    <item>
      <title>Setup Jenkins on Ubuntu 20.04 / 22.04 and run Jobs are root user</title>
      <link>https://dwij.net/posts/setup-jenkins-on-ubuntu-20-04-and-run-jobs-are-root-user/</link>
      <pubDate>Sat, 10 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/setup-jenkins-on-ubuntu-20-04-and-run-jobs-are-root-user/</guid>
      <description>Requirements Add the repository key to the system and append the Debian package repository. wget -q -O – https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add – wget -q -O – https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo apt-key add – sudo sh -c &amp;#39;echo deb http://pkg</description>
    </item>
    <item>
      <title>Enable Bootstrap Tooltip in Angular using Attribute Directive</title>
      <link>https://dwij.net/posts/enable-bootstrap-tooltip-in-angular-using-attribute-directive/</link>
      <pubDate>Sat, 03 Jun 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/enable-bootstrap-tooltip-in-angular-using-attribute-directive/</guid>
      <description>Bootstrap is a popular CSS framework that provides a set of ready-to-use components and styles for building responsive web applications. In this article, we will explore how to enable Bootstrap Tooltip in an Angular application using an attribute directive. Install Bootstrap: npm install bootstrap I</description>
    </item>
    <item>
      <title>Concurrency in Golang: Goroutines and Channels Explained</title>
      <link>https://dwij.net/posts/concurrency-in-golang-goroutines-channels-explained/</link>
      <pubDate>Sun, 14 May 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/concurrency-in-golang-goroutines-channels-explained/</guid>
      <description>Concurrency is a powerful aspect of Go (Golang) that allows developers to execute multiple tasks simultaneously</description>
    </item>
    <item>
      <title>How to speed up Laravel Unit tests using Schema:Dump</title>
      <link>https://dwij.net/posts/how-to-speed-up-laravel-unit-tests-using-schemadump/</link>
      <pubDate>Wed, 10 May 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-speed-up-laravel-unit-tests-using-schemadump/</guid>
      <description>Laravel, an open-source PHP framework, provides built-in functionalities for developers to write tests for their applications. However, running tests, especially database tests, can sometimes be slow and time-consuming, affecting the productivity of developers. This blog post will elaborate on how t</description>
    </item>
    <item>
      <title>Singleton Pattern Approaches in Golang</title>
      <link>https://dwij.net/posts/singleton-pattern-approaches-in-golang/</link>
      <pubDate>Mon, 01 May 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/singleton-pattern-approaches-in-golang/</guid>
      <description>Simple examples to explain Singleton Pattern implementation in Golang</description>
    </item>
    <item>
      <title>Golang: Hello World</title>
      <link>https://dwij.net/posts/golang-hello-world/</link>
      <pubDate>Sat, 29 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/golang-hello-world/</guid>
      <description>Simple Hello World Program in Golang for beginners</description>
    </item>
    <item>
      <title>PHP-FPM Get list of running php files</title>
      <link>https://dwij.net/posts/php-fpm-get-list-of-running-php-files/</link>
      <pubDate>Sun, 09 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/php-fpm-get-list-of-running-php-files/</guid>
      <description>We always find need to know which php files (Malware or otherwise) consuming the CPU and Server resources, so that you can fix those files. FPM status page give this exact information. For that it needs to be enabled and configured in your apache confirguration where you want it to be displayed. Fin</description>
    </item>
    <item>
      <title>Manage Laravel Queues using Supervisor</title>
      <link>https://dwij.net/posts/manage-laravel-queues-using-supervisor/</link>
      <pubDate>Sun, 07 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/manage-laravel-queues-using-supervisor/</guid>
      <description>Every Laravel Queue creates it&amp;#39;s own version of Laravel files. You will be in serious panic when you are working on Jobs &amp;amp; Notification as Queue will not update the version of those file dynamically.</description>
    </item>
    <item>
      <title>Secure WordPress Websites from Brute Force Attacks using Fail2ban on LAMP Server</title>
      <link>https://dwij.net/posts/secure-wordpress-websites-from-brute-force-attacks-using-apache-config-fail2ban/</link>
      <pubDate>Mon, 13 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/secure-wordpress-websites-from-brute-force-attacks-using-apache-config-fail2ban/</guid>
      <description>Is your Self-Hosted server suddenly reports 100% CPU Utilization and making all WordPress websites slow and eventually hacked ? [SOLVED]</description>
    </item>
    <item>
      <title>Laravel Valet setup including PHPMyAdmin</title>
      <link>https://dwij.net/posts/laravel-valet-setup-including-phpmyadmin/</link>
      <pubDate>Thu, 02 Sep 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/laravel-valet-setup-including-phpmyadmin/</guid>
      <description>Laravel Valet is most used tool on Mac by Laravel developers. Deploying test domains is lot way convenient than working on http://localhost.</description>
    </item>
    <item>
      <title>Laravel Valet : 502 Bad Gateway [SOLVED]</title>
      <link>https://dwij.net/posts/laravel-valet-502-bad-gateway-solved/</link>
      <pubDate>Sun, 29 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/laravel-valet-502-bad-gateway-solved/</guid>
      <description>When you upgrade or downgrade PHP Version of Laravel Valet it creates this issue of getting 502 Bad Gateway while accessing .test domains</description>
    </item>
    <item>
      <title>Integrate Zoho Cliq OAuth API in PHP Laravel using Guzzle</title>
      <link>https://dwij.net/posts/integrate-zoho-cliq-oauth-apis-in-php-laravel-using-guzzle/</link>
      <pubDate>Mon, 23 Aug 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/integrate-zoho-cliq-oauth-apis-in-php-laravel-using-guzzle/</guid>
      <description>Article demonstrating How to send a simple Message to Zoho Cliq Channel and Bot via Laravel Guzzle by using Zoho OAuth API v2</description>
    </item>
    <item>
      <title>Send Email Alert to Admin when Error Exceptions occurs in Laravel</title>
      <link>https://dwij.net/posts/send-email-alert-to-admin-when-error-exceptions-occurs-in-laravel/</link>
      <pubDate>Wed, 28 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/send-email-alert-to-admin-when-error-exceptions-occurs-in-laravel/</guid>
      <description>Reduce this daily overhead of Laravel Log Check by creating simple Developer Notification to Admin Mail or Slack</description>
    </item>
    <item>
      <title>Recursive Components in Vue 3 using Slots</title>
      <link>https://dwij.net/posts/recursive-components-in-vue-3-using-slots/</link>
      <pubDate>Sun, 13 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/recursive-components-in-vue-3-using-slots/</guid>
      <description>Short Tutorial to create Tree Menu using Recursive Vue Components where Source will be Component Tags rather than Array of Objects. We are using Vue Slots to accomplish the recursive Behavior.</description>
    </item>
    <item>
      <title>Ubuntu: Keep Process running in background using Tmux</title>
      <link>https://dwij.net/posts/ubuntu-keep-process-running-in-background/</link>
      <pubDate>Fri, 14 May 2021 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/ubuntu-keep-process-running-in-background/</guid>
      <description>There are sometimes requirement on server side to keep background process from terminating. Follow following article to achieve it using tmux</description>
    </item>
    <item>
      <title>Flutter: Putting ListView.builder inside another ListView</title>
      <link>https://dwij.net/posts/flutter-putting-listview-builder-inside-another-listview/</link>
      <pubDate>Tue, 23 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/flutter-putting-listview-builder-inside-another-listview/</guid>
      <description>No doubt ListView is one of the most used Container Widget in any Mobile Application as it gives us a seamless scrolling effect and a lot of space to put our content neatly. You are here because you might have received the following error: Vertical viewport was given unbounded height. The relevant e</description>
    </item>
    <item>
      <title>Integrate Google Maps in Flutter Application</title>
      <link>https://dwij.net/posts/integrate-google-maps-in-flutter-application/</link>
      <pubDate>Fri, 19 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/integrate-google-maps-in-flutter-application/</guid>
      <description>if you are facing any of the following errors while integrating Google Maps in Flutter, follow this article. 1. ‘GoogleMaps/GoogleMaps.h’ file not found 2. The ‘Pods-Runner’ target has frameworks with conflicting names: googlemaps.framework. 3. warning: ‘sqlite3_wal_checkpoint_v2’ is only available </description>
    </item>
    <item>
      <title>Scrape HTML Page Metadata Using Python</title>
      <link>https://dwij.net/posts/scrape-html-page-metadata-using-python/</link>
      <pubDate>Wed, 17 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/scrape-html-page-metadata-using-python/</guid>
      <description>If you need to extract metadata such as title, description, keywords, Open Graph tags, canonical URL, and Twitter Card information from an HTML page, Python makes this easy using requests and BeautifulSoup</description>
    </item>
    <item>
      <title>Best Freebie Flutter UI Templates</title>
      <link>https://dwij.net/posts/best-freebie-flutter-ui-templates/</link>
      <pubDate>Sun, 14 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/best-freebie-flutter-ui-templates/</guid>
      <description>Flutter is now a popular tool for creating UI Designs in no time. Still sometimes you will need an initial push to get going.</description>
    </item>
    <item>
      <title>Complete guide - LetsEncrypt Certbot SSL for Ubuntu</title>
      <link>https://dwij.net/posts/complete-guide-letsencrypt-certbot-ssl-for-ubuntu/</link>
      <pubDate>Thu, 11 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/complete-guide-letsencrypt-certbot-ssl-for-ubuntu/</guid>
      <description>Let’s Encrypt provides free, automated SSL/TLS certificates that can be used to enable HTTPS on an Ubuntu server.</description>
    </item>
    <item>
      <title>Getting started with Google Flutter on VSCode</title>
      <link>https://dwij.net/posts/getting-started-with-google-flutter-vscode/</link>
      <pubDate>Thu, 11 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/getting-started-with-google-flutter-vscode/</guid>
      <description>Flutter is Google’s UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter not only enables us to create lavish Mobile apps but it gives whole meaningful Software Architecture to create Platform Independent Mobile Apps. Flutter </description>
    </item>
    <item>
      <title>How to setup Laravel Application on Heroku</title>
      <link>https://dwij.net/posts/how-to-setup-laravel-application-on-heroku/</link>
      <pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-setup-laravel-application-on-heroku/</guid>
      <description>Heroku provides a simple way to deploy PHP and Laravel applications without managing the underlying web server. In this guide, we will deploy a Laravel application to Heroku using Git, configure the application environment, and connect it to a MySQL database.</description>
    </item>
    <item>
      <title>Warning: CocoaPods not installed [Mac &#43; Flutter &#43; VSCode &#43; XCode &#43; iOS Simulator]</title>
      <link>https://dwij.net/posts/warning-cocoapods-not-installed-mac-flutter-vscode-xcode-ios-simulator/</link>
      <pubDate>Wed, 12 Feb 2020 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/warning-cocoapods-not-installed-mac-flutter-vscode-xcode-ios-simulator/</guid>
      <description>When you install New Copy of XCode and try to run your application on iOS Simulator from VSCode. You may see this error: Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side’s plugin code that responds to your plugin usage on the Dart </description>
    </item>
    <item>
      <title>How to setup Nginx Server on Ubuntu</title>
      <link>https://dwij.net/posts/how-to-setup-nginx-server-on-ubuntu/</link>
      <pubDate>Thu, 21 Nov 2019 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-setup-nginx-server-on-ubuntu/</guid>
      <description>sudo apt-get update sudo apt-get upgrade -y sudo apt-get install nginx -y sudo chown -R ubuntu:ubuntu /var/www sudo chmod -R 0755 /var/www sudo nano /etc/nginx/sites-available/suitara.com.conf cd /var/www/html git clone https://gdbhosale@bitbucket.org/gdbhosale/arasuits.git suitara cd suitara/ cd /e</description>
    </item>
    <item>
      <title>How to switch PHP Versions on LAMP Server</title>
      <link>https://dwij.net/posts/how-to-switch-php-versions-on-lamp-server/</link>
      <pubDate>Sun, 13 Jan 2019 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/how-to-switch-php-versions-on-lamp-server/</guid>
      <description>Use multiple PHP versions on same server and manage currently running (default) php version for terminal.</description>
    </item>
    <item>
      <title>Compress &#43; Resize Bulk Images in python</title>
      <link>https://dwij.net/posts/compress-resize-bulk-images-in-python/</link>
      <pubDate>Fri, 24 Aug 2018 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/compress-resize-bulk-images-in-python/</guid>
      <description>Compress &#43; Resize Bulk Images in python</description>
    </item>
    <item>
      <title>Laravel Task Scheduling in Ubuntu using Cron Tabs vs Supervisor</title>
      <link>https://dwij.net/posts/laravel-task-scheduling-in-ubuntu-using-cron-tabs/</link>
      <pubDate>Fri, 20 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/laravel-task-scheduling-in-ubuntu-using-cron-tabs/</guid>
      <description>Laravel provides a convenient way to define scheduled tasks using its task scheduler. Instead of creating a separate Linux cron entry for every Laravel command...</description>
    </item>
    <item>
      <title>Add Floating WhatsApp Button in your WordPress Website</title>
      <link>https://dwij.net/posts/add-floating-whatsapp-button-in-your-wordpress-website/</link>
      <pubDate>Mon, 02 Apr 2018 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/add-floating-whatsapp-button-in-your-wordpress-website/</guid>
      <description>Open functions.php from your WordPress Child Theme and add the below code...</description>
    </item>
    <item>
      <title>Quick Setup for WordPress Child Themes</title>
      <link>https://dwij.net/posts/quick-setup-for-wordpress-child-themes/</link>
      <pubDate>Fri, 29 Sep 2017 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/quick-setup-for-wordpress-child-themes/</guid>
      <description>Quick Setup for WordPress Child Themes...</description>
    </item>
    <item>
      <title>Getting started with Cloud Commander – Best File Manager for your VPS</title>
      <link>https://dwij.net/posts/getting-started-with-cloud-commander-best-file-manager-for-your-vps/</link>
      <pubDate>Wed, 16 Aug 2017 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/getting-started-with-cloud-commander-best-file-manager-for-your-vps/</guid>
      <description>sudo apt-get install npm npm i cloudcmd -g Create Configuration:
sudo nano ~/.cloudcmd.json Put Content
{ &amp;#34;name&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;auth&amp;#34;: true, &amp;#34;username&amp;#34;: &amp;#34;root&amp;#34;, &amp;#34;password&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;algo&amp;#34;: &amp;#34;SHA1&amp;#34;, &amp;#34;editor&amp;#34;: &amp;#34;edward&amp;#34;, &amp;#34;packer&amp;#34;: &amp;#34;zip&amp;#34;, &amp;#34;diff&amp;#34;: true, &amp;#34;zip&amp;#34;: true, &amp;#34;buffer&amp;#34;: true, &amp;#34;dirStorage&amp;#34;: true, &amp;#34;online&amp;#34;: true, &amp;#34;open&amp;#34;: false, &amp;#34;oneFilePanel&amp;#34;: false, &amp;#34;keysPanel&amp;#34;: true, &amp;#34;port&amp;#34;: 8000, &amp;#34;ip&amp;#34;: null, &amp;#34;root&amp;#34;: &amp;#34;/var/www&amp;#34;, &amp;#34;prefix&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;progress&amp;#34;: true, &amp;#34;confirmCopy&amp;#34;: true, &amp;#34;confirmMove&amp;#34;: true, &amp;#34;showConfig&amp;#34;: false, &amp;#34;showFileName&amp;#34;: true, &amp;#34;contact&amp;#34;: true, &amp;#34;configDialog&amp;#34;: true, &amp;#34;console&amp;#34;: true, &amp;#34;syncConsolePath&amp;#34;: false, &amp;#34;terminal&amp;#34;: false, &amp;#34;terminalPath&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;terminalCommand&amp;#34;: &amp;#34;&amp;#34;, &amp;#34;terminalAutoRestart&amp;#34;: true, &amp;#34;vim&amp;#34;: false, &amp;#34;columns&amp;#34;: &amp;#34;name-size-date-owner-mode&amp;#34;, &amp;#34;export&amp;#34;: false, &amp;#34;exportToken&amp;#34;: &amp;#34;root&amp;#34;, &amp;#34;import&amp;#34;: false, &amp;#34;import-url&amp;#34;: &amp;#34;http://localhost:8000&amp;#34;, &amp;#34;importToken&amp;#34;: &amp;#34;root&amp;#34;, &amp;#34;importListen&amp;#34;: false, &amp;#34;log&amp;#34;: true } Put Password:</description>
    </item>
    <item>
      <title>All you need for VSCode Laravel Setup</title>
      <link>https://dwij.net/posts/all-you-need-for-vscode-laravel-setup/</link>
      <pubDate>Tue, 23 May 2017 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/all-you-need-for-vscode-laravel-setup/</guid>
      <description>All you need for VSCode Laravel Setup</description>
    </item>
    <item>
      <title>Creating TimeAgo function in PHP</title>
      <link>https://dwij.net/posts/creating-timeago-function-in-php/</link>
      <pubDate>Sat, 24 Dec 2016 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/creating-timeago-function-in-php/</guid>
      <description>Many times while displaying time on website we need to do something extra. This function script can give you time in days/hour/minutes/seconds ago format. You just need to pass the mysql time to this function. like this</description>
    </item>
    <item>
      <title>Mobile OS detection in PHP CodeIgniter</title>
      <link>https://dwij.net/posts/mobile-os-detection-in-php-codeigniter/</link>
      <pubDate>Wed, 11 Dec 2013 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/mobile-os-detection-in-php-codeigniter/</guid>
      <description>For doing this there is one good plugin called &amp;#34;Mobile Detect&amp;#34;. Just download library from https://github.com/serbanghita/Mobile-Detect Put Mobile_Detect.php inside libraries folder of ci application. Whenever you need to detect the OS or any other parameter, use following code: public function inde</description>
    </item>
    <item>
      <title>Raspberry Pi in Pune</title>
      <link>https://dwij.net/posts/raspberry-pi-in-pune/</link>
      <pubDate>Mon, 21 Oct 2013 00:00:00 +0000</pubDate>
      <guid>https://dwij.net/posts/raspberry-pi-in-pune/</guid>
      <description>So many times it happens where we need to deploy our Software/Embedded Project on Hardware. Only problem comes is creating Hardware based on ARM Processor &amp;amp; all its time consuming interfacing.</description>
    </item>
  </channel>
</rss>
