<?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: Adekoyejo Akinhanmi</title>
    <description>The latest articles on DEV Community by Adekoyejo Akinhanmi (@senornigeria).</description>
    <link>https://dev.to/senornigeria</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%2F58060%2F0f1bd50f-b6e6-41ec-a442-b077a3338c89.jpeg</url>
      <title>DEV Community: Adekoyejo Akinhanmi</title>
      <link>https://dev.to/senornigeria</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/senornigeria"/>
    <language>en</language>
    <item>
      <title>Design for a time clocking app</title>
      <dc:creator>Adekoyejo Akinhanmi</dc:creator>
      <pubDate>Wed, 20 Jun 2018 06:16:05 +0000</pubDate>
      <link>https://dev.to/senornigeria/design-for-a-time-clocking-app-d0k</link>
      <guid>https://dev.to/senornigeria/design-for-a-time-clocking-app-d0k</guid>
      <description>&lt;p&gt;I have been tasked with designing the server side application for a time clocking app. The application is supposed to keep track of when employees resume work each day and when they leave. The bottleneck I am experiencing is that the device for clocking in and clocking out is a fingerprint scanner and only one device is supposed to manage the two actions. For the sake of calculations and all, I intend to keep both data on their individual tables however I do not know how to. In one solution, I intend to create a single endpoint which when called will check if the employee has checked in for that day and then move the log to a different table or if I should keep the data on one table and just do my computations of clock in and clock out.&lt;/p&gt;

&lt;p&gt;P.S. I do not also know if the device can be programmed with multiple endpoints.&lt;/p&gt;

</description>
      <category>timeclocking</category>
      <category>appdesign</category>
    </item>
    <item>
      <title>How does Laravel make methods available?</title>
      <dc:creator>Adekoyejo Akinhanmi</dc:creator>
      <pubDate>Sun, 20 May 2018 08:38:36 +0000</pubDate>
      <link>https://dev.to/senornigeria/how-does-laravel-make-methods-available-48eh</link>
      <guid>https://dev.to/senornigeria/how-does-laravel-make-methods-available-48eh</guid>
      <description>&lt;p&gt;I'm relatively new to laravel and I have found that you have access to certain methods in the controllers e.g. &lt;code&gt;response()&lt;/code&gt;, &lt;code&gt;auth()&lt;/code&gt;, &lt;code&gt;view()&lt;/code&gt; etc. I'd like to know how it does that.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>question</category>
    </item>
    <item>
      <title>What's the best way to manage migrations in a microservice architechure?</title>
      <dc:creator>Adekoyejo Akinhanmi</dc:creator>
      <pubDate>Wed, 09 May 2018 13:58:31 +0000</pubDate>
      <link>https://dev.to/senornigeria/whats-the-best-way-to-manage-migrations-in-a-microservice-architechure-23n7</link>
      <guid>https://dev.to/senornigeria/whats-the-best-way-to-manage-migrations-in-a-microservice-architechure-23n7</guid>
      <description>&lt;p&gt;I'm thinking of creating a repository that will handle database migrations across the services. Is this efficient?&lt;/p&gt;

</description>
      <category>question</category>
      <category>microservices</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What are the best practices for sending emails to your app users?</title>
      <dc:creator>Adekoyejo Akinhanmi</dc:creator>
      <pubDate>Thu, 08 Mar 2018 07:07:35 +0000</pubDate>
      <link>https://dev.to/senornigeria/what-are-the-best-practices-for-sending-emails-to-your-app-users--1oen</link>
      <guid>https://dev.to/senornigeria/what-are-the-best-practices-for-sending-emails-to-your-app-users--1oen</guid>
      <description>

&lt;p&gt;Is it better to send emails async or sync and why?&lt;/p&gt;


</description>
      <category>question</category>
      <category>sendemail</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Microservice data sharing and communication</title>
      <dc:creator>Adekoyejo Akinhanmi</dc:creator>
      <pubDate>Fri, 02 Mar 2018 22:39:43 +0000</pubDate>
      <link>https://dev.to/senornigeria/microservice-data-sharing-and-communication--5gn4</link>
      <guid>https://dev.to/senornigeria/microservice-data-sharing-and-communication--5gn4</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I really want thoughts from anyone who wants to on microservice architecture. It can be language agnostic but it's probably noteworthy that I am using SailsJS on Node Express. I would really appreciate some personal experience as well.&lt;/p&gt;

&lt;p&gt;I would like to know:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;When a service provides information to other services, how does one manage communication between them? Do you use REST, Message queuing? What's best?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When data needs to be shared across services, for example to prevent sharing of tables, is it good practice to create a relationship table?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

</description>
      <category>microservices</category>
      <category>discuss</category>
      <category>architecture</category>
    </item>
  </channel>
</rss>
