<?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: Anderies</title>
    <description>The latest articles on DEV Community by Anderies (@anderies).</description>
    <link>https://dev.to/anderies</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%2F261345%2Fc0ccdf17-34e2-4161-90e7-a030aed97988.png</url>
      <title>DEV Community: Anderies</title>
      <link>https://dev.to/anderies</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anderies"/>
    <language>en</language>
    <item>
      <title>wanna search for ORM debate</title>
      <dc:creator>Anderies</dc:creator>
      <pubDate>Wed, 08 Oct 2025 00:18:24 +0000</pubDate>
      <link>https://dev.to/anderies/wanna-search-for-orm-debate-5hmd</link>
      <guid>https://dev.to/anderies/wanna-search-for-orm-debate-5hmd</guid>
      <description></description>
    </item>
    <item>
      <title>Remove hash(#) at URL Angular and Still be able to refresh and Not Getting 404 Not Found !</title>
      <dc:creator>Anderies</dc:creator>
      <pubDate>Sun, 26 Apr 2020 12:47:39 +0000</pubDate>
      <link>https://dev.to/anderies/remove-hash-at-url-angular-and-still-be-able-to-refresh-and-not-getting-404-not-found-3a89</link>
      <guid>https://dev.to/anderies/remove-hash-at-url-angular-and-still-be-able-to-refresh-and-not-getting-404-not-found-3a89</guid>
      <description>&lt;p&gt;recently i’m building a movie stream app and decide to use angular.&lt;/p&gt;

&lt;p&gt;if you have 404 not found error when refreshing or you have ugly hash url on your web and projects&lt;br&gt;
this article is really for you this article suited you if you use Angular 4 | 5 | 6 |7 |8 | 9 and older version&lt;/p&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;Problem&lt;/strong&gt; :
&lt;/h3&gt;

&lt;p&gt;After i’m finished coding and deploying my angular app at shared hosting Server and found out if i am refreshing one of my movie detail component it Got error 404 Not Found,&lt;br&gt;
And than i really trying to solve this for a while by adding this :&lt;/p&gt;
&lt;h4&gt;
  
  
  &lt;strong&gt;To my project app-routing.module.ts&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;scrollPositionRestoration: ‘top’, useHash: true,&lt;/p&gt;
&lt;h4&gt;
  
  
  &lt;strong&gt;and this to my project app.module.ts&lt;/strong&gt;
&lt;/h4&gt;

&lt;p&gt;providers: [{provide: LocationStrategy, useClass: HashLocationStrategy}],&lt;/p&gt;

&lt;p&gt;And the results is my movie detail component can be refreshed and not getting 404 Not Found anymore but the url looks ugly ( for me ) it shows&lt;br&gt;
&lt;a href="http://www.example.com/#/movie-detail"&gt;www.example.com/#/movie-detail&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;Solutions&lt;/strong&gt;:
&lt;/h3&gt;

&lt;p&gt;This is problem had me struggle about 2 days can’t be solved by me , i try to googling and search on youtube old video tutorial on angular JS but that’s not working.&lt;br&gt;
And in the moment i got this article really helpfull content contains about angular lastest version routing , more deep explanation and trying to implement it on my projects&lt;/p&gt;

&lt;p&gt;(&lt;a href="https://gist.github.com/julianpoemp/bcf277cb56d2420cc53ec630a04a3566#new-generator"&gt;https://gist.github.com/julianpoemp/bcf277cb56d2420cc53ec630a04a3566#new-generator&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;The solution is simple you just need to make .htaccess (make sure it’s not txt format) on your Public_html that contains this :&lt;br&gt;
.htaccess&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;and changes this on your angular projects&lt;/p&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


&lt;p&gt;And boom your Angular project gets regular url like &lt;a href="http://www.example.com/movie-detail"&gt;www.example.com/movie-detail&lt;/a&gt; without hash and &lt;em&gt;able to Refresh and not getting 404 Not Found anymore&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I know this is not a problem for senior developer but it’s kinda &lt;strong&gt;BIG AND ANNOYING PROBLEM&lt;/strong&gt; for junior developer or engineer that first time using angular and i just want to them to have the lastest article , because sometimes developer more interest and believe lastest article.&lt;/p&gt;

&lt;p&gt;i hope this article can be grow angular developer numbers around the world&lt;/p&gt;

&lt;p&gt;if you can’t solve Angular Project problem just Send me messages&lt;br&gt;
i’d love to help and answer it :) ✌️&lt;/p&gt;

&lt;p&gt;just follow my github here maybe i’ll update more free projects 🎮 soon&lt;br&gt;
(&lt;a href="https://github.com/Anderies"&gt;https://github.com/Anderies&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>angular</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>nodejs feat Seqeuelize Course</title>
      <dc:creator>Anderies</dc:creator>
      <pubDate>Fri, 27 Dec 2019 13:21:23 +0000</pubDate>
      <link>https://dev.to/anderies/nodejs-feat-seqeuelize-course-9gb</link>
      <guid>https://dev.to/anderies/nodejs-feat-seqeuelize-course-9gb</guid>
      <description>&lt;p&gt;i am new Backend Developer and &lt;br&gt;
my team working on Project that using sequelize and node to build a backend infrastructure.&lt;br&gt;
i am not very familiar with sequelize and node before&lt;/p&gt;

&lt;p&gt;does anyone here has recommendation good tutorials or course about node feat seqeuelize?&lt;br&gt;
please comment down below&lt;/p&gt;

</description>
      <category>node</category>
      <category>sql</category>
      <category>database</category>
    </item>
    <item>
      <title>Making Google Maps using Angular Component @angular/google-maps</title>
      <dc:creator>Anderies</dc:creator>
      <pubDate>Tue, 10 Dec 2019 15:32:24 +0000</pubDate>
      <link>https://dev.to/anderies/making-google-maps-using-angular-component-angular-google-maps-1p91</link>
      <guid>https://dev.to/anderies/making-google-maps-using-angular-component-angular-google-maps-1p91</guid>
      <description>&lt;p&gt;please kindly visit my article here on medium :)&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="https://medium.com/@ndreznotanto/making-google-maps-using-angular-component-angular-google-maps-47f31c4d947d" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yb-seLCx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://miro.medium.com/fit/c/96/96/0%2Ae6L1oRFYREzQh7gF.jpg" alt="Anderies"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://medium.com/@ndreznotanto/making-google-maps-using-angular-component-angular-google-maps-47f31c4d947d" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Making Google Maps using Angular Component @angular/google-maps | by Anderies | Medium&lt;/h2&gt;
      &lt;h3&gt;Anderies ・ &lt;time&gt;Dec 10, 2019&lt;/time&gt; ・ 4 min read
      &lt;div class="ltag__link__servicename"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KBvj_QRD--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/medium_icon-90d5232a5da2369849f285fa499c8005e750a788fdbf34f5844d5f2201aae736.svg" alt="Medium Logo"&gt;
        Medium
      &lt;/div&gt;
    &lt;/h3&gt;
&lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>angular</category>
      <category>typescript</category>
      <category>javascript</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
