2020年2月22日土曜日

High salary compensation job change information, online lessons including how to find teachers, online learning, remote work, ideal programming language and framework and database considered by Masahiro Ishizuka

Japanese Version:
https://neovisionconsulting.blogspot.com/2019/05/it_25.html

A-STAR (many more than 1.5 million yen per month)
https://agency-star.com/

High performers (many more than 1.8 million yen per month)
https://www.high-performer.jp/

Daijob.com (more than 15 million yen per year if English and PC are available)
https://www.daijob.com/
https://www.daijob.com/en/

Middle job change (Aim for job change to manager, president, etc.)
https://mid-tenshoku.com/

ECareer FA (Aiming to transfer to a position such as general manager or president.)
https://www.ecareerfa.jp/

Carrier Carver (Annual income of 8 million yen to 20 million yen)
https://careercarver.jp/

Click here for Skype automatic translation search results
Comment: If you use Skype for automatic translation while recognizing voice, using a headset or tabletop microphone will improve the accuracy of voice recognition.
Or, it may be better to input characters directly from the keyboard.

Click here for search results of programming lessons in English

English learning possible for kindergarten children on Youtube
https://neovisionconsulting.blogspot.com/2019/01/youtube_27.html

Programming Online Learning Paiza (Paiza)
https://paiza.jp/

Dot installation
https://dotinstall.com/

Progate
https://prog-8.com/

Introduction to Go lang
https://qiita.com/tenntenn/items/0e33a4959250d1a55045

PYQ (Python Online Programming Learning)
https://pyq.jp/

Minituk (Online Learning in Ruby)
http://www.minituku.net/

Online learning of Ruby and Ruby on Rails
Ruby dot install
https://dotinstall.com/lessons/basic_ruby_v3

Ruby on Rails dot install
https://dotinstall.com/lessons/basic_rails_v3

Ruby Progate
https://prog-8.com/languages/ruby

Ruby on Rails Progate
https://prog-8.com/rails5/study/1/1#/0

Ruby Paiza
https://paiza.jp/works/ruby/primerfemale

Ruby on Rails Paiza
https://paiza.jp/works/rails/primer

----
Go lang dot install
https://dotinstall.com/lessons/basic_golang

----
Python & Django & AI Paiza
https://paiza.jp/works/search_courses/2002

----
Slack

Open source Cloud9 (for programming online lessons and online team development including programming languages ​​and frameworks)
Click here for search results

How to install open source Cloud9
https://neovisionconsulting.blogspot.com/2019/05/centos7cloud92015-11-04.html

Click here for how to use open source Cloud9

Click here for search results for teacher and student matching

Free open source
Github

IT study meeting calendar summary

Time ticket teacher and student matching site

Coco Nara Teacher and Student Matching Site

Cloud Works
Find instructors from PHP programmers

Find instructors from Ruby programmers

Find instructors from Python programmers

Go Find a teacher from a programmer. The teacher whose name is GO is also included in the search results.

Find teachers from Swift programmers

----
Click herefor search results of IT study sessions

Click herefor search results of IT Mokumokukai

Click herefor search results of the IT Study Calendar

----

Why did we go from Python to Go?
https://frasco.io/why-we-switched-from-python-to-go-19581e27de7c

★ Remote work at home job information

■ Recruitment box
https: // recruitment box.com/popular recruiting information

In the search box in the requisition box,
If you search for remote work, you will find many remote work items.

Click here for remote work

Click here for remote English teachers

Click here for remote work data entry

Click here for remote work programmer

Click here for remote work Python

Click here for home programmer

Click here for Python at home

Click here for PHP at home

■ Work
https://jp.shigoto-matome.com/

Click here for remote work

Click here for remote work data entry

Click here for remote English teachers

Click here for remote work programmer

Click here for remote work Python

Click here for home programmer

Click here for Python at home

Click here for PHP at home

■ ForkWellJobs
https://jobs.forkwell.com/

Click here for home programmer

Click here for Python at home

Click here for PHP at home

SOHO Village
http: // www.soh ovillag e.com/  

SOHO talent market
http: // sj-ich iba.jp/  

(Crowd sourcing)
Lancers
http: // www.lan cers.jp /  

Cloud Works
http: // crowdwo rks.jp/  

Masahiro Ishizuka 's Combination of Excellent Ideal Programming Language and Framework
1. Compatible with C10K (10,000 simultaneous access problems for clients)
Thing.

2. Have AI and machine learning library.

3, the development efficiency of the team, code visibility and in a good sense
Unindividuality, cannot express a variety of expressions in a good way,
Being able to give a sense.

4. Security (vulnerability) problems are unlikely to occur.

5. High multi-core and multi-thread performance.

6. The program should be easy to read and write.

7, callback hell measures are taken.

8. Compiled language.

9. No concept of pointer.

10.Encryption library for electronic signatures
* 10: It seems that Java and Go have implemented an encryption library for electronic signatures, but other languages ​​have not been confirmed.


I know only Go lang + Gin and Python + Cyclone that are applicable to the above 1-3. But there are still many Go frameworks.
Nim is the second fastest language in C, but it can be expressed in a variety of ways, so how can it be called non-individuality? And we don't know if we have a machine learning library at this time.
Julia doesn't seem to be as fast as expected and feels disappointing.
The Go language and machine learning library are summarized below.
When running a web site developed in Go language, there is the advantage of using less memory.
Python has the most extensive AI and machine learning libraries, and the ease of development in that area is an advantage. However, the processing speed of the programming language alone seems to be faster in Go language than in Python.
Go lang + Gin and Python + Cyclone are both very fast because they support 10,000 simultaneous client access problems. It can process 10,000 DATAs per second. It seems that the Python + Japronto framework supports one million accesses per second.

The ideal programming language that corresponds to all of the above 1 to 5 and 8 is
It will be Rust .
Rust seems to run about three times faster than JAVA or Go, so it's likely to become increasingly important in mission-critical sites such as banks and credit cards.
As for AI (Machine Learning) 2, Tensorflow binding is currently available as of February 22, 2020. Some people have created TensorFlow-like, but they do not seem to support GPU.

Nim (Nim) supports all of the above 1 to 9 except for 3 and 4 .
Nim's multi-core, multi-thread performance is under investigation.
Nim seems to be the next to optimized C language as a result of benchmarking.
If strict formatters like Python and Go also appear in Nim, it may be easier to get a sense of unity among the above three teams and solve it.
https://blog.hirokiky.org/entry/2019/06/03/202745
Reference information:
( I will not discuss Python's detailed writing anymore. Let's format it automatically in black )
We hope that Nim will also be able to add an option to perform security checks for fragility diagnostics including strict memory leaks at compile time, like Rust, or will improve in future versions.

The fastest <optimized C language <Nim <Rust <Go <JavaScript <It seems that the faster you go to the left in the order of slower.

http://h-miyako.hatenablog.com/entry/2015/01/23/060000
Reference information: shared.


--------------------------------------------------
■ Spanner (Google) DATABASE
Click here for Google search results

■ High speed ACID compatible NewSQL DATABASE

CockroachDB Ver1.0 released.


0 コメント:

コメントを投稿