Skip to main content

Posts

Showing posts from June, 2020

Deno Course - Better than Node.js?

Curriculum for the course Deno Course - Better than Node.js? Learn how to use Deno in this complete course. Deno is a Node.js alternative created by the same person who created Node.js. In this tutorial course, you will learn how to build real apps with Deno. You will also learn the basics of the Typescript. You will see how to use Deno to build a survey app with a REST API using MongoDB. 💻 Code: https://github.com/thecodeholic/freecodecamp-deno-course 🎥 Course from The Codeholic. Check out his channel: https://twitter.com/TheCodeholic 🔗 Official Deno website: https://deno.land/ ⭐️ Course Contents ⭐️ Introduction --------------------- ⌨️ (00:00:00) Introduction ⌨️ (00:02:02) Course overview ⌨️ (00:04:38) Course Project ⌨️ (00:05:51) What is Deno ⌨️ (00:08:19) Course project (Survey app) demo ⌨️ (00:11:54) Install and Getting started ⌨️ (00:14:34) Write "Hello World" ⌨️ (00:15:50) Main Features TypeScript --------------------- ⌨️ (00:17:22) What is TypeScript

Deep Learning with PyTorch - Free Six Week Course [Part 6]

Curriculum for the course Deep Learning with PyTorch - Free Six Week Course [Part 6] Deep Learning with PyTorch: Zero to GANs is a free certification course from Jovian.ml. It will be live-streamed here every Saturday for six weeks at 8:30 AM PST. You can sign up here: https://bit.ly/pytorchcourse (not required to watch) Missed the other parts? Watch them here: https://www.youtube.com/playlist?list=PLWKjhJtqVAbm3T2Eq1_KgloC7ogdXxdRa Each lecture will be around 2 hours long. Visit the course forum for more details: https://jovian.ml/forum/c/pytorch-zero-to-gans/18  ⭐️ Resources ⭐️ 🔗 Deep Convolutional GANs: https://jovian.ml/aakashns/06b-anime-dcgan 🔗 MNIST GAN: https://jovian.ml/aakashns/06-mnist-gan 🔗 More GANs examples: https://github.com/nashory/gans-awesome-applications 🔗 Datasets for the course project: Datasets for Course Project 🔗 Register for “Data Analysis with Python”: https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas 🔗 Tensorflow port of course

F# 5 and F# tools update for June

We’re excited to announce more updates to F# 5 today! We shipped an initial set of features with F# 5 preview 1 , and they have all been stabilizing since that release including a updates from last month . Today, we’re happy to announce some new language features, a sneak peek at using F# in VSCode notebooks, and some F# tooling updates that will align with Visual Studio 2019 Update 16.7. You can get the latest F# 5 in these ways Install the latest .NET 5 preview SDK Install .NET for Jupyter/nteract Install .NET for VSCode Notebooks If you’re using Visual Studio on Windows, you’ll need both the .NET 5 preview SDK and Visual Studio Preview installed . Using F# 5 preview You can use F# 5 preview via the .NET 5 preview SDK , or through the .NET and Jupyter Notebooks support . If you’re using the .NET 5 preview SDK, check out a sample repository showing off some of what you can do with F# 5. You can play with each of the features there instead of starting from scratch. If you’d

Orchard Core Release Candidate 2 now available

We are thrilled to announce that Orchard Core RC2 is now available. What is Orchard Core? Orchard Core Framework is a community-based application framework for building modular, multi-tenant applications on ASP.NET Core. It has been created by more than 150 contributors and has over 4K stars on GitHub . Orchard Core also includes Orchard Core CMS, a Web Content Management System (CMS), that is built on top of the Orchard Core Framework. It allows you to build full websites, or headless websites using GraphQL. Getting Started Installing the templates You can install the recommended templates by running: dotnet new -i OrchardCore.ProjectTemplates::1.0.0-* Creating a new modular application Using the templates, a modular MVC application can be created by running: dotnet new ocmvc -n MySite And a module is created by running: dotnet new ocmodulemvc -n MyModule dotnet add MySite reference MyModule Creating an Orchard CMS website To create a new site based on the Orchard Core

Live Coding Project: Create a Markdown Previewer using Vue.js - with Gwen Faraday

Curriculum for the course Live Coding Project: Create a Markdown Previewer using Vue.js - with Gwen Faraday Watch live as Gwen Faraday uses Vue.js to create a Markdown Previewer. Git Repo for the project: https://github.com/gwenf/freecodecamp-projects-vue Check out Gwen's channel here: https://www.youtube.com/channel/UCxA99Yr6P_tZF9_BgtMGAWA -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of articles on programming: https://freecodecamp.org/news And subscribe for new videos on technology every day: https://youtube.com/subscription_center?add_user=freecodecamp Watch Online Full Course: Live Coding Project: Create a Markdown Previewer using Vue.js - with Gwen Faraday Click Here to watch on Youtube: Live Coding Project: Create a Markdown Previewer using Vue.js - with Gwen Faraday This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Live Codin

Announcing Entity Framework Core EFCore 5.0 Preview 6

Today, the Entity Framework Core team announces the sixth preview release of EF Core 5.0 . This release includes split queries for related collections, a new “index” attribute, improved exceptions related to query translations, IP address mapping, exposing transaction id for correlation, and much more. Prerequisites EF Core 5.0 will not run on .NET Standard 2.0 platforms, including .NET Framework. The previews of EF Core 5.0 require .NET Standard 2.1 . This means that EF Core 5.0 will run on .NET Core 3.1 and does not require .NET 5. To summarize: EF Core 5.0 runs on platforms that support .NET Standard 2.1 . The plan is to maintain .NET Standard 2.1 compatibility through the final release. Be a part of .NET 5 The .NET documentation team is reorganizing .NET content to better match the workloads you build with .NET. This includes a new .NET Data landing page that will link out to data-related topics ranging from EF Core to APIs, Big Data, and Machine learning. The planning an