Материалы по теме 'Blue Byte' | DevsDay.ru

IT-блоги Материалы по теме 'Blue Byte'

IT-блоги Материалы по теме 'Blue Byte'


Разработка dev.to 15 сентября 2021 г. 17:16

I recently worked on a project where I needed to use WebGL. I was trying to render many thousands of polygons on a map in the browser, but GeoJSON turned out to be way too slow. To speed things up, I wanted to get down to the lowest level possible, a...... читать далее

javascript tutorial webgl glsl

Разработка dev.to 8 сентября 2021 г. 14:12

Relicans host, Pachi Parra talks to Design Systems Engineer, Kedasha Kerr, about attending the Grace Hopper Conference with the intention of getting hired, thinking as a product engineer while also thinking like a Bootstrap engineer, and focusing on...... читать далее

podcast beginners codenewbie career

Разработка dev.to 4 сентября 2021 г. 22:10

At this point in the series, we know how to creare a QR Code with numeric, alphanumeric, ISO-8859-1 or Kanji data. But we've created only version 2 QR Codes, meaning that our content is quite limited in size. So let's see how to overcome this. As we...... читать далее

javascript tutorial qrcode

Разработка dev.to 29 августа 2021 г. 22:04

WELCOME In this series of lessons, I am going to take you from absolutely knowing nothing/less about programming/coding to been comfortable with instructing computers to do anything for you. Computers? If you're reading this it means you a...... читать далее

beginners programming codenewbie computerscience

Разработка dev.to 23 августа 2021 г. 15:44

Source: AWS: https://www.awslagi.com GCP: https://www.gcp-examquestions.com You are a project owner and need your co-worker to deploy a new version of your application to App Engine. You want to follow Google’s recommended practices. Which IAM...... читать далее

aws googlecloud awslagi

Разработка dev.to 22 августа 2021 г. 14:17

Source: For AWS: https://www.awslagi.com For GCP: https://www.gcp-examquestions.com A social media company has a serverless application stack that consists of CloudFront, API Gateway and Lambda functions. The company has hired you as an AWS Cer...... читать далее

awslagi aws googlecloud

Разработка dev.to 20 августа 2021 г. 22:09

We expose (lengthy) notes on Kubernetes manifests. We use them to deploy a full stack Rails app on a local Kubernetes cluster, powered by Minikube with the help of Tilt. no Helm charts, just plain Kubernetes yaml manifests. To orchestrate the con...... читать далее

rails kubernetes docker devops

DevOps linuxhint.com 18 августа 2021 г. 13:29

The special shell variable is used to control the bash prompt. Each variable is used for specific purposes. The value of these variables is executed as a command before displaying the primary prompt. The PS1 variable contains the value of the default...... читать далее

BASH Programming

Разработка dev.to 12 августа 2021 г. 13:26

Illustration by Ashley Allen, Taxdoo Graphic Designer We’ve all been there; a new project drops onto your team’s plate and it’s a scramble to hit the deadline. What usually gets hit hardest? CSS styling. Short deadlines, sub-standard architecture o...... читать далее

css cleancode performance codequality

Разработка dev.to 9 августа 2021 г. 11:30

Last part, we incepted building the student registration system. We stopped at the point of creating some additional files, tasks.py and tokens.py. In this part, we'll continue with the implementation. Source code The source code to this...... читать далее

webdev django tutorial javascript

DevOps DZone DevOps 4 августа 2021 г. 18:12

In this episode of DevOps Radio, host Brian Dawson discusses recent research into the top challenges faced by software teams with guest Charlie Betz, analyst at Forrester Research. Brian Dawson: Hello, thank you for joining us for another episode Dev...... читать далее

devops cloudbees challenges for software teams devops radio devps podcast software maturity

Разработка dev.to 3 августа 2021 г. 15:45

Hello everyone, as you have seen in the title, today we are going to go back to the origins of the QR code. Nowadays, QR codes are used all the time, they allow you to link something physical to something digital. For example, you can simply scan a Q...... читать далее

qrcodes flashcodes tech programming

Разработка The Cloudflare Blog 26 июля 2021 г. 12:59

This week, Cloudflare is announcing Project Pangea, with the goal of helping reduce Internet access inequality.... читать далее

Impact Week

Разработка dev.to 17 июля 2021 г. 13:46

Join My Discord To download This Cheatsheet as PDF here Python Cheatsheet About Python Basics Math Operators Data Types String Concatenation and Replication Variables Comments The print() Function The input() Function The len() Functi...... читать далее

cheatsheet python tutorial beginners

Разработка dev.to 28 июня 2021 г. 15:42

JavaScript Interview Questions & Answers Table of Contents No. Questions 1 What are the possible ways to create objects in JavaScript 2 What is prototype chain 3 What is the difference between Call, Apply and Bind 4 What...... читать далее

javascript webdev

Разработка dev.to 1 июня 2021 г. 21:38

In part 7 we added the search functionality in our top header navigation menu, in this part we will work on the bookmarks functionality and notify users when a following adds new posts to our homepage. You can catch up with the Instagram Clone GitHub...... читать далее

elixir webdev programming tutorial

Разработка dev.to 22 мая 2021 г. 1:57

A couple of weeks ago, AWS released CloudFront Functions — a “true edge” compute capability for the CloudFront. It is “true edge” because Functions work on 200+ edge locations (link to doc) while its predecessor, the Lambda@Edge, runs on a small num...... читать далее

aws cloudfront security serverless

Разработка dev.to 21 мая 2021 г. 17:31

The <file-size> Web Component Keep a watch on how many bytes you send down the wire, when you deliver Web Components. <!-- Load the <file-size> Web Component --> <script src="https://file-size.github.io/element.js"></...... читать далее

webcomponents javascript webdev showdev

Разработка dev.to 13 мая 2021 г. 11:45

In this post, we will learn how to use Rust Tonic gRPC crate and implement CRUD with Postgresql database. The purpose of it is to help you to have the working Rust Tonic code and start your own project immediately with it. [Prerequisite] What...... читать далее

rust tonic postgres grpc

Разработка DZone Web Dev 13 мая 2021 г. 4:49

About two years ago, I wrote an article sharing how to build a Flutter barcode plugin with Dynamsoft Barcode Reader step by step. At that time, Flutter was still under development and only supported Android and iOS. Nowadays, Google has released Flut...... читать далее

android flutter