<?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: Ian</title>
    <description>The latest articles on DEV Community by Ian (@ian).</description>
    <link>https://dev.to/ian</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%2F19142%2F298726d9-b876-4301-994e-54c2a5c6cb76.jpg</url>
      <title>DEV Community: Ian</title>
      <link>https://dev.to/ian</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ian"/>
    <language>en</language>
    <item>
      <title>Windows PHP developement setup</title>
      <dc:creator>Ian</dc:creator>
      <pubDate>Tue, 02 Jun 2020 11:42:30 +0000</pubDate>
      <link>https://dev.to/ian/windows-php-developement-setup-5hki</link>
      <guid>https://dev.to/ian/windows-php-developement-setup-5hki</guid>
      <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I've been developing PHP apps on my mac using Laravel Valet for quite some time. &lt;/p&gt;

&lt;p&gt;However, I recently also got a windows based pc on which I'd like to do some coding as well.  &lt;/p&gt;

&lt;p&gt;But I'm currently struggling with the developement server setup.&lt;/p&gt;

&lt;p&gt;Laravel Valet is dead simple and works like a charm, is there a similar alternative on Windows? &lt;br&gt;
I've tried WSL with Apache2 as well, however I'd like to avoid having to deal with vHosts configurations for each project. &lt;/p&gt;

&lt;p&gt;XAMMP isn't an option. &lt;/p&gt;

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

</description>
    </item>
    <item>
      <title>package.json copy file in Windows</title>
      <dc:creator>Ian</dc:creator>
      <pubDate>Sat, 21 Mar 2020 16:51:14 +0000</pubDate>
      <link>https://dev.to/ian/package-json-copy-file-in-windows-3f93</link>
      <guid>https://dev.to/ian/package-json-copy-file-in-windows-3f93</guid>
      <description>&lt;p&gt;Hi, &lt;br&gt;
I'm currently trying to setup a boilerplate for my web projects.&lt;br&gt;
But somehow I can't figure out, how to write a script in my package.json that copies a file from the node modules folder to my public folder.&lt;/p&gt;

&lt;p&gt;Windows probably has problems with the slash? &lt;br&gt;
I'd be great if the solution could be compatible to macOS and windows since I use both.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"copyVue": "cp node_modules/vue/dist/vue.js public/app/js/vue.js"
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Thank you!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Git- Automatic pull on production server?</title>
      <dc:creator>Ian</dc:creator>
      <pubDate>Tue, 27 Aug 2019 07:55:55 +0000</pubDate>
      <link>https://dev.to/ian/git-automatic-pull-on-production-server-3en2</link>
      <guid>https://dev.to/ian/git-automatic-pull-on-production-server-3en2</guid>
      <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I'm hosting my own Gitea server on which I have most of my web projects stored.&lt;/p&gt;

&lt;p&gt;After pushing changes to a repo, I always have to connect to my shared hosting server on which I cloned the repo and run "git pull".&lt;/p&gt;

&lt;p&gt;I know I could setup a cronjob to run this command every few minutes, but is there a better solution, which would allow an instant deployment?&lt;/p&gt;

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

</description>
      <category>git</category>
      <category>gitpull</category>
      <category>production</category>
    </item>
    <item>
      <title>Starting backend developement, what to learn?</title>
      <dc:creator>Ian</dc:creator>
      <pubDate>Thu, 08 Aug 2019 09:26:39 +0000</pubDate>
      <link>https://dev.to/ian/starting-backend-developement-what-to-learn-28g9</link>
      <guid>https://dev.to/ian/starting-backend-developement-what-to-learn-28g9</guid>
      <description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I started learning PHP a while ago and coded some smaller web applications.&lt;br&gt;
But I recently noticed that I probably need to lean some JS in order to improve the overall workflow of e.g. writing data to the DB, displaying it, filtering...&lt;/p&gt;

&lt;p&gt;But I'm not sure how to start, learning the basics of JS and then some sort of framework, e.g. vue? But do I even need a framework?&lt;/p&gt;

&lt;p&gt;And how would the overall structure of the app look like?&lt;br&gt;
Writing a API in PHP and doing the rest in JS and sending the data to the API?&lt;/p&gt;

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

</description>
      <category>php</category>
      <category>javascript</category>
      <category>backend</category>
      <category>web</category>
    </item>
    <item>
      <title>How to setup remote repo in shared hosting</title>
      <dc:creator>Ian</dc:creator>
      <pubDate>Sat, 27 Jan 2018 10:29:06 +0000</pubDate>
      <link>https://dev.to/ian/how-to-setup-remote-repo-in-shared-hosting-30mi</link>
      <guid>https://dev.to/ian/how-to-setup-remote-repo-in-shared-hosting-30mi</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I just installed git on my mac, now I want to be able to push my local repo to my  shared hosting.&lt;br&gt;
The shared hosting has git installed, now I am wondering how I have to set it up to be able to push my local repo to the shared hosting server.&lt;/p&gt;

</description>
      <category>help</category>
      <category>git</category>
    </item>
  </channel>
</rss>
