• Friday links 280

    Minds turned to ash | 1843 Don’t look at the elephant… – DerickBailey.com Sorry! And the Nature of Suffering – Existential Comics Gatling Project,Stress Tool How to make HTML disappear completely How to create a really cool Wi-Fi map of your neighborhood Introducing the Daily Design Pattern (C#) Native Compilation – Why JIT when you…

  • Interpreter–part 5 of n–Documentation

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     After all this steps,now it is the moment to have Documentation. Basically,if nothing have changed,is the same as the idea –  http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/  . However,there are some points to add: Clear use of…

  • Friday links 279

    Not OK,Google | TechCrunch Tina Isn’t An Engineer – Dilbert Comic Strip on 2016-10-06 | Dilbert by Scott Adams Ken Mazaika’s answer to What is the answer to a question you don’t know in an interview? – Quora Xavier Amatriain’s answer to How do I learn machine learning? – Quora Introducing the Set-based Loop –…

  • Interpreter–part 4 of n – Deploy

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     After done the testing part,we can deploy the Interpreter . That means uploading to some package sources,as Nuget.org or myget.org. I choose Nuget.org . For this,first we should package the applicatiuon. We…

  • Friday links 278

    How it feels to learn JavaScript in 2016 Angular 2 vs React: The Ultimate Dance Off – JavaScript Scene – Medium Why I use Tape Instead of Mocha & So Should You – JavaScript Scene – Medium Pagination and SEO: Best Practices & Common Issues Relationships/How Women Select Men – Wikibooks,open books for an open…

  • Interpreter–part 3 of n -Testing

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     Now that we do not have just the interpreter part 1 idea,but also interpreter part 2 coding,we can test the application. For this we should write test for everything that we wrote…

  • Friday links 277

    11 Essential Trello Integrations That Make Your Job Easier Top 4 Third Party Trello Apps and Widgets For Android 18 of the most awesome inventions that appeared this year Timer • Toggl https://blog.toggl.com/2016/09/toggl-physical-ui/ is not available The 20 Best Time-Tracking Apps SOLID Design Principles C# – CsharpStar Using Bower and Gulp with ASP.net 5.0 –…

  • Interpreter–part 2 of n – Coding

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     Now that we have the idea from interpreter part 1 of what we want to do,start coding thinking about what the code will look like. We want simple use,like So we will…

  • Friday links 276

    Ending the Nested Tree of Doom with Chained Promises Multithreading in C# .NET 4.5 (Part 2) – CodeProject Useful Reference Books – CodeProject 16 Useful Mental Life Hacks | Idealist Revolution Edmond Lau’s answer to What are the questions that can be asked when the interviewer asks ‘Any questions?’ – Quora Gayle Laakmann McDowell’s answer…

  • Interpreter–part 1 of n – Idea

    Series: http://msprogrammer.serviciipeweb.ro/2018/07/16/interpreterpart-1-of-n/ – Idea http://msprogrammer.serviciipeweb.ro/2018/07/23/interpreterpart-2-of-n/ – Coding http://msprogrammer.serviciipeweb.ro/2018/07/30/interpreterpart-3-of-n/ – Testing http://msprogrammer.serviciipeweb.ro/2018/08/06/interpreterpart-4-of-n/  – Deploy http://msprogrammer.serviciipeweb.ro/2018/08/13/interpreterpart-5-of-n/ – Documentation http://msprogrammer.serviciipeweb.ro/2018/08/20/interpreterpart-6-of-n/ – Ecosystem / usage     For Stankins I need a custom interpreter of serialized data. What this means,exactly ? Let’ suppose I have an appsetting file with a connection string { “SqlServerConnectionString”: “Server=(local)\\SQL2016;Database=tempdb;Trusted_Connection=True;” } If I use…

I am ok , you are ok