<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Career on Richard Borges</title>
    <link>/tags/career/</link>
    <description>Recent content in Career on Richard Borges</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 21 Mar 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="/tags/career/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Microsoft&#39;s 30 days to learn it</title>
      <link>/post/2021-03-21-30-day-to-learn-it/</link>
      <pubDate>Sun, 21 Mar 2021 00:00:00 +0000</pubDate>
      <guid>/post/2021-03-21-30-day-to-learn-it/</guid>
      <description>&lt;p&gt;Here is an opportunity to learn new skills in 30 days, investing about an hour a day (give or take a few week ends)&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;Microsoft 30 days learn&#34; loading=&#34;lazy&#34; src=&#34;../../images/2021/03/Microsoft30DayLearn.PNG&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://developer.microsoft.com/en-gb/offers/30-days-to-learn-it?ocid=AID3028423_PersonalCSC_Corp_HQ_Blog#segment-2&#34; title=&#34;Microsoft 30 days learn&#34;&gt;Microsoft 30 days learn&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am planning to invest time in these three:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DevOps Engineer&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Design and implement DevOps processes and practices.&lt;/li&gt;
&lt;li&gt;Develop an instrumentation strategy with logging, telemetry, and monitoring.&lt;/li&gt;
&lt;li&gt;Manage source control with GitHub to foster collaboration and automate build and deployment processes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Azure Developer&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s the holdup ?</title>
      <link>/post/2021-02-21-whats-the-holdup/</link>
      <pubDate>Sun, 21 Feb 2021 00:00:00 +0000</pubDate>
      <guid>/post/2021-02-21-whats-the-holdup/</guid>
      <description>&lt;p&gt;So. Its been a while since my last post. I really should make, posting at regular intervals, a habit.
What&amp;rsquo;s my comfortable cadence? I&amp;rsquo;ll try a few things to find what suits me best.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been following/reading &lt;a href=&#34;https://twitter.com/profgalloway&#34; title=&#34;Scott Galloway&#34;&gt;Scott Galloway&lt;/a&gt;, some thought provoking insights on life, relationships and wealth&lt;/p&gt;
&lt;p&gt;and listening to &lt;a href=&#34;https://hanselminutes.com/719/myself-its-not-weird-at-all&#34; title=&#34;myself-its-not-weird-at-all&#34;&gt;Scott Hanselman podcasts&lt;/a&gt;&lt;!-- raw HTML omitted --&gt;, especially this one, where Scott says&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;hellip; I blog twice a week consistently for 20 years. And I podcast every Thursday for the last 15 years, 14 years. And the reason that that works is that I&amp;rsquo;m not doing it five days a week..&lt;/p&gt;</description>
    </item>
    <item>
      <title>Third party UI controls - ASP.Net MVC 5</title>
      <link>/post/2016-07-15-third-party-ui-controls-asp-net-mvc-5/</link>
      <pubDate>Fri, 15 Jul 2016 00:00:00 +0000</pubDate>
      <guid>/post/2016-07-15-third-party-ui-controls-asp-net-mvc-5/</guid>
      <description>&lt;p&gt;The wonderful people at Syncfusion have offered a community license for free which gives you over 650+ controls. Head over &lt;a href=&#34;https://www.syncfusion.com/products/communitylicense&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After a bit of fiddling using their &lt;a href=&#34;http://help.syncfusion.com/aspnetmvc/chart/getting-started&#34;&gt;online documentation&lt;/a&gt;, I’ve finally been able to use the chart control in my ASP.Net MVC5 code.  The 3 main dlls , I needed of the chart control are (changes to the web.config):&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;pre class=&amp;#34;wp-code-highlight prettyprint linenums:1&amp;#34;&amp;gt;&amp;amp;lt;assemblies&amp;amp;gt;
      &amp;amp;lt;add assembly=&amp;#34;Syncfusion.EJ, Version=14.2460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89&amp;#34; /&amp;amp;gt;
      &amp;amp;lt;add assembly=&amp;#34;Syncfusion.Linq.Base, Version=14.2460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89&amp;#34; /&amp;amp;gt;
      &amp;amp;lt;add assembly=&amp;#34;Syncfusion.EJ.Mvc, Version=14.2500.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89&amp;#34; /&amp;amp;gt;
&amp;amp;lt;/assemblies&amp;amp;gt;
&amp;lt;/pre&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To get around a Visual Studio build error, I had to add the following to the web.config&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;pre class=&amp;#34;wp-code-highlight prettyprint linenums:1&amp;#34;&amp;gt;&amp;amp;lt;dependentAssembly&amp;amp;gt;
     &amp;amp;lt;assemblyIdentity name=&amp;#34;Syncfusion.EJ&amp;#34; culture=&amp;#34;neutral&amp;#34; publicKeyToken=&amp;#34;3d67ed1f87d44c89&amp;#34; /&amp;amp;gt;
     &amp;amp;lt;bindingRedirect oldVersion=&amp;#34;0.0.0.0-14.2460.0.26&amp;#34; newVersion=&amp;#34;14.2460.0.26&amp;#34; /&amp;amp;gt;
&amp;amp;lt;/dependentAssembly&amp;amp;gt;
&amp;amp;lt;dependentAssembly&amp;amp;gt;
    &amp;amp;lt;assemblyIdentity name=&amp;#34;Syncfusion.Linq.Base&amp;#34; culture=&amp;#34;neutral&amp;#34; publicKeyToken=&amp;#34;3d67ed1f87d44c89&amp;#34; /&amp;amp;gt;
    &amp;amp;lt;bindingRedirect oldVersion=&amp;#34;0.0.0.0-14.2460.0.26&amp;#34; newVersion=&amp;#34;14.2460.0.26&amp;#34; /&amp;amp;gt;
&amp;amp;lt;/dependentAssembly&amp;amp;gt;
&amp;lt;/pre&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;And lastly one javascript library, ej.widgets.all.min (8,466 kb), which after using their tool &lt;a href=&#34;http://csg.syncfusion.com/&#34;&gt;csg&lt;/a&gt;, � (for the chart control only) reduced it to (ej.chart.min.js) 909kb.&lt;/p&gt;
&lt;p&gt;In _layout.cshtml, added:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;pre class=&amp;#34;wp-code-highlight prettyprint linenums:1&amp;#34;&amp;gt;&amp;amp;lt;script src=&amp;#34;~/Scripts/ej/ej.chart.min.js&amp;#34;&amp;amp;gt;&amp;amp;lt;/script&amp;amp;gt;    
@RenderSection(&amp;#34;scripts&amp;#34;, required: false)    
@Html.EJ().ScriptManager()
&amp;lt;/pre&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;and in viewname.cshtml, added&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;pre class=&amp;#34;wp-code-highlight prettyprint linenums:1&amp;#34;&amp;gt;@(Html.EJ().Chart(&amp;#34;presentationReport&amp;#34;))
&amp;lt;/pre&amp;gt;
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Getting deeper into C# and Akka.net</title>
      <link>/post/2016-03-28-getting-deeper-into-c-and-akka-net/</link>
      <pubDate>Mon, 28 Mar 2016 00:00:00 +0000</pubDate>
      <guid>/post/2016-03-28-getting-deeper-into-c-and-akka-net/</guid>
      <description>&lt;p&gt;Been reading the wonderful tips and tricks in C# by Jason Roberts , bought to you by &lt;a href=&#34;https://leanpub.com/book_search?search=Jason+Roberts&#34;&gt;LeanPub&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;Also created a web project using signalR and Akka.net following the Jason Roberts course in &lt;a href=&#34;%22https://www.pluralsight.com/courses/&#34;&gt;Pluralsight&lt;/a&gt;. SignalR takes care of the communications between the (browser) client and (web) server, while Akka.net takes care of the (heavy) message processing. All very fascinating and works well under load.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Team Leadership</title>
      <link>/post/2014-06-26-17-team-leadership/</link>
      <pubDate>Thu, 26 Jun 2014 00:00:00 +0000</pubDate>
      <guid>/post/2014-06-26-17-team-leadership/</guid>
      <description>&lt;p&gt;Reading about Roy Osherove&amp;rsquo;&amp;rsquo;s views on &lt;a href=&#34;http://5whys.com/&#34;&gt;Development Team Leadership&lt;/a&gt;. Quite interesting.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
