In this tenth part in the series, we are continuing to discuss how you might take advantage of linguistic features available in spaCy. In particular, we’ll look at how you might obtain necessary information related to the task of meaning extraction, when it comes to understanding of user input coming in the form of request utterances. From the previous parts,...
Other News
Use SQLMap to Connect Directly to Azure SQL Database
(Thomas LaRock) I’ve written before about using sqlmap to perform sql injection testing against a website. It is also possible to use sqlmap to connect directly against a database.
18c versus 19c
(Connor McDonald) I had someone say to me at an event recently: “We’re are going to upgrade to 18c, because 19c is new and is probably less stable”.
ORA-27090: Unable to reserve kernel resources for asynchronous disk I/O
(Satishbabu Gunukula) User may receive below error when connecting to Database, I have encountered this issue in various versions of Oracle such as 10g, 11g, 12c and 19c.
I have done it ‘Oracle Cloud’
(Stefan) Yes, and the „never ending story Oracle“, goes on
Red Hat OpenShift and IBM Cloud Paks on IBM Power Systems: Volume 1
(Dino Quintero, Daniel Casali, Ricardo Dobelin Barros, Luis Ferreira, Alain Fisher, Federico Fros, Luis Daniel Gonzalez, Miguel Gomez Gonzalez, Mahesh Gurugunti, Nicolas Joly, Boris Litichevsky, Gabriel Padilla, Sudipto Pal, Rogelio Rivera Gutierrez, Bogdan Savu, Ismael Solis Moreno, Richard Wale) T
How to Create a Physics-based 3D Cloth with Cannon.js and Three.js
(Arno Di Nunzio) Learn how to create a physics-based 3D cloth with Cannon.js and Three.js and use simplex noise to create a wind effect.
REST Commands and Queries in VS Code
(Steve Smith) Recently in one of our great devBetter discussions, Rick Hodder (go follow him now) shared a cool extension for VS Code. Basically, it lets you turn VS Code into a REST client. Think of it like a combination of Postman and Azure Data Studio (or LinqPad or SSMS if you prefer).
Creating an endpoint from multiple middleware in ASP.NET Core 3.x
(Andrew Lock) In a recent post I discussed the changes to routing that come in ASP.NET Core 3.0, and how you can convert a “terminal” middleware to the new “endpoint” design.
Static Factory Methods vs Constructors In C#
(Gustav) Recently while pair programming with a colleague, we got into discussing the best way to initialize new objects in C#. I’ve always just implemented constructors and left it at that, while he tended to favour static factory methods.
