Year: 2018
-
Interpreter–part 7 of n–thank you
In our days you cannot build a project without help from other projects. So it is your project – it is build on the shoulder of others( https://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants ) Add a third party notice and thanks others that contributes with components to your project. I have discovered https://github.com/KrystianKolad/DotnetThx – and running it gives me that…
-
Friday links 281
kswoll/WootzJs: C# to Javascript Compiler implemented via Roslyn Exploring Application Insights for disconnected or connected deep telemetry in ASP.NET Apps – Scott Hanselman SVG Charting Libraries – The Media Temple Blog A Linked Data Overview for Web API Developers Cognitive bias cheat sheet When Roman “Barbarians” Met the Asian Enlightenment – Medium madelson/MedallionShell: A .NET…
-
Interpreter–part 6 of n–Ecosystem/usage
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 This is the latest – how do you use the component. In this case,the Interpreter is part of 2 separate projects : Stankins and AOP with Roslyn . Both uses this in…
-
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 –…