<?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: Denis</title>
    <description>The latest articles on DEV Community by Denis (@denis_power).</description>
    <link>https://dev.to/denis_power</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%2F641014%2Fdb34796a-24d5-4f80-8d24-ae43fa7b0122.jpg</url>
      <title>DEV Community: Denis</title>
      <link>https://dev.to/denis_power</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/denis_power"/>
    <language>en</language>
    <item>
      <title>Interjs The easy to use Javascript framework</title>
      <dc:creator>Denis</dc:creator>
      <pubDate>Thu, 18 Apr 2024 16:37:06 +0000</pubDate>
      <link>https://dev.to/denis_power/interjs-the-easy-to-use-javascript-framework-2enn</link>
      <guid>https://dev.to/denis_power/interjs-the-easy-to-use-javascript-framework-2enn</guid>
      <description>&lt;p&gt;Gone are the days when programming for the web front-end was as simple as using just the script tag to add interactivity to pages.&lt;/p&gt;

&lt;h1&gt;
  
  
  Today's web
&lt;/h1&gt;

&lt;p&gt;Nowadays, there are a lot of JavaScript frameworks that allow programmers to create web apps in a "productive" way, but these frameworks often force programmers to make thousands of configurations just to run a Hello World, and come with an absurd learning curve.&lt;/p&gt;

&lt;p&gt;To solve this problem, the Inter framework was created, it is simple, intuitive, reactive, small and quite powerful, it will allow you to create even the most surprisingly complex applications, importing it just in a script tag.&lt;/p&gt;

&lt;p&gt;Github repository: &lt;a href="https://github.com/interjs/inter"&gt;Inter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>interjs</category>
      <category>javascript</category>
      <category>framework</category>
      <category>webdev</category>
    </item>
    <item>
      <title>O framework Javascript simples</title>
      <dc:creator>Denis</dc:creator>
      <pubDate>Thu, 06 Jan 2022 23:31:04 +0000</pubDate>
      <link>https://dev.to/denis_power/o-framework-javascript-simples-4n72</link>
      <guid>https://dev.to/denis_power/o-framework-javascript-simples-4n72</guid>
      <description>&lt;p&gt;Foram os tempos em que para programar para web front-end era tão simples como usar apenas a tag script para adicionar interatividade nas páginas.&lt;/p&gt;

&lt;h3&gt;
  
  
  A web de hoje
&lt;/h3&gt;

&lt;p&gt;Hoje em dia existe um monte de frameworks Javascript que permitem com que o programador crie apps para web de uma forma "produtiva", mas esses frameworks muitas  vezes obrigaram os programadores a fazerem milhares de configurações apenas para rodar um &lt;strong&gt;Hello word&lt;/strong&gt;, e trazem uma curva de aprendizado absurda.&lt;/p&gt;

&lt;p&gt;Para resolver esse problema, o framework &lt;a href="https://github.com/interjs/inter"&gt;Inter&lt;/a&gt; foi criado, ele é simples, intuitivo(&lt;em&gt;what you see is what you get&lt;/em&gt;), reativo, completo mas pequeno e bastante poderoso, ele vai permitir com que você crie até mesmo as aplicações com o nível de complexidade mais surpreendente possível, importando ele apenas numa tag script.&lt;/p&gt;

&lt;p&gt;Ele vem com um sistema reativo poderoso, ajax e um sistema de roteamento(para SPA).&lt;/p&gt;

&lt;p&gt;Documentação em português:&lt;a href="http://interjs.epizy.com/v1/tutorial/pt/instalacao"&gt;tutorial&lt;/a&gt;&lt;br&gt;
Repositório no Github: &lt;a href="https://github.com/interjs/inter"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>interjs</category>
      <category>javascript</category>
      <category>jsframework</category>
      <category>interframework</category>
    </item>
    <item>
      <title>Interfy - The powerful front-end routing library.</title>
      <dc:creator>Denis</dc:creator>
      <pubDate>Thu, 11 Nov 2021 10:43:02 +0000</pubDate>
      <link>https://dev.to/denis_power/interfy-the-powerful-front-end-routing-library-3n00</link>
      <guid>https://dev.to/denis_power/interfy-the-powerful-front-end-routing-library-3n00</guid>
      <description>&lt;h2&gt;
  
  
  Interfy
&lt;/h2&gt;

&lt;p&gt;Interfy is an easy to use and learn Javascript library for robust client-side routing.&lt;/p&gt;

&lt;p&gt;It's was created especially to be used in &lt;a href="https://github.com/DenisPower1/inter"&gt;apps created with Inter&lt;/a&gt; but you can use it in any kind of app that requires a front-end routing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interfy&lt;/strong&gt; is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Easy.&lt;/li&gt;
&lt;li&gt;light-weight and.&lt;/li&gt;
&lt;li&gt;enjoyable.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can learn more about it click on &lt;a href="https://github.com/DenisPower1/interfy/blob/main/tutorial/pt/v2"&gt;read tutorial&lt;/a&gt;&lt;/p&gt;

</description>
      <category>inter</category>
      <category>interfy</category>
      <category>routing</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Inter framework</title>
      <dc:creator>Denis</dc:creator>
      <pubDate>Fri, 27 Aug 2021 16:43:12 +0000</pubDate>
      <link>https://dev.to/denis_power/inter-framework-2n8d</link>
      <guid>https://dev.to/denis_power/inter-framework-2n8d</guid>
      <description>&lt;p&gt;Do you want just to skip every setup that we face nowadays to run a modern front-end app? Inter is here for that.&lt;/p&gt;

&lt;p&gt;It gives us the power to build even the most complex web apps importing the framework just in a script tag. It is really very simple framework if you are confident with Javascript you can learn it in a fews minutes.&lt;/p&gt;

&lt;p&gt;Inter framework is &lt;strong&gt;simple&lt;/strong&gt;, &lt;strong&gt;powerful&lt;/strong&gt;, &lt;strong&gt;robust&lt;/strong&gt;, &lt;strong&gt;modern&lt;/strong&gt;, &lt;strong&gt;reactive&lt;/strong&gt;, &lt;strong&gt;enjoyable&lt;/strong&gt; and it does not require you to do any setup.&lt;/p&gt;

&lt;p&gt;Take a look in Github : &lt;a href="https://github.com/DenisPower1/inter"&gt;Inter repository&lt;/a&gt;&lt;br&gt;
Take a look in it's website: &lt;a href="http://interjs.epizy.com"&gt;Inter website&lt;/a&gt;&lt;/p&gt;

</description>
      <category>inter</category>
      <category>simplejavascriptframework</category>
      <category>javascript</category>
      <category>interframework</category>
    </item>
    <item>
      <title>The simpler Javascript library</title>
      <dc:creator>Denis</dc:creator>
      <pubDate>Mon, 31 May 2021 15:20:34 +0000</pubDate>
      <link>https://dev.to/denis_power/the-simpler-javascript-library-2m3n</link>
      <guid>https://dev.to/denis_power/the-simpler-javascript-library-2m3n</guid>
      <description>&lt;p&gt;Hello friends, I am here to introduce a new Javascript library to you, it's called &lt;strong&gt;Inter&lt;/strong&gt;, it's a javascript library designed to build highly interactive web apps, so why a new Javascript library? Let me explain why.&lt;/p&gt;

&lt;h1&gt;
  
  
  Simplicity
&lt;/h1&gt;

&lt;p&gt;The most front-end Javascript technologies around are really unnecessary complex or verbose, and they do not have an intuitive api. I guess when you already know Javascript you can learn a framework or a library in a few minutes but it is not what we've seen. &lt;strong&gt;Inter&lt;/strong&gt; is very simple and intuitive.&lt;/p&gt;

&lt;h1&gt;
  
  
  You won't do any complex setup
&lt;/h1&gt;

&lt;p&gt;You will not do any complex setup to be up and running with &lt;strong&gt;Inter&lt;/strong&gt; just import the library in a script tag, it's so adoptable, if you already have a web app you can add it to enrich a party of your web app.&lt;/p&gt;

&lt;h1&gt;
  
  
  It is small
&lt;/h1&gt;

&lt;p&gt;It does not mean that it's less capable, it means that it is easy to learn and cheaper to parse and download.&lt;/p&gt;

&lt;h1&gt;
  
  
  It is easy
&lt;/h1&gt;

&lt;p&gt;If you know Javascript, in a few minutes you will understand &lt;strong&gt;Inter&lt;/strong&gt; quickly, there's no magic, it is just Javascript.&lt;/p&gt;

&lt;h1&gt;
  
  
  It is reactive
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Inter&lt;/strong&gt; has a powerful reactive system, that know exactly where to apply the changes.&lt;/p&gt;

&lt;p&gt;So &lt;strong&gt;Inter&lt;/strong&gt; came to give a fun in development process, with it's intuitive and simple api.&lt;/p&gt;

&lt;p&gt;If you know Javascript you already know Inter, to have a in-depth guide visit Inter's repository in Github &lt;a href="https://github.com/DenisPower1/inter"&gt;Inter's repository&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>library</category>
      <category>simple</category>
      <category>inter</category>
    </item>
  </channel>
</rss>
