Coders, have you ever wished if you get preview of source code while you are in Windows Explorer? Yes it is possible. You might know already that there is a “Preview Pane” feature present. According to a file’s Content Type the preview will be shown at the right side of the window. Common formats supported are – .txt, .mp4, .jpg etc. BUT, most of the developer’s files like .cs, .php, .config, .log files are not supported by default and you will be presented with a message “No preview Available” like this: How to enable preview for a specific filetype? Step…
-
-
-
Here is a sample code to upload multiple files using ajax, and without using the traditional <form> tags. Find the full source code in GitHub – https://github.com/ninethsense/code-share/tree/master/jQuery-File-Upload . Sample server code in PHP for the reference:
-
NinethSense oWnZ mE! – Praveen’s Drawing Book I will be talking at Kerala Microsoft Users Group / K-MUG’s Kochi December 2019 version at Smartcity, Kochi on 7th. Registration and more details: http://k-mug.net/register
-
Nice read – https://codeburst.io/enterprise-software-is-the-hardest-software-to-write-c76d59725f3
-
A very nice, informative deck on Data Lake / Modern Data Warehouse by james Serra.
-
Good read – https://www.redhat.com/en/resources/cloud-native-container-design-whitepaper “Cloud-native” is a term used to describe applications designed specifically to run on a cloud-based infrastructure. Typically, cloud-native applications are developed as loosely coupled microservices running in containers managed by platforms. These applications anticipate failure, and they run and scale reliably even when their underlying infrastructure is experiencing outages. To offer such capabilities, cloud-native platforms impose a set of contracts and constraints on the applications running on them. These contracts ensure that the applications conform to certain constraints and allow the platforms to automate the management of the containerized applications.
-
NinethSense oWnZ mE! – Praveen’s Drawing Book Here is the link for version v1.4.11 – https://github.com/bruderstein/nppPluginManager/releases/tag/v1.4.11
-
I am speaking at K-MUG TechDay June 2019 event on Azure Service Bus.
-
This blog demonstrates how you can JOIN (yes, like in SQL) two xml (datasets) to one using a common ID (relationship). shop.xml price.xml main.xsl Resulting XML, after transformation should look like: Bonus code, if some .net developers want a transformation code: