<?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: sachin</title>
    <description>The latest articles on DEV Community by sachin (@hisachin).</description>
    <link>https://dev.to/hisachin</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%2F316979%2Fe2465578-9783-4690-ab54-4d312d4945e8.jpg</url>
      <title>DEV Community: sachin</title>
      <link>https://dev.to/hisachin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hisachin"/>
    <language>en</language>
    <item>
      <title>The Benefits of Using a Boilerplate and How BuildMVP Can Help You Launch Faster</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Tue, 10 Sep 2024 07:37:18 +0000</pubDate>
      <link>https://dev.to/hisachin/the-benefits-of-using-a-boilerplate-and-how-buildmvp-can-help-you-launch-faster-3kf1</link>
      <guid>https://dev.to/hisachin/the-benefits-of-using-a-boilerplate-and-how-buildmvp-can-help-you-launch-faster-3kf1</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;As a developer or founder, time is one of your most valuable resources. Building a SaaS product from scratch can be a daunting and time-consuming process. But what if you could significantly cut down your development time and get your &lt;strong&gt;MVP (Minimum Viable Product)&lt;/strong&gt; out the door faster?&lt;/p&gt;

&lt;p&gt;That’s where boilerplates come into play.&lt;/p&gt;

&lt;p&gt;Boilerplates provide a pre-built structure with essential features, allowing you to bypass the repetitive setup process and focus on what matters most—building your product’s core value.&lt;/p&gt;

&lt;p&gt;In this article, we’ll explore the benefits of using a boilerplate for SaaS development and show you how &lt;a href="https://buildmvp.aidevguru.com" rel="noopener noreferrer"&gt;BuildMVP&lt;/a&gt;, a Next.js SaaS boilerplate, can help you launch faster and more efficiently.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is a Boilerplate?
&lt;/h2&gt;

&lt;p&gt;A boilerplate is a pre-written codebase that provides a skeleton for a particular type of project. Think of it as a starter kit for developers. Instead of writing repetitive code to set up user authentication, database integration, or payment systems from scratch, you can leverage a boilerplate to handle these essential but non-differentiating tasks.&lt;/p&gt;

&lt;p&gt;Benefits of Using a Boilerplate for SaaS Development&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Time Efficiency ⏱️&lt;/strong&gt;
When building a SaaS product from scratch, setting up the initial infrastructure (like authentication, user management, and database setup) takes time—time that could be better spent on developing unique features for your product.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A boilerplate accelerates the development process by providing pre-built solutions for these repetitive tasks, allowing you to focus on delivering value to your users.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Consistency 📏&lt;/strong&gt;&lt;br&gt;
Boilerplates enforce a standardized code structure, which is essential when you’re working with a team or planning for long-term scalability. With a uniform coding structure, collaboration becomes easier, and maintaining your codebase over time is much more manageable.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Reduced Bugs &amp;amp; Errors 🐛&lt;/strong&gt;&lt;br&gt;
Building every feature from scratch can lead to bugs and unexpected issues, especially when it comes to complex systems like user authentication and payments. Boilerplates have already been tested and debugged for core functionalities, reducing the risk of errors in these foundational areas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Faster Time to Market 🚀&lt;/strong&gt;&lt;br&gt;
For startups and indie developers, getting your product to market quickly is crucial. Using a boilerplate allows you to focus on building your product’s core differentiating features rather than wasting time on repetitive setup. By shortening the development cycle, you can release your MVP faster, get feedback from users, and iterate based on real-world input.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Scalability 🏗️&lt;/strong&gt;&lt;br&gt;
A well-designed boilerplate is built with &lt;a href="https://buildmvp.aidevguru.com/blog/optimize-nextjs-performance-saas" rel="noopener noreferrer"&gt;scalability&lt;/a&gt; in mind. This means you don’t have to worry about refactoring your entire codebase when your user base grows. With BuildMVP, the components are designed to grow with your business, whether you’re handling 10 users or 10,000.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Introducing BuildMVP&lt;/strong&gt;: Your &lt;a href="https://buildmvp.aidevguru.com/blog/how-saas-boilerplates-help-non-technical-founders-launch-faster" rel="noopener noreferrer"&gt;SaaS Boilerplate&lt;/a&gt; for Fast Launches&lt;br&gt;
Now that you understand the benefits of using a boilerplate, let's talk about BuildMVP—a Next.js SaaS boilerplate that’s designed to help you launch your SaaS MVP in 24 hours or less.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BuildMVP&lt;/strong&gt; comes with all the essential features a SaaS product needs, including:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;User Authentication&lt;/strong&gt;: Secure sign-up, login, and password management out of the box.&lt;br&gt;
&lt;strong&gt;Subscription Management&lt;/strong&gt;: Seamless integration with Stripe to handle subscriptions and payments.&lt;br&gt;
&lt;strong&gt;Fully Responsive UI&lt;/strong&gt;: Pre-designed, mobile-first components using Shadcn/UI and Tailwind CSS.&lt;br&gt;
&lt;strong&gt;Database Integration&lt;/strong&gt;: Ready to use with Supabase or Neon for real-time, scalable data management.&lt;br&gt;
&lt;strong&gt;Fast Deployment&lt;/strong&gt;: Optimized for Vercel so you can deploy your app quickly and efficiently.&lt;br&gt;
With BuildMVP, you don’t have to spend weeks or months setting up infrastructure. Instead, you can hit the ground running with a professional, scalable codebase that handles the basics for you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Choose BuildMVP?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Ready-to-Use Core Features&lt;/strong&gt;&lt;br&gt;
BuildMVP provides the essential features that every SaaS product needs, allowing you to skip the tedious setup and focus on building your product’s core functionality. Whether it’s user authentication or subscription management, BuildMVP has you covered.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Perfect for Non-Technical Founders&lt;/strong&gt;&lt;br&gt;
If you’re a non-technical founder looking to launch a SaaS product, BuildMVP takes care of the heavy lifting for you. You won’t need to hire a large development team to get your MVP off the ground. With its pre-built features and user-friendly setup, BuildMVP allows you to focus on your product’s vision, not the code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Great for Indie Developers and Freelancers&lt;/strong&gt;&lt;br&gt;
For indie developers or freelancers, time is money. BuildMVP allows you to take on more projects by reducing the amount of time spent on setup and boilerplate tasks. By leveraging BuildMVP, you can deliver projects faster, giving you the edge over your competition.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Tailored for MVPs&lt;/strong&gt;&lt;br&gt;
Unlike generic boilerplates, BuildMVP is specifically designed for Minimum Viable Products. It includes only the necessary features for a functional SaaS application, so you can test your product with users and iterate quickly based on feedback.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Constant Updates and Improvements&lt;/strong&gt;&lt;br&gt;
BuildMVP is built by developers for developers. That means it’s constantly updated with the latest best practices and features. You can rest assured that you’re working with a cutting-edge boilerplate that’s built to last.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How BuildMVP Accelerates Your SaaS Journey
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Imagine this&lt;/strong&gt;: You have a fantastic idea for a SaaS product but lack the time or resources to build the infrastructure from scratch. BuildMVP allows you to focus on what makes your product unique, helping you get to market faster and more efficiently.&lt;/p&gt;

&lt;p&gt;Whether you're a solo founder, a startup team, or a freelancer building multiple projects, BuildMVP is your go-to solution for launching MVPs quickly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Using a boilerplate like &lt;a href="https://buildmvp.aidevguru.com/" rel="noopener noreferrer"&gt;BuildMVP&lt;/a&gt; can save you time, reduce complexity, and help you get to market faster. With pre-built features such as authentication, payments, and responsive UI components, BuildMVP allows you to focus on building your product’s core features and providing value to your users.&lt;/p&gt;

&lt;p&gt;Whether you’re a non-technical founder, an indie developer, or a freelancer, BuildMVP can help you turn your SaaS idea into a reality—fast.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>saas</category>
      <category>nextjs</category>
      <category>marketing</category>
    </item>
    <item>
      <title>The role of empathy and emotional intelligence in effective leadership within a web development team</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Sat, 07 Jan 2023 17:40:32 +0000</pubDate>
      <link>https://dev.to/hisachin/the-role-of-empathy-and-emotional-intelligence-in-effective-leadership-within-a-web-development-team-jgg</link>
      <guid>https://dev.to/hisachin/the-role-of-empathy-and-emotional-intelligence-in-effective-leadership-within-a-web-development-team-jgg</guid>
      <description>&lt;p&gt;As a leader in the field of web development, you are responsible for guiding and motivating your team to deliver high-quality projects on time and within budget. While technical skills and expertise are certainly important, they are not the only factors that contribute to successful leadership. Emotional intelligence, or the ability to understand and manage your own emotions and those of others, can be just as crucial for success in the fast-paced and often stressful world of web development.&lt;/p&gt;

&lt;p&gt;Why is emotional intelligence so important for web development leaders? There are several key ways in which it can benefit your team and your projects:&lt;/p&gt;

&lt;h2&gt;
  
  
  Effective communication and collaboration
&lt;/h2&gt;

&lt;p&gt;Emotional intelligence can help you to communicate more effectively with your team, as you will be able to read social cues and adapt your communication style to different people and situations. This can create a positive and supportive work environment, which can in turn foster better collaboration and teamwork.&lt;/p&gt;

&lt;h2&gt;
  
  
  Empathy and understanding
&lt;/h2&gt;

&lt;p&gt;Demonstrating empathy towards your team members can go a long way in building strong relationships and trust. When team members feel understood and supported, they are more likely to feel motivated and engaged in their work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stress management
&lt;/h2&gt;

&lt;p&gt;Leading a web development team can be stressful, with tight deadlines and high stakes. Emotional intelligence can help you to manage your own stress effectively and create a positive work culture that promotes healthy stress management practices.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conflict resolution
&lt;/h2&gt;

&lt;p&gt;Conflicts are inevitable in any team, and as a leader it is your responsibility to address and resolve them. Emotional intelligence can help you to approach conflicts in a calm and measured manner, and find mutually-beneficial solutions that keep your team moving forward.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reflect on your own emotions
&lt;/h2&gt;

&lt;p&gt;Take some time to think about your own emotions and how they influence your behavior. Are there certain situations that tend to trigger negative emotions for you? How do you typically respond to these emotions? Understanding your own emotional patterns can help you to manage them more effectively.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practice active listening
&lt;/h2&gt;

&lt;p&gt;Pay attention to what others are saying and try to understand their perspective, rather than just waiting for your turn to speak. This can help you to build stronger relationships with your team and show that you value their opinions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Seek feedback
&lt;/h2&gt;

&lt;p&gt;Ask for feedback from your team members and colleagues on how you can improve your emotional intelligence. This can give you valuable insights into areas where you can grow and develop as a leader.&lt;/p&gt;

&lt;p&gt;In conclusion, emotional intelligence is a crucial trait for web development leaders. It can help you to communicate and collaborate effectively with your team, build strong relationships, manage stress, and resolve conflicts. By developing your emotional intelligence, you can become a more effective and successful leader in the fast-paced and dynamic field of web development. If you're looking to improve your emotional intelligence and become a more effective leader, be sure to check my ebook "&lt;a href="https://hisachin.gumroad.com/l/Mastering-Technical-Team-Leadership" rel="noopener noreferrer"&gt;Mastering Technical Team Leadership for Mid to Senior Level Engineers.&lt;/a&gt;" This comprehensive guide covers everything you need to know to succeed as a leader in the tech industry, including strategies for effective communication, conflict resolution, and stress management. So, don't miss the chance to grab your copy now!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>productivity</category>
      <category>management</category>
    </item>
    <item>
      <title>Mastering Technical Team Leadership for Mid to Senior Level Engineers</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Sat, 07 Jan 2023 17:18:09 +0000</pubDate>
      <link>https://dev.to/hisachin/mastering-technical-team-leadership-for-mid-to-senior-level-engineers-1fjl</link>
      <guid>https://dev.to/hisachin/mastering-technical-team-leadership-for-mid-to-senior-level-engineers-1fjl</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flakx2lr2ki81cjdwmemq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flakx2lr2ki81cjdwmemq.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Are you a mid to senior level engineer looking to up your technical team leadership game? Our new ebook, "&lt;a href="https://hisachin.gumroad.com/l/Mastering-Technical-Team-Leadership" rel="noopener noreferrer"&gt;Mastering Technical Team Leadership for Mid to Senior Level Engineers&lt;/a&gt;" is here to help.&lt;/p&gt;

&lt;p&gt;In this comprehensive guide, we cover all the essential topics that technical team leaders need to succeed. From setting clear goals and expectations, to providing guidance and mentorship, to driving innovation and continuous improvement within the team, this ebook has it all.&lt;/p&gt;

&lt;p&gt;But that's not all. We also delve into topics such as managing team dynamics and communication, building and maintaining a positive team culture, managing remote teams and virtual collaboration, leading with a vision and strategy, motivating and inspiring team members, leading through change and uncertainty, building and maintaining trust with team members, and communicating effectively with team members.&lt;/p&gt;

&lt;p&gt;In addition, we provide insight on how to identify and address the development needs of team members, encourage continuous learning and improvement, support career development and growth within the team, define and shape the team culture, build trust and collaboration within the team, encourage diversity and inclusion within the team, and create a positive and supportive work environment.&lt;/p&gt;

&lt;p&gt;But that's not all. We also cover the key skills and qualities of effective technical team leaders, the role of the technical team leader in an organization, the importance of technical team leadership for team success, and offer key takeaways and best practices for technical team leadership. We even discuss future trends and challenges in technical team leadership, and offer final thoughts on the importance of effective technical team leadership.&lt;/p&gt;

&lt;p&gt;As you can see, our ebook is packed with valuable information that every mid to senior level technical team leader needs to know. So don't wait – &lt;a href="https://hisachin.gumroad.com/l/Mastering-Technical-Team-Leadership" rel="noopener noreferrer"&gt;get your copy&lt;/a&gt; today and take your technical team leadership skills to new heights!&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Is It Worth To Buy InMotion Hosting In 2020</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Sun, 13 Sep 2020 17:10:07 +0000</pubDate>
      <link>https://dev.to/hisachin/is-it-worth-to-buy-inmotion-hosting-in-2020-5bif</link>
      <guid>https://dev.to/hisachin/is-it-worth-to-buy-inmotion-hosting-in-2020-5bif</guid>
      <description>&lt;p&gt;InMotion is one of the leading WordPress web hosting provider. It is founded in 2001 and since then they never looked back. They currently have two data centers in Los Angeles and Virginia Beach having more than 300000 domains. They mostly customers are beginners bloggers and small wordpress websites owners. They claim themselves as one [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/inmotion-hosting-review/" rel="noopener noreferrer"&gt;Is It Worth To Buy InMotion Hosting In 2020&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webhosting</category>
      <category>inmotion</category>
    </item>
    <item>
      <title>New Design For CodesQuery</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Fri, 11 Sep 2020 06:47:06 +0000</pubDate>
      <link>https://dev.to/hisachin/new-design-for-codesquery-3jbm</link>
      <guid>https://dev.to/hisachin/new-design-for-codesquery-3jbm</guid>
      <description>&lt;p&gt;It is very important to keep updated your website with the time. From last few months, I was planing to update my website and finally that day came yesterday. :)&lt;/p&gt;

&lt;p&gt;Yes, You read it right, Yesterday, I finally got time to re-designed my blog &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt; to give it new fresh look. &lt;/p&gt;

&lt;p&gt;I know, to re-design your existing website is not a very easy task but, thanks to Covid-19 due to which I got some extra time because of lockdown in my area, to re-design the blog.&lt;/p&gt;

&lt;p&gt;If you are not aware of my blog &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt; then let me give you a small introduction of it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt; is my part-time hobby where I share &lt;a href="https://codesquery.com/tag/tutorials/" rel="noopener noreferrer"&gt;tutorials&lt;/a&gt;, articles and &lt;a href="https://codesquery.com/shop/" rel="noopener noreferrer"&gt;online courses&lt;/a&gt; based on web development. Here you can find tutorials that can help those people who are willing to start their career in the field of web development. &lt;/p&gt;

&lt;p&gt;CodesQuery will help you to get the solutions of the most common issues that any beginner to mid-level developer faced during their web application development.&lt;/p&gt;

&lt;p&gt;Do you want to know more about my blog, then you can visit my blog from &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>javascript</category>
      <category>node</category>
    </item>
    <item>
      <title>Is It Worth To Buy Kinsta WordPress Hosting?</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Mon, 07 Sep 2020 18:53:36 +0000</pubDate>
      <link>https://dev.to/hisachin/is-it-worth-to-buy-kinsta-wordpress-hosting-2eak</link>
      <guid>https://dev.to/hisachin/is-it-worth-to-buy-kinsta-wordpress-hosting-2eak</guid>
      <description>&lt;p&gt;Kinsta is one of the leading premium WordPress hosting provider in the world. It is founded in 2013 by Mark Gavalda. They offer cloud-based WordPress hosting solutions based on Google Cloud Platform with 23 data centres around the world. In this article, We will know is it Worth to buy Kinsta WordPress hosting for your [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/kinsta-wordpres-hosting/" rel="noopener noreferrer"&gt;Is It Worth To Buy Kinsta WordPress Hosting?&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webhosting</category>
      <category>kinsta</category>
    </item>
    <item>
      <title>Is Bluehost Web Hosting Best Choice For You Website?</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Sat, 05 Sep 2020 16:57:38 +0000</pubDate>
      <link>https://dev.to/hisachin/is-bluehost-web-hosting-best-choice-for-you-website-hoj</link>
      <guid>https://dev.to/hisachin/is-bluehost-web-hosting-best-choice-for-you-website-hoj</guid>
      <description>&lt;p&gt;Bluehost is one of the most popular web hosting providers in the world and also recommended hosting by WordPress. It is founded by Matt Heaton and Danny Ashworth in 2003. It is currently hosting over 2 million domains and operates its server in-house of 50,000 square feet. In this article, I will tell you about [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/bluehost-web-hosting-review/" rel="noopener noreferrer"&gt;Is Bluehost Web Hosting Best Choice For You Website?&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webhosting</category>
      <category>bluehost</category>
    </item>
    <item>
      <title>Is HostGator Web Hosting Good For You?</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Fri, 04 Sep 2020 19:14:23 +0000</pubDate>
      <link>https://dev.to/hisachin/is-hostgator-web-hosting-good-for-you-1l1l</link>
      <guid>https://dev.to/hisachin/is-hostgator-web-hosting-good-for-you-1l1l</guid>
      <description>&lt;p&gt;HostGator is one of the most used web hosting provided in the world. It is founded by Brent Oxley in 2002 and from then it never looked back. Today many WordPress websites, small app page landing pages and other business are using the HostGator hosting. But is it really worth to give your hard earn money [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/hostgator-web-hosting/" rel="noopener noreferrer"&gt;Is HostGator Web Hosting Good For You?&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webhosting</category>
      <category>hostgator</category>
    </item>
    <item>
      <title>How to Center Align Content In Div – CSS Guide</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Mon, 31 Aug 2020 14:19:59 +0000</pubDate>
      <link>https://dev.to/hisachin/how-to-center-align-content-in-div-css-guide-4l7h</link>
      <guid>https://dev.to/hisachin/how-to-center-align-content-in-div-css-guide-4l7h</guid>
      <description>&lt;p&gt;In CSS, centring an item in div is one of the most difficult aspects because there are lots of ways to center align item inside a div. Although all the methods are very easy to understand but for most of the people, it is a tough task. In this tutorial, we will be going to [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/how-to-center-align-in-div/" rel="noopener noreferrer"&gt;How to Center Align Content In Div – CSS Guide&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>tutorials</category>
    </item>
    <item>
      <title>Angular 6|7|8|9 Tutorial – Angular Components By Examples</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Mon, 06 Apr 2020 15:38:11 +0000</pubDate>
      <link>https://dev.to/hisachin/angular-6-7-8-9-tutorial-angular-components-by-examples-45bh</link>
      <guid>https://dev.to/hisachin/angular-6-7-8-9-tutorial-angular-components-by-examples-45bh</guid>
      <description>&lt;p&gt;Modern front-end web application development changes a lot in these days. In the modern frontend web development, we break our page into different components and then link them together with one root component. In this article, we are going to learn something similar for angular which known as angular components in detail with examples. Before [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/angular-components/" rel="noopener noreferrer"&gt;Angular 6|7|8|9 Tutorial – Angular Components By Examples&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>angular7</category>
      <category>angular8</category>
    </item>
    <item>
      <title>Angular 6|7|8|9 Tutorials | Angular NgModule</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Thu, 02 Apr 2020 17:21:52 +0000</pubDate>
      <link>https://dev.to/hisachin/angular-6-7-8-9-tutorials-angular-ngmodule-1im7</link>
      <guid>https://dev.to/hisachin/angular-6-7-8-9-tutorials-angular-ngmodule-1im7</guid>
      <description>&lt;p&gt;Introduction To Angular 6|7|8|9 Modules Now Angular 9 released and it comes with few new features which make your web application development more interesting using the Angular 9. In this article, we are going to learn about the angular 9 NgModule and how to use its metadata. We all know that angular is based on [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/angular-ngmodules-tutorials/" rel="noopener noreferrer"&gt;Angular 6|7|8|9 Tutorials | Angular NgModule&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>angular7</category>
      <category>angular8</category>
    </item>
    <item>
      <title>Javascript call, apply and bind methods</title>
      <dc:creator>sachin</dc:creator>
      <pubDate>Wed, 04 Mar 2020 19:06:51 +0000</pubDate>
      <link>https://dev.to/hisachin/javascript-call-apply-and-bind-methods-2167</link>
      <guid>https://dev.to/hisachin/javascript-call-apply-and-bind-methods-2167</guid>
      <description>&lt;p&gt;In this article, we are going to learn about the Javascript call, apply and bind methods in detail with the examples. In javascript, all functions are objects and these three methods of javascript are used to control the invocation of the function. Before going further with the article, you first have to familiar with the [...]&lt;/p&gt;

&lt;p&gt;The post &lt;a href="https://codesquery.com/javascript-call-apply-bind-method/" rel="noopener noreferrer"&gt;Javascript call, apply and bind methods&lt;/a&gt; appeared first on &lt;a href="https://codesquery.com" rel="noopener noreferrer"&gt;CodesQuery&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorials</category>
    </item>
  </channel>
</rss>
