<?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: Katarina Stojković</title>
    <description>The latest articles on DEV Community by Katarina Stojković (@katarina_stojkovi_e838dd).</description>
    <link>https://dev.to/katarina_stojkovi_e838dd</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%2F2459673%2Ff343dee7-d505-42fa-9c2a-19d517d8e9c4.png</url>
      <title>DEV Community: Katarina Stojković</title>
      <link>https://dev.to/katarina_stojkovi_e838dd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/katarina_stojkovi_e838dd"/>
    <language>en</language>
    <item>
      <title>Runtime challenge: Bun vs Node</title>
      <dc:creator>Katarina Stojković</dc:creator>
      <pubDate>Wed, 20 Nov 2024 14:18:01 +0000</pubDate>
      <link>https://dev.to/katarina_stojkovi_e838dd/runtime-challenge-bun-vs-node-3789</link>
      <guid>https://dev.to/katarina_stojkovi_e838dd/runtime-challenge-bun-vs-node-3789</guid>
      <description>&lt;p&gt;In this &lt;a href="https://bit.ly/bun-vs-node" rel="noopener noreferrer"&gt;article&lt;/a&gt; we examine whether Bun is ready to take on Node.js, exploring its strengths such as performance and potential challenges due to its smaller ecosystem. &lt;/p&gt;

&lt;p&gt;Bun was introduced in November 2023, and its ambitious goal was to outperform Node.js. As a new JavaScript runtime, &lt;strong&gt;Bun focuses on enhanced speed and performance, leveraging the JavaScriptCore engine for a superior startup time compared to Node.js's V8 engine&lt;/strong&gt;. Offering elegant APIs and a comprehensive developer toolkit, Bun is designed as a drop-in replacement, promising efficiency and productivity.&lt;/p&gt;

&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%2Fgqxx8jm2l6lj62t79szr.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%2Fgqxx8jm2l6lj62t79szr.png" alt="Bun vs Node vs Deno" width="800" height="374"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Does Bun Really Affect Node.js?
&lt;/h2&gt;

&lt;p&gt;Even on the Bun webpage, emphasis is placed on the fact that this runtime is purposefully designed as a drop-in substitute for Node.js.&lt;br&gt;
It inherently integrates numerous Node.js and Web APIs, encompassing [fs], [path], [Buffer], and others. &lt;/p&gt;

&lt;p&gt;Bun aims to execute most of the world's server-side JavaScript while furnishing tools to enhance performance, simplify complexities, and amplify developer productivity. One of the reasons why &lt;strong&gt;Bun is considered faster than Node.js&lt;/strong&gt; is because it uses the JavaScriptCore engine, while Node.js uses the JavaScript V8 engine. The former has been optimized for faster startup time. &lt;br&gt;
Additionally, by supporting Node-style module resolution, &lt;strong&gt;Bun aims to achieve complete compatibility with the built-in Node.js globals (such as process, Buffer) and modules (like path, fs, http, etc.)&lt;/strong&gt;. This is an ongoing effort that remains incomplete. You can refer to the compatibility page on Bun for the current status.&lt;/p&gt;

&lt;h2&gt;
  
  
  Deno as an Alternative?
&lt;/h2&gt;

&lt;p&gt;Choosing between Bun and Node.js shouldn't be seen as the only option available. In 2018, Deno emerged as a Rust-based JavaScript runtime, aiming to improve upon Node.js features.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Deno is specifically designed to provide enhanced support for JSX and TypeScript&lt;/strong&gt;, aligning more closely with web standards. Additionally, it simplifies deployment by packaging applications as self-contained executables.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For prioritizing security, Deno is an excellent choice; if speed is a priority, Bun might be more suitable.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>node</category>
      <category>bunjs</category>
      <category>deno</category>
      <category>programming</category>
    </item>
    <item>
      <title>How To Interview React js Developer- tips from CTO</title>
      <dc:creator>Katarina Stojković</dc:creator>
      <pubDate>Wed, 20 Nov 2024 13:59:38 +0000</pubDate>
      <link>https://dev.to/katarina_stojkovi_e838dd/how-to-interview-react-js-developer-tips-from-cto-2cb3</link>
      <guid>https://dev.to/katarina_stojkovi_e838dd/how-to-interview-react-js-developer-tips-from-cto-2cb3</guid>
      <description>&lt;p&gt;Are you looking to hire a competent React developer but unsure of where to begin? &lt;/p&gt;

&lt;p&gt;FatCat Coders' CTO, Luka Patarcic, prepared a comprehensive guide to ensure you find the right fit. You can access the blog with a free interview guide &lt;a href="https://bit.ly/interview-react-developer-cheat-sheet" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This resource emphasizes the importance of assessing a candidate's knowledge in:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;JavaScript and TypeScript, &lt;/li&gt;
&lt;li&gt;memory management, &lt;/li&gt;
&lt;li&gt;modern React updates, and &lt;/li&gt;
&lt;li&gt;understanding of Server Side Rendering (SSR) and &lt;/li&gt;
&lt;li&gt;Client Side Rendering (CSR)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Understanding these key areas not only ensures that the developer can perform but also highlights their proactive learning capabilities. &lt;/p&gt;

&lt;p&gt;The blog also covers why assessing HTTP protocol understanding and performance optimization skills are crucial to making informed hiring decisions.&lt;/p&gt;

&lt;p&gt;Curious to learn more and elevate your hiring game? Dive deep into the details by reading the full blog and discover how to pinpoint the best React developer for your team!&lt;/p&gt;

</description>
      <category>react</category>
      <category>reactjsdevelopment</category>
      <category>startup</category>
    </item>
    <item>
      <title>Level Up Your Startup: How to Find a Tech Co-Founder Who Can Deliver</title>
      <dc:creator>Katarina Stojković</dc:creator>
      <pubDate>Wed, 20 Nov 2024 12:45:17 +0000</pubDate>
      <link>https://dev.to/katarina_stojkovi_e838dd/level-up-your-startup-how-to-find-a-tech-co-founder-who-can-deliver-5gbe</link>
      <guid>https://dev.to/katarina_stojkovi_e838dd/level-up-your-startup-how-to-find-a-tech-co-founder-who-can-deliver-5gbe</guid>
      <description>&lt;p&gt;If you're a non-technical founder looking to bring a technical co-founder on board, this article will guide you through the process of finding the right person to join your team.&lt;/p&gt;

&lt;h2&gt;
  
  
  Identifying Your Startup's Technical Needs
&lt;/h2&gt;

&lt;p&gt;Before embarking on the search for a technical co-founder, it's essential to have a clear understanding of your startup's technical requirements.&lt;/p&gt;

&lt;p&gt;Identify the programming languages, frameworks, databases, and other technical components required to develop your product.&lt;/p&gt;

&lt;h2&gt;
  
  
  Questions Should You Firstly Ask Yourself?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What Is Your Long-Term Technical Roadmap?
&lt;/h3&gt;

&lt;p&gt;Think about your product's future scalability and growth. Will you need to integrate with other systems? Will you require mobile apps or other platforms?&lt;/p&gt;

&lt;h3&gt;
  
  
  What Specific Technical Skills Are You Seeking in a Co-founder?
&lt;/h3&gt;

&lt;p&gt;Determine the expertise needed to bring your vision to reality. Be specific about the programming languages, frameworks, or technologies you require.&lt;/p&gt;

&lt;h3&gt;
  
  
  What Is Your Budget for a Technical Co-founder?
&lt;/h3&gt;

&lt;p&gt;Consider the salary range and equity options you can afford to offer. Once you clearly understand your startup's technical needs, you can move on to the next step - finding a technical co-founder.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do I Need a Technical Co-founder?
&lt;/h3&gt;

&lt;p&gt;There is no hard and fast rule that every startup needs a technical co-founder.&lt;/p&gt;

&lt;p&gt;The decision to bring on a technical co-founder depends on various factors, including the nature of your business, the complexity of your product, and your own technical skills.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Co-founder Job Description
&lt;/h2&gt;

&lt;p&gt;The job description for a technical co-founder should provide a comprehensive overview of the role, responsibilities, qualifications, and desired skills. &lt;/p&gt;

&lt;p&gt;Customize the job description based on your startup's specific needs, but ensure that it covers the following:&lt;/p&gt;

&lt;p&gt;Technical expertise: List the programming languages, frameworks, tools, or platforms required for your product development. Also, specify any specific industry experience or technical certifications desired.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Leadership and team management: Outline the co-founder's responsibilities in leading and managing the technical team.&lt;/li&gt;
&lt;li&gt;Product development: Detail the co-founder's involvement in the product development lifecycle, from ideation to deployment.&lt;/li&gt;
&lt;li&gt;Collaboration and communication: Emphasize the need for effective collaboration with non-technical stakeholders, such as marketing, sales, and business development teams.&lt;/li&gt;
&lt;li&gt;Vision and mission alignment: Highlight the importance of passion and commitment toward your startup's vision and mission.&lt;/li&gt;
&lt;li&gt;Startup culture and adaptability: Describe the startup's culture and emphasize the need for adaptability in a fast-paced environment.&lt;/li&gt;
&lt;li&gt;By clearly articulating your expectations in the job description, you can attract candidates who possess the necessary skills and align with your startup's values.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Understanding the Role of a Technical Co-Founder
&lt;/h2&gt;

&lt;p&gt;A technical co-founder plays a critical role in a startup, especially if your business relies heavily on technology. &lt;/p&gt;

&lt;p&gt;They are responsible for overseeing the technical aspects of the product or service, including software development, infrastructure, and technology strategy.&lt;/p&gt;

&lt;p&gt;Having a technical co-founder on board can provide several advantages, such as:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Technical knowledge: A technical co-founder brings deep knowledge and experience in the technical domain, ensuring that your product is built with the right technology stack and follows best practices.&lt;/li&gt;
&lt;li&gt;Product and development: They collaborate closely with you in defining the product roadmap, prioritizing features, and ensuring timely product delivery.&lt;/li&gt;
&lt;li&gt;Problem-solving: A technical co-founder can quickly identify and resolve technical challenges that arise during the development process, saving time and resources.&lt;/li&gt;
&lt;li&gt;Team building: They help recruit and manage the technical team, fostering a culture of innovation and collaboration.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Best Way to Find a Technical Co-Founder
&lt;/h2&gt;

&lt;p&gt;When it comes to finding a technical co-founder, there are several avenues you can explore. Read more to discover ways to find technical Co-Founder and legal considerations when partnering with a Co-Founder [&lt;a href="https://fatcatcoders.com/blog/how-to-find-a-tech-co-founder-who-can-deliver" rel="noopener noreferrer"&gt;https://fatcatcoders.com/blog/how-to-find-a-tech-co-founder-who-can-deliver&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>startup</category>
      <category>career</category>
      <category>javascript</category>
    </item>
    <item>
      <title>7 Reasons to Hire Developers from Serbia</title>
      <dc:creator>Katarina Stojković</dc:creator>
      <pubDate>Wed, 20 Nov 2024 12:29:44 +0000</pubDate>
      <link>https://dev.to/katarina_stojkovi_e838dd/7-reasons-to-hire-developers-from-serbia-52g4</link>
      <guid>https://dev.to/katarina_stojkovi_e838dd/7-reasons-to-hire-developers-from-serbia-52g4</guid>
      <description>&lt;p&gt;Are you considering expanding your dev team with talent from Serbia? Perhaps you’ve heard great things about developers from Serbia but you’re not sure if it’s a good fit for you? You’re in the right place - we’re going to highlight a few of the major benefits of making this call. &lt;/p&gt;

&lt;h2&gt;
  
  
  Quality and Expertise
&lt;/h2&gt;

&lt;p&gt;Serbia is home to skilled, talented developers with a strong educational and practical background. As a country, Serbia has a long tradition of technical education, with high-quality computer science and engineering programs in universities. ICT is taught at 53 institutions of higher education across 24 cities, which is a lot for a country of its size. &lt;/p&gt;

&lt;p&gt;In addition to the strong academic foundation, there’s also a considerable DIY and self-learning trait present throughout several generations of developers, often placing them among the avant-garde of programming and software development. &lt;/p&gt;

&lt;h2&gt;
  
  
  Great Price to Quality Ratio
&lt;/h2&gt;

&lt;p&gt;Serbia offers highly skilled developers at a lower cost compared to most other places in Europe and in the US. The cost of living is generally lower in Serbia, so that may account for the affordability of the talent. Another reason is the high number of top-quality graduates from Serbian universities creating a large pool of highly skilled IT talent at a lower cost. &lt;/p&gt;

&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%2Fibfj9kcyz2ahccc2z6ya.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%2Fibfj9kcyz2ahccc2z6ya.png" alt="Image description" width="800" height="289"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Furthermore, the Serbian government has been actively and consistently promoting the development of the IT sector with a very favorable business climate for IT companies. &lt;/p&gt;

&lt;h2&gt;
  
  
  Convenient Time Zone and Geographic Proximity
&lt;/h2&gt;

&lt;p&gt;Serbia belongs to the Central European Standard Time Zone (GMT+1) which makes overlapping business hours easy. For companies based in Europe, there’s generally no adjustment required, and if you’re based in the US you will have a couple of joint business hours in the morning for conference calls and Zoom meetings. &lt;/p&gt;

&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%2Fmb7ci8fi65fam4iof7wp.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%2Fmb7ci8fi65fam4iof7wp.png" alt="Image description" width="800" height="368"&gt;&lt;/a&gt;&lt;br&gt;
Plus, for European-based companies, Serbia is just a short flight away from most European cities. &lt;/p&gt;

&lt;h2&gt;
  
  
  Excellent Command of English
&lt;/h2&gt;

&lt;p&gt;Serbian people in general, and people with a tech background in particular, are known for their high proficiency in English. Not only are they highly proficient in IT terminology, they also possess a strong grasp of various language registers - from casual to formal. Obviously, this makes day-to-day communication much smoother and helps avoid any language-induced misunderstandings and process slowdowns. &lt;/p&gt;

&lt;h2&gt;
  
  
  Cultural Compatibility
&lt;/h2&gt;

&lt;p&gt;Due to the geographic position and a number of cultural and historical factors, Serbian developers have a strong understanding of the Western business culture, especially compared to some other outsourcing destinations.&lt;/p&gt;

&lt;p&gt;Because of this, they are more likely to make a great fit within the team. Furthermore, since there’s no need for cultural onboarding, communication, and collaboration are more streamlined and efficient. &lt;/p&gt;

&lt;h2&gt;
  
  
  Presence of Major Tech Companies
&lt;/h2&gt;

&lt;p&gt;Over the last decade or so, the country has been welcoming more and more top-tier international corporations and companies opening their Serbian offices, and it’s a trend that doesn’t show signs of slowing down. IT is a particularly lively sector: Microsoft has been around for a while, then there’s Ubisoft, Seven Bridges Genomics, IBM, SAP and more. &lt;/p&gt;

&lt;p&gt;Highly skilled professionals, low operating costs and favorable tax and residence laws make Serbia a sought-after destination for offshoring and outsourcing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Experience with Remote Work
&lt;/h2&gt;

&lt;p&gt;Because the labor market in Serbia has been through several prolonged periods of difficulties and the lack of new job openings, Serbian developers have often had to look for remote jobs. A vast majority of them already have significant experience with remote work and will integrate into your team and your processes seamlessly. This gives them a considerable upperhand compared to other outsourcing destinations that are perhaps not so accustomed to remote work. &lt;/p&gt;

&lt;h2&gt;
  
  
  Potential Downsides
&lt;/h2&gt;

&lt;p&gt;While it’s clear that hiring Serbian developers is by all means an excellent move, there are still a couple of downsides to consider. &lt;/p&gt;

&lt;p&gt;For one, Serbia has rather strict and complex labor laws, especially for remote work. The legal framework for this sort of employment is going through some growing pains, although progress has been made that promises to benefit all sides - the workers, their remote employers and the government. However, this is typically not very relevant to the end client, especially when working through a staff augmentation model. A reputable and experienced outsourcing partner can help navigate these issues.&lt;/p&gt;

&lt;p&gt;For more info on How to hire developers from Serbia read [&lt;a href="https://fatcatcoders.com/blog/7-benefits-of-hiring-developers-from-serbia" rel="noopener noreferrer"&gt;https://fatcatcoders.com/blog/7-benefits-of-hiring-developers-from-serbia&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>career</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
