-
New project: Bingo for meetings–part 1
I have decided to start a new project. The name is “Bingo for meetings”. What it does: Every time in a meeting that a participant hears a phrase (like “ Hi,can you hear me?” or “ can everyone see my screen?” or others …) he can check one of the cards. In the final you…
-
Friday Links 329
Software Testing Anti-patterns · Codepipes Blog The 5 Problem-Solving Skills of Great Software Developers | Codementor 7 books you must read to be a real software developer | InfoWorld Rookie mistakes and how to fix them when making plots of data | Stuart Lee What is a Successful Data Analysis? · Simply Statistics Digging deeper:…
-
My Visual Studio Code Extensions
I have many extensions on Visual Studio Code. The most impressive are Docker (ms-azuretools.vscode-docker,ms-vscode-remote.remote-containers ),export extensions to a gist (Shan.code-settings-sync ) and various languages extensions ( powershell,csharp). Anyway,this is the whole list: christian-kohler.npm-intellisense CoenraadS.bracket-pair-colorizer dbaeumer.vscode-eslint donjayamanne.githistory DotJoshJohnson.xml eamodio.gitlens eg2.tslint eg2.vscode-npm-script esbenp.prettier-vscode formulahendry.auto-close-tag formulahendry.auto-rename-tag hoovercj.vscode-dimmer humao.rest-client johnpapa.vscode-peacock karigari.chat ms-azure-devops.azure-pipelines ms-azuretools.vscode-azurefunctions ms-azuretools.vscode-docker ms-mssql.mssql ms-vscode-remote.remote-containers ms-vscode-remote.remote-ssh…
-
Friday Links 328
asystat/Final-Android-Resizer: A simple yet powerful resizer for Android Image resources Beautify Chome’s JSON Viewer – Pumping Code General Data Protection Regulation – Wikipedia Customers Work For Free – Dilbert Comic Strip on 2018-05-03 | Dilbert by Scott Adams How to organize your projects · purple pizza Visual Studio extensibility samples Microsoft/VSSDK-Extensibility-Samples: Samples for building your…
-
My take on battles in IT
First battle : VBScript vs JavaScript. Both were scripting on the browser. VBScript loose because NetScape did not implement it. Second battle: Microsoft vs Java. Starts with a Microsoft Java implementation – then C# takes over. Third battle: MVC vs Silvelight . MVC wons – Silvelight does not work against Chrome. Fourth battle :…
-
Friday Links 327
olahallengren/sql-server-maintenance-solution: SQL Server Maintenance Solution dotnet/machinelearning: ML.NET is the core library of machine learning in .net. Azure AI Platform announcements: New innovations for developers | Blog | Microsoft Azure Create Your Own SQL Server Management Studio 17 (SSMS) Extension – CodeProject Deploying Your Dockerized Angular Application To Azure Using VSTS – Part 1 – Web…
-
C# WebAPI and NotFound with message in MVC .NET 4.5
Usually,WEBAPI should return correct HTML status code ( read also https://damienfremont.com/2017/11/23/rest-api-maturity-levels-from-0-to-5/ ) . Let’s say we are saving an entity – the OK result could return a meaningful message. How about querying for an id that you cannot find ? Easy: NotFound : .But –the NotFound does NOT show an message. How a client can make…
-
Friday Links 326
Coffee Links – BuyMeACoffee.com 10 questions developers should ask employers during a job interview – TechRepublic Secure your ASP.NET Core 2.0 API (part 1 – issuing a JWT)· jonhilton.net – Making sense of .NET Secure your ASP.NET Core 2.0 API (part 2 – restrict access to JWT bearers only)· jonhilton.net – Making sense of .NET…
-
[PostEvent]Verint Bucharest
I was a presenter at Verint Romania . The agenda ( you can find at https://www.eventbrite.com/e/intelligence-technology-in-action-registration-62969053133 18:00 -18:30 – Beer & Pizza 18:30 – 18:50 – Opening: Amit Daniel,Senior VP Marketing at Verint – CIS overview 18:50 – 19:40 – Keynote Speaker: Ignat Andrei,Tech leader- NET Core and Angular Everywhere => Mobile,Desktop & Web 19:40…
-
Use the right language for the job–if you know
Many years ago I have done a site that lists the exchange rates from BNR and BCE ( www.infovalutar.ro ). It reads the exchanges from BNR html page and then put into a database. The use is for programmers – there are many methods to find latest exchange rates ( RSS,SOAP,url,by MVC,JSON… – see all…
I am ok , you are ok