Posts

tech talk

Create a folder for your Java program and open the folder with Visual Studio Code  Within Visual Studio Code, you can then create a new file  Hello.java . When you open that file, the Java Language Server will automatically be activated as you can see a loading icon on the right of the Status bar. When it finishes loading, you will see a thumbs-up icon instead.

Microsoft Azure Stack TP1 Foundational Skills #2 Deploying Extensions

Victor Arzate a Program Manager at Microsoft, will walk you thru the process of deploying VM extensions on Windows and Linux virtual machines in Microsoft Azure Stack TP1, utilizing the Quick Start JSON templates available on GitHub.

Machine Learning Services (R, Python) in SQL Server 2017

                Machine Learning Service (R,Python )in SQL Server 2017   SQL Server 2017 Machine Learning Services is an add-on to a database engine instance, used for executing R and Python code on SQL Server. The feature includes microsoft R python packages  for high-performance predictive analytics and machine learning. Code runs in an extensibility framework, isolated from core engine processes, but fully available to relational data as stored procedures, as T-SQL script containing R or Python statements, or as R or Python code containing T-SQL. If you previously used , Machine Learning SQL server 2016 R service  in SQL Server 2017 is the next generation of R support, with updated versions of base R, RevoScaleR, MicrosoftML, and other libraries introduced in 2016. In Azure SQL Database machine learning service with R is currently in public preview.  Bring  compute power to the data The key value proposi...

Top 10 Data Engineering Mistakes

A large fraction of big data projects fail to deliver return of investment, or take years before they do so. The reasons are typically a combination of project management, leadership, organisation, available competence, and technical failures. In this presentation, I will focus on the technical aspects, and present the most common or costly data engineering mistakes that I have experienced when building scalable data processing technology over the last five years, as well as advice for how to avoid them. The presentation includes war stories from large scale production environments, some that lead to reprocessing of petabytes of data, or DDoSing critical services with a Hadoop cluster, and what we learnt from the incidents. EVENT: #bbuzz 2018 SPEAKER: Lars Albertsson PERMISSIONS: Original video was published with the Creative Commons Attribution license (reuse allowed). CREDITS: Original video source: https://www.youtube.com/watch?v=mv7PL...

Top programming language in the world

Image
1 Java The Java programming Language is a general purpose, concurrent,Strongly typed, Class Based Object Oriented Language.it is normallly compiled to the bytecode instruction set and binary format Defined in the Java virtual Machine Specification. The latest version is java 10 released on march 20, 2018 . WHAT is Java? Java Powers Our Digital World Java is the heart of our digital lifestyle.It's the platform for lanuching careers,exploring human-to-digital interface, architeching the world's best applications,and unlocking innovation everywhere-from garages to global organizations. 5 million students study java 15 billion devices run Java 10 m illion Java developers worldwide #1 platform for development in the cloud  z java power the Biggest Technology f   mobile,web apps.the internet of things.Big data .machine learning cloud platform and cloud infrastructure .the next big things are here now,and java is at the center of them all. wh...

Next Generation JavaScript Testing

Image
This session showcases the latest advances in JavaScript testing and introduces you to The Intern, an open source testing framework. The Intern is the test runner of choice in projects at companies including SitePen, Mozilla and Stripe. It enables testing of any JavaScript code and works well with Travis CI, Sauce Labs, and other tools. The talk will include several examples, starting from basic jQuery sites to large modular web applications.

MACHINE LEARNING ON JAVASCRIPT

Image
In this talk I'll show you different algorithms that I've been researching for Javascript and NodeJS finally diving into neural networks using SynapticJS.