<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/> <title>Joy of Software Development</title> <meta property="og:title" content="The Joy of Software Development (Talk)" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://captnemo.in/talks/josd/" /> <meta property="og:image" content="https://captnemo.in/talks/josd/cover.jpg" /> <meta property="og:image:type" content="image/jpeg" /> <meta property="og:image:width" content="1574" /> <meta property="og:image:height" content="824" /> <meta property="og:description" content="Links and resources as a follow-up on the Joy of Software Development talk by Abhay Rana" /> <!-- CSS --> <link href="css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/> </head> <body> <nav class="blue lighten-1" role="navigation"> <div class="nav-wrapper container"><a id="logo-container" href="/talks/josd/" class="brand-logo">Joy of Software Development</a> <ul class="right"> <li><a href="https://captnemo.in/">Abhay Rana</a></li> <li><a href="https://sdslabs.co/">SDSLabs</a></li> </ul> </div> </nav> <div class="section no-pad-bot" id="index-banner"> <div class="container"> <br> <div class="row center"> <a href="josd.pdf" id="download-button" class="btn-large waves-effect waves-light orange">Download Slides</a> <a href="https://josd.captnemo.in/" id="download-button" class="btn-large waves-effect waves-light orange">Read The Book</a> <a href="https://captnemo.in/blog/2015/03/20/josd-talk/" id="download-button" class="btn-large waves-effect waves-light orange">Blog Post with Links</a> </div> <div class="row center"> <h3 class="light">Topics Covered in the talk</h3> </div> </div> </div> <div class="container"> <div class="section"> <!-- Icon Section --> <div class="row"> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-image-flash-on"></i></h2> <h5 class="center">Software Development Methodologies</h5> <p class="light">It is easy to say you want to develop Agile, but what does it mean? What is the best way to make software?</p> </div> </div> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-hardware-security"></i></h2> <h5 class="center">Software Security</h5> <p class="light">How to make secure software? Why is it important? How to use crypto?</p> </div> </div> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-social-public"></i></h2> <h5 class="center">Free & Open Source Development</h5> <p class="light">Where should you start? How can you contribute?</p> </div> </div> </div> <div class="row"> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-action-history"></i></h2> <h5 class="center">Version Control</h5> <p class="light">What is it? Which should you use? Why should you use one?</p> </div> </div> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-toggle-check-box"></i></h2> <h5 class="center">Test Driven Development</h5> <p class="light">Unit testing. How and why to write tests? Regression testing. Integration testing. TDD. Test First.</p> </div> </div> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-action-extension"></i></h2> <h5 class="center">Rest and APIs</h5> <p class="light">NIH Syndrome. Why should you use APIs? What is REST?</p> </div> </div> </div> <div class="row"> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-image-looks-one"></i></h2> <h5 class="center">Unix Philosophy</h5> <p class="light">Knuth vs McIlroy. One thing well. Small composable programs. Text streams.</p> </div> </div> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-maps-local-shipping"></i></h2> <h5 class="center">Importance of Shipping</h5> <p class="light">Think Build Ship. Launch early, launch often.</p> </div> </div> <div class="col s12 m4"> <div class="icon-block"> <h2 class="center light-blue-text"><i class="mdi-action-settings-input-composite"></i></h2> <h5 class="center">Agnostic Development</h5> <p class="light">Generalist vs Specialist developer. Importance of expertise. Breath first learning.</p> </div> </div> </div> </div> </div> <footer class="page-footer blue"> <div class="container"> <div class="row"> <div class="col l6 s12"> <h5 class="white-text"><a class="white-text" href="http://about.me/n3m0">About Me</a></h5> <p class="grey-text text-lighten-4">Programmer. Geek. UX Enthusiast. Hacker. <br>Member, SDSLabs</p> </div> </div> </div> </footer> </body> </html>