• Are you a new tech lead?

    3–5 minutes

    <p>Last week I asked on twitter for communities or groups that female leaders in tech were a part of.</p>n<blockquote class="twitter-tweet" data-dnt="true"><p lang="en" dir="ltr">Where do female leaders in tech hang out? Specifically looking for groups / communities to talk, discuss about engineering problems, scaling teams, hiring + firing, career growth options for tech leads etc.</p>&mdash; Princiya… Read more

  • P’s Blog has a new home

    P’s Blog has a new home

    1–2 minutes

    I am moving away from WordPress because I want to focus more on SEO and build a personal brand. The blog is still in the making and is built using Gatsby. https://princiya777.wordpress.com/blog Read more

  • To D3 or not

    2–3 minutes

    <p>Earlier this year, I spoke at <a href="https://agent.sh/agent-conf-2020&quot; target="_blank" rel="nofollow noopener noreferrer">AgentConf 2020, Dornbirn, Austria</a> on <code class="language-text">To D3 or not</code>.</p>n<ul>n<li><a href="https://docs.google.com/presentation/d/1GTh4q30nkt95X1ysky4LkLYk9Jg3e3si_wXMn5GkWKA/edit?usp=sharing&quot; target="_blank" rel="nofollow noopener noreferrer">Slides</a></li>n<li><a href="https://www.youtube.com/watch?v=n2ZArMqtIQw&list=PL02Kht_parVlg-EPMtMjwMFI2N1N7t_HH&index=5&t=0s&quot; target="_blank" rel="nofollow noopener noreferrer">Video</a></li>n</ul>n<p>n <an class="gatsby-resp-image-link"n href="https://atomic-temporary-42700218.wpcomstaging.com/blog/blog/static/f0d2e1d27e69ba1e8c8d40c2b76af9a4/de0bd/slide1.png"n style="display: block"n target="_blank"n rel="noopener"n >n n <spann class="gatsby-resp-image-wrapper"n style="position: relative; display: block; border: 1px solid #efefef max-width: 590px; margin-left: auto; margin-right:… Read more

  • How to know if you are writing integration tests or end to end tests

    1–2 minutes

    <ul>n<li>n<p><strong>Unit tests</strong>: Unit tests are atomic. They are within the scope of one component or action or reducer or saga and do not go beyond the scope of this atomic component.</p>n<ul>n<li>Example: Unit tests do not involve <code class="language-text">reducer &amp;&amp; saga</code> being tested together or <code class="language-text">component &amp;&amp; action &amp;&amp; reducer &amp;&amp; saga</code> being tested together.</li>n</ul>n</li>n<li>n<p><strong>Integration… Read more

  • Introduction to contract tests

    3–5 minutes

    <h2 id="context"><a href="#context" aria-hidden class="anchor"><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6… Read more

  • Career advice for freshers

    4–5 minutes

    <p>Many a times I come across Twitter posts which ask -</p>n<blockquote>n<p>What would you advice your younger self?</p>n</blockquote>n<p>In my <a href="../okr">previous post</a> I described how we created OKRs at Curalie. Apart from filling the below table -</p>n<table>n<thead>n<tr>n<th></th>n<th>Good</th>n<th>Bad</th>n</tr>n</thead>n<tbody>n<tr>n<td>Like</td>n<td>xx</td>n<td>xx</td>n</tr>n<tr>n<td>Dislike</td>n<td>xx</td>n<td>xx</td>n</tr>n</tbody>n</table>n<p>I also asked my colleagues to think about the following:</p>n<ul>n<li>Short term goal (6 months from now)</li>n<li>Medium term goal (1 year… Read more

Trending