Quantcast
Channel: Code it | Scoop.it
Browsing latest articles
Browse All 192 View Live

Image may be NSFW.
Clik here to view.

Microsoft feature and application retirement dates to remember in 2021

With Microsoft's commitment to a continuously updated Windows 10 operating system and Microsoft 365 productivity suite, old features and applications are removed almost as fast as new features are...

View Article



Image may be NSFW.
Clik here to view.

The Great Software Stagnation

Software is eating the world. But progress in software technology itself largely stalled around 1996. Here’s what we had then, in chronological order:LISP, Algol, Basic, APL, Unix, C, SQL, Oracle,...

View Article

Image may be NSFW.
Clik here to view.

New Quantum Algorithms Finally Crack Nonlinear Equations

Simple phenomena, such as how sap flows down a tree trunk, are straightforward and can be captured in a few lines of code using what mathematicians call linear differential equations. But in nonlinear...

View Article

Image may be NSFW.
Clik here to view.

What I wish I had known about single page applications

 Single page apps are all the rage today, but they don't always operate the same as traditional web pages.Lets look at the how a single-page application(SPA) is different from a traditional web...

View Article

Image may be NSFW.
Clik here to view.

Multi-region web app with private connectivity to database - Azure Example...

This example scenario discusses a highly available solution for a web app with private connectivity to a SQL database. A single-region architecture already exists for a web app with private database...

View Article


Image may be NSFW.
Clik here to view.

Beginner's Guide to React Redux

There are several states in a JavaScript web app that keep on changing on the basis of user behavior, time, and other reasons. For example, creating a new to-do item in a ‘To Do list’ app will...

View Article

Image may be NSFW.
Clik here to view.

Poor quality software cost companies more in 2020 than in previous years

Software developers found themselves working very hard throughout 2020 as many businesses were forced to switch to entirely digital operations in a very short period of time. But according to a new...

View Article

Image may be NSFW.
Clik here to view.

The inevitable result of focusing only on shipping features

If we confuse shipping features for building a product, we will eventually see all forward progress cease. If we are continually adding new features, the overall complexity of the software will...

View Article


Image may be NSFW.
Clik here to view.

What if software could be built using voice

Increasingly, we’re interacting with our gadgets by talking to them. Old friends like Alexa and Siri are now being joined by automotive assistants like Apple CarPlay and Android Auto, and even apps...

View Article


Image may be NSFW.
Clik here to view.

Algorithms drive technology forward

Moore's law enables great progress, but often it's the underlying algorithms that drive computer science forward. Everybody loves to talk about Moore’s law—which states that transistor counts on a...

View Article

Image may be NSFW.
Clik here to view.

Humans are leading AI systems astray because we can't agree on labeling

Is it a bird? Is it a plane? Asking for a friend's machine-learning code Top datasets used to train AI models and benchmark how the technology has progressed over time are riddled with labeling errors,...

View Article

Image may be NSFW.
Clik here to view.

The Healing Power of JavaScript

For some of us—isolates, happy in the dark—code is therapy, an escape and a path to hope in a troubled world A little over a year ago, as the Covid-19 lockdowns were beginning to fan out across the...

View Article

Image may be NSFW.
Clik here to view.

What Exactly Is Your Brain Doing When Reading Code?

Coding is becoming an increasingly vital skill. As more people learn how to code, neuroscientists are beginning to unlock the mystery behind what happens in people’s brains when they “think in code.”...

View Article


Image may be NSFW.
Clik here to view.

Report: TypeScript Pays Well, Projected for Huge Growth (C#, Not So Much)

Technical careers specialist Dice dove into job posting data to chart the salaries associated with popular programming languages, finding that Microsoft's TypeScript fares well in both accounts. The...

View Article

Image may be NSFW.
Clik here to view.

TensorFlow 2 on Raspberry Pi

Can the Raspberry Pi 400 board be used for Machine Learning? The answer is, yes!TensorFlow Lite on Raspberry Pi 4 can achieve performance comparable to NVIDIA’s Jetson Nano at a fraction of the cost....

View Article


Image may be NSFW.
Clik here to view.

SSD: Single Shot MultiBox Detector

This paper introduces SSD, a fast single-shot object detector for multiple categories The SSD approach is based on a feed-forward convolutional network that produces a fixed-size collection of bounding...

View Article

Image may be NSFW.
Clik here to view.

Some Developers are avoiding app store headaches by going web-only

It’s still tough to opt out of Apple and Google’s ecosystems. But some app makers are coming around to the web’s upsides the web-first approach is one that some developers have been rediscovering as...

View Article


Image may be NSFW.
Clik here to view.

An Introduction to Containerization

This article provides experienced developers with a comprehensive look at containerization: where it came from, how it works, and a look at the typical tools you'd use to build and deployed...

View Article

Image may be NSFW.
Clik here to view.

Tools for Building AI Language Translation Systems

Google Translate works so well, it often seems like magic. But it’s not magic — it’s deep learning! In this series of articles, we’ll show you how to use deep learning to create an automatic...

View Article

Image may be NSFW.
Clik here to view.

Toward deep-learning models that can reason about code more like humans

Whatever business a company may be in, software plays an increasingly vital role, from managing inventory to interfacing with customers. Software developers, as a result, are in greater demand than...

View Article

Image may be NSFW.
Clik here to view.

How to Train and Test an AI Language Translation System

In the previous article, we built a deep learning-based model for automatic translation from English to Russian. In this article, we’ll train and test this model. Here we'll create a Keras tokenizer...

View Article


Image may be NSFW.
Clik here to view.

Building AI Language Translation with TensorFlow and Keras

Google Translate works so well, it often seems like magic. But it’s not magic — it’s deep learning! In this series of articles, we’ll show you how to use deep learning to create an automatic...

View Article


Image may be NSFW.
Clik here to view.

Building your own Ethereum based ECR20 Token - Starter Tutorial

The author was applying for a program and a task was given to him was to build an ECR20 token in less than 48 hours. This was my first attempt at blockchain development and I didn’t know where to start...

View Article

Image may be NSFW.
Clik here to view.

How to reverse engineer 3rd party mobile API calls with Postman

This post will show you how you can combine the native proxy function of your iOS device to route to Postman. Where you can then start tracing the API calls made by a native mobile application. Makes...

View Article

Image may be NSFW.
Clik here to view.

ONNX Standard And Its Significance For Data Scientists

ONNX is an open format built to represent machine learning models. ONNX defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format...

View Article


Image may be NSFW.
Clik here to view.

Why Python hasn't taken off on mobile, or in the browser - according to its...

Python creator Guido van Rossum reveals the strengths and weaknesses of one of the world's most popular programming languages. mobile app development is one of the key growth fields that Python hasn't...

View Article

Image may be NSFW.
Clik here to view.

Understanding the Web Audio API

Understand more about the Web Audio API, an API that allows us to create and manage sounds in our browser very easily.Web Audio APILet’s start with the basics about the Web Audio API. This is how the...

View Article

Image may be NSFW.
Clik here to view.

The Modern Javascript Cheatsheet

JavaScript has come a long way in the past 15 years. Sandro Turriate has written this cheatsheet to get you caught up on all the goodness that’s widely supported in modern browsers. ContentsArray...

View Article

Image may be NSFW.
Clik here to view.

Now you can run Linux GUI apps in Windows 10 #NoVM

Microsoft has announced that it's now possible to run graphical Linux apps in Windows 10 using the Windows Subsystem for Linux. This feature was first released to Windows Insiders. As this year's Build...

View Article



Image may be NSFW.
Clik here to view.

Style guides for Google-originated open-source projects

Style guides for Google-originated open-source projects “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project...

View Article
Browsing latest articles
Browse All 192 View Live




Latest Images