DEV Community

sheenbanach
sheenbanach

Posted on

 

first post

this is the first post

nice to meet you everyone. i am sheen Ruby lover try to write many useful articles

Top comments (3)

Collapse
 
yujiroh profile image
Yujiroh Tanaka • Edited

I made Sudoku solver.
sentohsharyoga.com/

This program solve Sudoku from text or image.
It is written by Ruby.
It supports multiple 9x9 grids Sudoku.
It uses an original OCR to detects cells and numbers.

(Example)
Eleven 9x9 grids

youtube.com/watch?v=1aIxLGZsVss

Collapse
 
sheenbanach profile image
sheenbanach

give it a try

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git