coding

216 Articles 3 Followers


Jobs in Japan

20 Jan 2024 1 minute read 0 comments tokyobitcoiner

The tech jobs in Japan keep rolling in! Really recommend anyone interested subscribes to Paul's TokyoDev newsletter for jobs like these:       ■ Game Localization Tester株式会社KINSHATokyo¥1,250 / Hour, Monthly Salary Example (1): 7h/day for 20 days...

Jobs in Japan: coding & gaming!!!

13 Jan 2024 1 minute read 0 comments tokyobitcoiner

    ■ Backend Engineer position at WealthPark! 🇯🇵 NO Japanese required🌎 Apply from overseas🏠 Full Remote OK💸 Salary up to ¥8.5M⏰ Flexible schedule Click below to apply 👇 https://japan-dev.com/jobs/wealthpark/wealthpark-backend-engineer-python-ae...

Using AtomicAssets APIs to get lowest NFT prices on WAX (Beginners Python Tutorial)

11 Jan 2024 10 minute read 0 comments UltraDec

Quick note: This is a bit different to the things I normally write but I've been teaching myself how to interact with the WAX blockchain in Python and thought it would be worth sharing. I understand Python is a rather unpopular language for this (Mos...

Coding Ruined My Life | 4chan stories

8 Jan 2024 1 minute read 0 comments Biz Wisdom

I won't write a whole life story here for those with tiny attention span but here's a summary: Go to college major in CS. I want to be a game designer bro. Learn a few years into my degree that coding is really hecking hard at the same time learn tha...

My Journey from Game Development to Web Development

6 Jan 2024 2 minute read 1 comment emanuell

Hi, everyone! Welcome to my blog, where I share my journey and tips on learning to code and becoming a web developer. My name is Emanuel, and I'm a 19-year-old coder from Croatia. In this blog post, I'm going to tell you how I got into coding, why I...

Advent of Code and Advent of Cyber

2 Dec 2023 1 minute read 0 comments comosaycomosah

Every holiday season for around 8 or 9 years now, online platforms buzz with excitement over events like the 'Advent of Code' created by Eric Watsi.  recent years, similar events such as 'Advent of Cyber' hosted by TryHackMe (this event has rewards)...

NAVIGATING THE EVOLUTIONARY PATH: FROM BIOLOGICAL CONSCIOUSNESS TO ARTIFICIAL INTELLIGENCE

21 Nov 2023 2 minute read 2 comments A COMPLICATED WAY OF LIFE

NAVIGATING THE EVOLUTIONARY PATH: FROM BIOLOGICAL CONSCIOUSNESS TO ARTIFICIAL INTELLIGENCE In the ever-evolving landscape of artificial intelligence (AI), the quest to achieve human-level consciousness in machines has led researchers down various the...

Free Resources to Learn How to Develop DApps Using Ethereum's Solidity

15 Nov 2023 2 minute read 0 comments Talha.Khalid

What is Solidity? Solidity is a programming language created in 2014-2015 by Gavin Wood, the language allows developers to create computerized transaction protocols that execute the terms of a contract. The syntax is very similar to the JavaScript la...

Why Solidity Is the Best for Blockchain Development on Ethereum

19 Oct 2023 1 minute read 0 comments CryptoGeek11

Blockchain technology has ushered in a new era of decentralized applications, smart contracts, and innovative solutions. Among the various programming languages used for blockchain development, Solidity stands out as the best choice for building smar...

How to create web scraper with python ? ( Selenium )

31 Aug 2023 2 minute read 0 comments HackTheGeek

there are many ways to create Web Scraper with python the best way to do that is using selenium . the selenium enables you to open up a browser page with python and do certain tasks like pressing keys or scraping part of the page . the best thing abo...