<?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: Aakash Raghunathan</title>
    <description>The latest articles on DEV Community by Aakash Raghunathan (@aakshu).</description>
    <link>https://dev.to/aakshu</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%2F626500%2F4ebb99e2-ad33-4f4e-8379-188431d6b232.jpeg</url>
      <title>DEV Community: Aakash Raghunathan</title>
      <link>https://dev.to/aakshu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aakshu"/>
    <language>en</language>
    <item>
      <title>Top 5 Front End Development Tools for Faster Development!</title>
      <dc:creator>Aakash Raghunathan</dc:creator>
      <pubDate>Thu, 26 Aug 2021 09:44:50 +0000</pubDate>
      <link>https://dev.to/dronahq/top-5-front-end-development-tools-for-faster-development-4fe4</link>
      <guid>https://dev.to/dronahq/top-5-front-end-development-tools-for-faster-development-4fe4</guid>
      <description>&lt;p&gt;Back in the day, development used to be a challenging task that took months of designing, prototyping, coding, and testing to build a functional website/app that was just satisfactory. Take a look at Amazon’s website when it was first built:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VfjyUHcg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image4_7cKAF.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VfjyUHcg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image4_7cKAF.png" alt="Amazon Website - 1994"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Seems ridiculous right? We’ve definitely come a long way since then, and are able to leverage powerful technology to build some genuinely amazing web applications! My favorite one during the lockdown definitely being &lt;a href="https://imissmycafe.com/"&gt;this site&lt;/a&gt; to listen to songs in the background during my long WFH sessions. But while web development has definitely become more powerful and flexible, has it really become easy to use?&lt;/p&gt;

&lt;p&gt;To build any web application that lives up to today’s standards - you need to build responsive designs that work well across multiple devices, create a beautiful UI/UX to capture the attention of your audience, follow the latest security standards and protocols, and much more! What’s more? There are tons of options to choose from and you no longer know what to work with! Should you just use the simple tried and tested HTML + CSS + JS combo? Should you try out new frameworks like React, Angular, Vue? Heck, &lt;a href="https://careerkarma.com/blog/how-many-coding-languages-are-there/"&gt;there are more than 700 languages&lt;/a&gt; available to build and develop projects in, with more getting added each day!&lt;/p&gt;

&lt;p&gt;In my opinion, some important factors to consider when choosing a framework include - &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How good is the community support? Can I easily find help for my problems along the way?&lt;/li&gt;
&lt;li&gt;How flexible is it? Can I build my app to work across all devices (Android/IOS/Web)? Can I easily integrate it with all 3rd party services &amp;amp; databases?&lt;/li&gt;
&lt;li&gt;Are there reusable components that will help me build my app as soon as possible rather than having to waste time building each and every element of the app?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It is important to get a good grasp of the above factors so that you can choose the right framework. &lt;/p&gt;

&lt;p&gt;To help you navigate through this humongous heap of tools available today - I’ve listed down five of my favorite tools, in no particular order, to kickstart your web development journey and get your web app running in no time!&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://developer.chrome.com/docs/devtools/"&gt;1. Chrome DevTools&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--RYQw2qlb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image6_Z1UO8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--RYQw2qlb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image6_Z1UO8.png" alt="chrome-tools-logo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Chrome DevTools is a popular web development tool that lets you edit web pages directly from the Google Chrome browser and quickly detect problems in order to build better websites. It allows you to easily edit your HTML &amp;amp; CSS code or debug JavaScript code in a real-time environment, all while viewing a thorough performance analysis of your website!&lt;/p&gt;

&lt;p&gt;It also has a number of other notable features, such as the ability to quickly identify run-time performance issues using the ‘Timeline', the ability to test the responsiveness of a website using the ‘Device Mode', the ability to debug JavaScript using breakpoints using the ‘Sources Panel’, and so on. Since it is directly developed and maintained by Google, this tool is one of the most widely used and a reliable one too, the only drawback being you will need the Chrome browser to use it. Follow the &lt;a href="https://www.youtube.com/user/GoogleDevelopers"&gt;Google Developers Youtube Channel&lt;/a&gt; to stay up to date on what’s happening in and around the development space!&lt;/p&gt;

&lt;h3&gt;
  
  
  What to consider before choosing this tool?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Best to debug your HTML + JavaScript web apps&lt;/li&gt;
&lt;li&gt;Can emulate mobile devices to debug in mobile view&lt;/li&gt;
&lt;li&gt;Comprehensive performance analysis to easily spot bottlenecks&lt;/li&gt;
&lt;li&gt;Show current HTML DOM objects interactively, can edit and see changes real-time&lt;/li&gt;
&lt;li&gt;High memory &amp;amp; CPU usage may cause problems in your system

&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://sass-lang.com/"&gt;2. Sass&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--guXgj7R2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image1_5oFud.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--guXgj7R2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image1_5oFud.png" alt="sass-logo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sass, or Syntactically Awesome Style Sheets, is a popular CSS extension language that is used all around the world. What Sass does is enhance the functionality of CSS by allowing for variables, inline imports, inheritance, and easier nesting, among other things. One key benefit to note is that it is fully compatible with all CSS versions, allowing developers to use any existing CSS library. Meanwhile, before you can use Sass, you must install and configure it on your project. After you've installed it, you can use the sass command to compile your Sass to CSS.&lt;/p&gt;

&lt;p&gt;CSS is a popular and amazing framework but has its own drawbacks, the major one being to repeat extensive lines of code repeatedly to get the results you want. Sass helps eliminate this! It’s also open-source and has awesome community support!&lt;/p&gt;

&lt;h3&gt;
  
  
  What to consider before choosing this tool?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Write clean, easy &amp;amp; efficient CSS&lt;/li&gt;
&lt;li&gt;Compatible with all versions of CSS and you can use any available CSS libraries&lt;/li&gt;
&lt;li&gt;Provides nesting to use nested syntax and has useful functions like color manipulation, math functions and more&lt;/li&gt;
&lt;li&gt;Has a learning curve to learn new features present in preprocessor before using it&lt;/li&gt;
&lt;li&gt;Using Sass may cause you to lose some benefits of using the built-in inspector element feature of some browsers&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://angularjs.org/"&gt;3. AngularJS&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W4-msOh0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image5_Y6XMG.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W4-msOh0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image5_Y6XMG.png" alt="angular-logo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you've had any experience with Front-End development, you've almost certainly heard about AngularJS. Let's start with the fact that it's an open-source front-end web framework developed by Google. It allows you extend your application’s HTML syntax, enabling it to create more dynamic and feature-rich websites!&lt;/p&gt;

&lt;p&gt;AngularJS has a number of useful features, including Data Binding, Controllers, Directives, Reusable Components, and more but the project has its critics too. Some feel that AngularJS leads to a messy, non-separated code, but that fact remains that it has one of the largest communities and is the framework of choice for many developers!&lt;/p&gt;

&lt;h3&gt;
  
  
  What to consider before choosing this tool?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Two-way data binding to ensure that changes made to view are displayed in model instantly and vice versa&lt;/li&gt;
&lt;li&gt;Supports caching and many other processes to reduce CPU burden and improve server performance&lt;/li&gt;
&lt;li&gt;DOM manipulation is not needed, saving time and efforts of developers&lt;/li&gt;
&lt;li&gt;Excellent, highly active community support&lt;/li&gt;
&lt;li&gt;High learning curve to adapt completely to the framework &amp;amp; limited documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://getbootstrap.com/"&gt;4. Bootstrap&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--B4fVb5fQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image2_Hr9Tc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B4fVb5fQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image2_Hr9Tc.png" alt="bootstrap-logo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When you start building frontend applications on a regular basis, you'll find that certain patterns emerge. You might have to type in the same styling for a container multiple times, or one menu that you use multiple times. This repetition can get quite annoying but is exactly the problem Bootstrap solves.&lt;/p&gt;

&lt;p&gt;Bootstrap is a UI Framework built by Twitter that overcomes these issues by abstracting common aspects into reusable modules, allowing developers to quickly and easily build the pieces of new applications. It comes with tools to create modal objects, add JavaScript plugins, and a slew of other features that can drastically reduce the amount of code and time required to complete your project. If you’re interested to work with Bootstrap, you should also consider checking out &lt;a href="https://bootstrapstudio.io/"&gt;Bootstrap Studio&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What to consider before choosing this tool?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Responsive Grid system to easily create page layouts &lt;/li&gt;
&lt;li&gt;Easy to learn and use if you’re proficient with CSS, a basic skill for almost all web developers today&lt;/li&gt;
&lt;li&gt;Can be a bit heavy and cause slow loading times, battery drain issues. Files generated are large in size. &lt;/li&gt;
&lt;li&gt;Every Bootstrap website looks similar, difficult to make it stand out&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://www.dronahq.com/"&gt;5. DronaHQ&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2NQ-5Epr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image3_XXKi1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2NQ-5Epr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dronamobilepublic.s3.amazonaws.com/DRONA5_Team1632/content/app/images/public/image3_XXKi1.png" alt="dronahq-logo"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are looking to quickly design a web or mobile app or internal tool, then a biased recommendation from me would definitely be DronaHQ! We have tailored our tool to help you design your project as soon as possible while taking care of all the needs of your audience. Why DronaHQ?&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Responsive Designs
&lt;/h4&gt;

&lt;p&gt;Build once, and your project will be “automagically” optimized for desktops, tablets &amp;amp; mobiles! This will ensure your web /mobile app can be accessed by a large number of people with minimal effort. Watch &lt;a href="https://www.youtube.com/watch?v=fOAitkRl86U"&gt;this video&lt;/a&gt; to see how easy it is to build responsive designs using DronaHQ!&lt;/p&gt;

&lt;h4&gt;
  
  
  Reusable/Ready UI Components
&lt;/h4&gt;

&lt;p&gt;Design your projects faster than ever with our ready UI components! All you have to do is drag them onto your screen, set up its properties, connect it to some data, and finally set up some actions. We have an ever-growing marketplace with all the controls you can possibly think of!&lt;/p&gt;

&lt;h4&gt;
  
  
  Custom UI Components
&lt;/h4&gt;

&lt;p&gt;Not satisfied with the ready components available? You can create your own custom controls using our control designer to make the controls look &amp;amp; function exactly the way you want it to! What’s more? Controls created once can be published and used across all your apps!&lt;/p&gt;

&lt;h4&gt;
  
  
  Event Handlers
&lt;/h4&gt;

&lt;p&gt;Typically, If you’re building a web-based application on javascript, you would use event handling classes for common events like onclick, keydown, onload and others. DronaHQ provides a quick &amp;amp; robust way to listen and handle app events in your app. Just select the control for which you want to add an event for, and click on the lightning icon on top right. &lt;a href="https://youtu.be/zykvGI1-lRk"&gt;Click here&lt;/a&gt; for a complete tutorial showcasing how to configure these event handlers and utilize them like a pro!&lt;/p&gt;

&lt;h4&gt;
  
  
  Action Flows
&lt;/h4&gt;

&lt;p&gt;Power up your app with our Front-end action flows! With a single tap, you can set up powerful actions to configure certain front-end aspects like setting values, display toasts, navigate to screen, or even perform server-side operations like querying databases and sending push notifications! You can &lt;a href="https://www.dronahq.com/introducing-action-flows-the-frontend-logic-builder/"&gt;visit this page&lt;/a&gt; to learn more.&lt;/p&gt;

&lt;h4&gt;
  
  
  Focus on What Matters
&lt;/h4&gt;

&lt;p&gt;Authentication, Login, Deployment, Hosting, Embedding and Security Protocols are all taken care of from our end. Just focus on designing your core app and don’t waste time re-inventing the wheel!&lt;/p&gt;

&lt;h4&gt;
  
  
  Custom-made For You
&lt;/h4&gt;

&lt;p&gt;Are you a developer? Insert code blocks and write custom javascript wherever you want, build custom controls using our control designer to use it across all your apps, and a lot more! Are you not that comfortable with code? Just drag &amp;amp; drop from our ever-growing array of controls, or use our &lt;a href="https://www.dronahq.com/templates/"&gt;ready templates&lt;/a&gt; and set up your application in no time!&lt;/p&gt;

&lt;h4&gt;
  
  
  Integrate anywhere
&lt;/h4&gt;

&lt;p&gt;Use our &lt;a href="https://www.dronahq.com/integrations/"&gt;ready integrations&lt;/a&gt; to connect to any database or third-party apps like MySQL, MongoDB, Shopify, Slack, and more! The app you want isn’t supported? You can still connect to it manually using our REST API connector!&lt;/p&gt;

&lt;h3&gt;
  
  
  What to consider before choosing this tool?
&lt;/h3&gt;

&lt;p&gt;While I love DronaHQ and genuinely feel it’s an amazing tool, I’d be lying if I said it is the best tool for all use-cases. If you’re looking to build some sort of an internal tool like admin panels, customer portals, sales dashboards, custom CRM, forms, approval queues, and more then this is definitely the right tool. With ready templates, reusable components, ready third-party integrations, you can get your app up and running in minutes!&lt;/p&gt;

&lt;p&gt;But if you’re looking to build heavy customer-facing websites, large e-commerce sites, or high animations or transitions, some sort of a gaming platform, then although it is still possible with DronaHQ, there are better choices available to help you with your task! &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;For heavy customer-facing products, you would want to customize each &amp;amp; every aspect to track and integrate deeply, you should try out some of the other tools mentioned above which gives you pre-built components and the ability to customise to gain deeper product intelligence.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For E-commerce sites, you would probably need good inventory management controls, the ability to promote and run ads, SEO optimization, and extensive event tracking to understand your customer persona. You should check out &lt;a href="https://www.shopify.com/"&gt;Shopify&lt;/a&gt; if you have such a use case!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;For gaming platforms, you would want to add a lot of custom animation, character scripts, and a lot more. DronaHQ is definitely not the right platform for this, you should check out &lt;a href="https://unity.com/"&gt;Unity&lt;/a&gt; or &lt;a href="https://www.unrealengine.com/en-US/"&gt;Unreal&lt;/a&gt; if you’re interested in something like this.&lt;br&gt;
&lt;br&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Wrapping Up…
&lt;/h2&gt;

&lt;p&gt;That concludes our list! As you probably know by now, Front-end Development is no longer restricted to only HTML, CSS &amp;amp; JavaScript. Proven libraries, ready-to-use code, and modern collaboration tools (like Git) - all this can improve your workflow providing more options when it comes to complex development tasks. Technology has advanced a lot over the years, and it’s time to start utilizing more powerful platforms to make our workflows easier rather than being held back by “Traditional Development”. &lt;/p&gt;

&lt;p&gt;What next? To build a fully functional web application, you also need a good back-end to serve the app you just made. Luckily, with &lt;a href="https://www.dronahq.com/"&gt;DronaHQ&lt;/a&gt;, you can directly integrate with any of your databases to get your app running in no time! If you’re still curious to explore top back-end solutions, here’s an &lt;a href="https://www.geeksforgeeks.org/top-7-programming-languages-for-backend-web-development/"&gt;awesome list&lt;/a&gt; to get you started.&lt;/p&gt;

&lt;p&gt;Now that you have an idea of what tools are shaping up the industry currently, you can start to level up your Front-end Development skills and enter the space yourself! Already started your journey? Let me know what are your favorite tools and why you love them!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tools</category>
      <category>frontend</category>
      <category>productivity</category>
    </item>
    <item>
      <title>How to build a MongoDB Admin Panel/GUI in just 10 minutes!</title>
      <dc:creator>Aakash Raghunathan</dc:creator>
      <pubDate>Fri, 20 Aug 2021 10:57:54 +0000</pubDate>
      <link>https://dev.to/aakshu/how-to-build-a-mongodb-admin-panel-gui-in-just-10-minutes-23im</link>
      <guid>https://dev.to/aakshu/how-to-build-a-mongodb-admin-panel-gui-in-just-10-minutes-23im</guid>
      <description>&lt;p&gt;Admin panels are fantastic tools that increase productivity, give insights into data, and help resolve the pain points of any particular team or employee, further leading to efficient business processes. MongoDB doesn't come with a comprehensive admin panel out of the box, but with DronaHQ, you can not only build a full-fledged admin panel but also connect it to various third-party services like Slack, Zendesk, Stripe &amp;amp; more to build a complete integrated dashboard!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.dronahq.com/mongodb-admin-panel/"&gt;Click here&lt;/a&gt; to read more or watch a video on the same!&lt;/p&gt;

</description>
      <category>adminpanel</category>
      <category>mongodb</category>
      <category>crud</category>
      <category>nocode</category>
    </item>
    <item>
      <title>How to design customizable charts in your low code app using Plotly!</title>
      <dc:creator>Aakash Raghunathan</dc:creator>
      <pubDate>Wed, 18 Aug 2021 11:51:51 +0000</pubDate>
      <link>https://dev.to/aakshu/how-to-design-customizable-charts-in-your-low-code-app-using-plotly-24he</link>
      <guid>https://dev.to/aakshu/how-to-design-customizable-charts-in-your-low-code-app-using-plotly-24he</guid>
      <description>&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=papTi4Pxsxw"&gt;Watch&lt;/a&gt; and learn how to use the charts controls to build all sorts of interactive &amp;amp; flexible graphs on your low-code app! The Charts Control is used to provide the user an easy interface to create charts and graphs based on columnar or tabular data as well as JSON type of data. You can now build almost any graph you can imagine to cover all your use-cases like admin panels, 360 customer views, supply chain mapping &amp;amp; more! Watch how easy it is to set up simple graphs like a bar, line, scatter, and pie charts using our UI controls, and learn how to customize further by diving into Plotly JavaScript Code to make some amazing Geo Maps &amp;amp; Sunburst Charts!&lt;/p&gt;

&lt;p&gt;Please feel free to reach out for any feedback/queries😃!&lt;/p&gt;

</description>
      <category>charts</category>
      <category>lowcode</category>
      <category>plotly</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How to build Responsive Designs Blazingly Fast using Layouts!</title>
      <dc:creator>Aakash Raghunathan</dc:creator>
      <pubDate>Wed, 11 Aug 2021 12:25:28 +0000</pubDate>
      <link>https://dev.to/aakshu/how-to-build-responsive-designs-blazingly-fast-using-layouts-3mm</link>
      <guid>https://dev.to/aakshu/how-to-build-responsive-designs-blazingly-fast-using-layouts-3mm</guid>
      <description>&lt;p&gt;Traditionally, app development for different devices requires different configurations to set it up and make it work across end-user devices. Layouts in DronaHQ eliminate the extra steps involved by ensuring the app you build once stays responsive and works across screens of all sizes! In &lt;a href="https://www.youtube.com/watch?v=fOAitkRl86U"&gt;this video&lt;/a&gt;, we deep dive into the mechanics of layouts, show how to design and build a responsive application, and fine-tune it to get the best results across all devices.&lt;/p&gt;

&lt;p&gt;Watch and learn how to use layouts to make your app responsive and work with mobiles, desktops, tablets &amp;amp; more!&lt;/p&gt;

</description>
      <category>lowcode</category>
      <category>design</category>
      <category>nocode</category>
      <category>layouts</category>
    </item>
    <item>
      <title>How to build an efficient Firebase Admin Panel/GUI for basic CRUD operations</title>
      <dc:creator>Aakash Raghunathan</dc:creator>
      <pubDate>Mon, 09 Aug 2021 17:16:20 +0000</pubDate>
      <link>https://dev.to/aakshu/how-to-build-an-efficient-firebase-admin-panel-gui-for-basic-crud-operations-4107</link>
      <guid>https://dev.to/aakshu/how-to-build-an-efficient-firebase-admin-panel-gui-for-basic-crud-operations-4107</guid>
      <description>&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=_fLvpzoUr9c"&gt;Click here to watch.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Although Firebase provides a variety of powerful functions like authentication, real-time database, firestore, and hosting, it lacks an efficient GUI to easily perform CRUD operations, view statistics, and other charts &amp;amp; graphs. This can easily be fixed by integrating Firebase with DronaHQ and building a quick application to manage all your Firebase data in just under 15 minutes! &lt;/p&gt;

&lt;p&gt;I explain how to do exactly that in this video. Please reach out for any feedback/queries!&lt;/p&gt;

</description>
      <category>firebase</category>
      <category>lowcode</category>
      <category>nocode</category>
      <category>gui</category>
    </item>
    <item>
      <title>How to add custom events to your low-code app in DronaHQ</title>
      <dc:creator>Aakash Raghunathan</dc:creator>
      <pubDate>Mon, 02 Aug 2021 13:03:49 +0000</pubDate>
      <link>https://dev.to/aakshu/how-to-add-custom-events-to-your-low-code-app-in-dronahq-26i1</link>
      <guid>https://dev.to/aakshu/how-to-add-custom-events-to-your-low-code-app-in-dronahq-26i1</guid>
      <description>&lt;p&gt;Link: &lt;a href="https://www.youtube.com/watch?v=zykvGI1-lRk"&gt;https://www.youtube.com/watch?v=zykvGI1-lRk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Custom Events in DronaHQ are just like event handlers or event listeners, they allow you to trigger certain actions when an event takes place like someone enters a value or selects a value, clicks on a button, or presses enter key. Configure powerful actions like querying your database, sending emails, logic branching, notifications, and much more!&lt;/p&gt;

&lt;p&gt;Learn how to make the most of this function by seeing it live in action, and apply the same to your apps to equip it with more power!&lt;/p&gt;

</description>
      <category>nocode</category>
      <category>lowcode</category>
      <category>dronahq</category>
      <category>eventhandlers</category>
    </item>
  </channel>
</rss>
