<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--========== The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags ==========-->
<title>ShinyLight.com</title>

<!--==========Dependency============-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/assets/owl.carousel.css">
<link rel="stylesheet" href="vendors/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="vendors/flexslider/flexslider.css">

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit:500">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:600,700italic">
<link href='https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,800,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700italic,700,900,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Fredoka+One' rel='stylesheet' type='text/css'>

<!--==========Theme Styles==========-->
<link href="css/style.css" rel="stylesheet">
<link href="css/theme/blue.css" rel="stylesheet">

<!--========== HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries ==========-->
<!--========== WARNING: Respond.js doesn't work if you view the page via file:// ==========-->
<!--==========[if lt IE 9]>
    <script src="js/html5shiv.min.js"></script>
    <script src="js/respond.min.js"></script>
<![endif]==========-->

<script src="js/jquery-2.2.0.min.js"></script>
<script src="vendors/flexslider/jquery.flexslider-min.js"></script>
</head>
<body class="home">


<!-- The following uncommented line would make the header static on mobile,
but it messes up on the desktop side, so for now, disabling it.  -->
<!-- <header class="row transparent white" data-spy="affix" data-offset-top="300" id="header"> -->

<header class="row transparent white" data-offset-top="300" id="header">
    <div class="container">

        <div class="row top-header">
            <div class="col-sm-4 search-form-col">
                <form action="#" method="get" class="search-form">
                    <div class="input-group">
                        <!-- <span class="input-group-addon"><img src="images/search-icon-dark.png" alt=""></span>
                        <input type="search" class="form-control" placeholder="search"> -->
                    </div>
                </form>
            </div>
            <div class="col-sm-4 logo-col text-center">
                <a href="/"><img src="images/logo-shinylight-1.png" alt="ShinyLight.com"></a>
            </div>

            <div class="col-sm-4 logo-col text-right">
                <div class="blog-link">
                  <a  style="color: #333;" href="https://shinylightdev.wordpress.com"><i class="fa fa-wordpress fa-2x" style="color: #333;"></i> blog</a>
                </div>
            </div>

        </div>        

    </div>
</header>
</h2>
<nav class="navbar navbar-default onbottom" data-spy="affix" data-offset-top="110">
    <div class="container">
        <div class="navbar-header">
            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-navbar" aria-expanded="false">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
            </button>
        </div>
        <div class="collapse navbar-collapse" id="main-navbar">
            <ul class="nav navbar-nav">            
                <li class="active"><a href="/">Home</a></li>
                <li ><a href="portfolio.php">Portfolio</a></li>
                <li ><a href="software-development.php">Bookshelf</a></li>

                
                
                <li class="dropdown " >
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
                        role="button" aria-haspopup="true" aria-expanded="false">Toolkit <span class="caret"></span></a>
                    <ul class="dropdown-menu">
                      <li><a href="toolkit-windows.php">Windows</a></li>
                      <li><a href="toolkit-iphone.php">iPhone/iPad</a></li>
                    </ul>
                </li>    


                <li ><a href="learning.php">Learning</a></li>

                <li class="dropdown " >
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
                        role="button" aria-haspopup="true" aria-expanded="false">About Me <span class="caret"></span></a>
                    <ul class="dropdown-menu">
                      <li><a href="who-am-i.php">Who Am I?</a></li>
                      <li><a href="what-i-use.php">My Rig</a></li>
                                            <li><a href="photography.php">Photography</a></li>

                      <li><a href="https://shinylightdev.wordpress.com">My Blog <span class="fa fa-external-link fa-1x"></span></a></li>
                      
                                          </ul>
                </li>                

            </ul>            
            <ul class="nav social-nav white pull-right hidden-xs hidden-sm">                
                <li><a href="https://www.linkedin.com/in/deromero" target="_blank" title="LinkedIn Profile"><i class="fa fa-linkedin"></i></a></li>
                <li><a href="https://twitter.com/shinylightdev" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
                <li><a href="https://github.com/shinylightdev" target="_blank" title="GitHub Projects"><i class="fa fa-github"></i></a></li>                
            </ul>
        </div>        
    </div>
</nav>
<style>
  .post-link {
    font-size: 16px;    
    font-family: "Roboto", sans-serif;      
  }

  ul.columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  } 

  .media-body.post-excerpt ul li a:link, .media-body.post-excerpt p a:link  {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    
  }

  .media-body.post-excerpt ul li {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #808080;
    list-style-type: square;
    padding-bottom: 10px;
  }   

</style>

<!-- START BANNER -->
<section class="row featured-post-carousel text-center dosis">
    <div class="item post">
        <img src="images/bg-homepage-1.jpg" alt="" class="img-responsive main-bg">
    </div>
</section>
<!-- END BANNER -->

<section class="row content-wrap-3">
    <div class="container">
        <div class="row blog-posts">
            
            <!--Post - IMAGE-RIGHT -->
            <article class="row post post6 post-format-standard">
                <div class="media post-wrapper">
                    <div class="media-body post-excerpt">
                        <h5 class="taxonomy">in <a href="https://shinylight.blog/category/databases/">DATABASES</a></h5>
                        <h3 class="post-title"><a href="https://shinylight.blog/2018/10/29/orm-vs-tsql-benefits-drawbacks/">ORM vs TSQL (Benefits / Drawbacks)</a></h3>
                        <h5 class="post-meta"><a href="#">oct 29, 2018</a> </h5>
                        <p>
                        I think this is a subjective matter, as there’s strong arguments for both. In my experience, I prefer using ORMs for simple applications in a small team. For enterprise apps with many developers, nothing beats the simplicity and performance of pure TSQL (or SQL for that matter). Yes, there could be a lot of boiler plate code, but that part can be automated.
                        </p>
                        <p>And of course, doing both is still an option. :) <a href="https://shinylight.blog/2018/10/29/orm-vs-tsql-benefits-drawbacks/" class="post-link">Read more.</a></p>
                    </div>
                    <div class="media-right featured-content">
                        <!-- HOSTED on WordPress account because it shows an error in LinkedIn, because loading as https in chrome? -->
                        <a href="#"><img src="https://shinylightdev.files.wordpress.com/2021/08/databases-home.jpg" alt=""></a>
                    </div>
                </div>
            </article>

            <!--Post - IMAGE-RIGHT -->
            <article class="row post post6 post-format-standard">
                <div class="media post-wrapper">
                    <div class="media-body post-excerpt">
                        <h5 class="taxonomy">in <a href="https://shinylight.blog/category/strategy/business-analysis/">BUSINESS ANALYSIS</a></h5>
                        <h3 class="post-title"><a href="https://shinylight.blog/2018/10/29/requirements-analysis-asking-the-right-questions/">Requirements Analysis: Asking the Right Questions</a></h3>
                        <h5 class="post-meta"><a href="#">Oct 29, 2018</a> </h5>
                        <p>Many times when you’re eliciting requirements, you may be asked the question:</p>
                        <p>“We need to add a textbox on this page. How long will it take?”</p>
                        <p>Well… what’s your answer? How do you follow-up? To aid your requirements analysis journey, here’s a checklist that may help you predict the effort involved. <a href="https://shinylight.blog/2018/10/29/requirements-analysis-asking-the-right-questions/" class="post-link">Read more.</a></p>
                        
                    </div>
                    <div class="media-right featured-content">
                        <a href="#"><img src="images/featured-home/ba-home1.jpg" alt=""></a>
                    </div>
                </div>
            </article>

            <!--Post - IMAGE-RIGHT -->
            <article class="row post post6 post-format-standard">
                <div class="media post-wrapper">
                    <div class="media-body post-excerpt">                        
                        <h3 class="post-title"><a href="toolkit-windows.php">My Windows Toolkit</a></h3>
                        <h5 class="post-meta"><a href="#">oct 17, 2018</a> </h5>
                  <p>                  
                    Here's a list of my favorite software. Some I use to this day, others I've moved on from. Nonetheless, they are all important. I'm a Windows developer, so all tools here are for Windows.
                    <ul class="columns">
                      <li><a href="toolkit-windows.php#mt5">My Top 5</a></li>
                      <li><a href="toolkit-windows.php#cos">Current Operating Systems</a></li>
                      <li><a href="toolkit-windows.php#eai">Editors and IDEs</a></li>
                      <li><a href="toolkit-windows.php#tg">Top Games</a></li>
                      <li><a href="toolkit-windows.php#ov">Overclocking</a></li>
                      <li><a name="toolkit-windows.phpmt5"></a><a href="#ph">Photography</a></li>
                      <li><a href="toolkit-windows.php#sy">System</a></li>
                      <li><a href="toolkit-windows.php#sap">Security and Privacy</a></li>
                      <li><a href="toolkit-windows.php#bu">Backup</a></li>
                      <li><a href="toolkit-windows.php#vi">Virtualization</a></li>
                      <li><a href="toolkit-windows.php#vid">Videography</a></li>
                      <li><a href="toolkit-windows.php#au">Audio</a></li>
                      <li><a href="toolkit-windows.php#sdt">Software Development Tools</a></li>
                      <li><a href="toolkit-windows.php#pr">Productivity</a></li>
                    </ul>
                  </p>
                    <p><a href="toolkit-windows.php" class="post-link">Read more.</a></p>
                    </div>
                    <div class="media-right featured-content">
                        <a href="#"><img src="images/featured-home/tools-home.jpg" alt=""></a>
                    </div>
                </div>
            </article>
        </div>       
    </div>
</section>

<script>
$(function() {
  $(".owl-next,.owl-prev").remove();
});
</script>

<!--Footer-->
<footer class="row" id="footer">
    <div class="container">
        <div class="row top-footer">
            <div class="widget col-sm-3 widget-about">
                <div class="row m0"><a href="index6.html"><img src="images/logo-shinylight-1.png" alt="ShinyLight.com" width="200px"></a></div>
            </div>
            <div class="widget col-sm-5 widget-menu">
                <div class="row">
                    <ul class="nav column-menu white-bg">
                        <li><a href="/">Home</a></li>
                        <li><a href="portfolio.php">Portfolio</a></li>
                        <li><a href="software-development.php">Bookshelf</a></li>
                        <li><a href="toolkit-windows.php">Toolkit</a></li>
                    </ul>
                    <ul class="nav column-menu white-bg">
                        <li><a href="learning.php">Learning</a></li>
                        <li><a href="who-am-i.php">Who Am I?</a></li>
                        <li><a href="about.php">About This Site</a></li>
                    </ul>
                </div>
            </div>
        </div>
        <h5 class="copyright"><a href="/">&copy; ShinyLight 2023</a></h5>
    </div>
</footer>
<!--========== jQuery (necessary for Bootstrap's JavaScript plugins) ==========-->
<script src="js/bootstrap.min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="vendors/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendors/instafeed/instafeed.min.js"></script>
<script src="vendors/imagesLoaded/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="js/theme.js"></script>


</body>
</html>