devnewbies

devnewbies

Web development, Front-end, Telegram Bot, Javascript in a newbie way, follow me to good development things!


WebDev Starter Pack - Where lives the data in the World Wide Web - Databases and its concepts SQL and NoSQL!

1 Aug 2020 5 minute read 4 comments Eroshi

Hello guys, that's Eroshi in another round of Web Development starter tips! Today I'm going to overview about how websites store its data around the WWW! Every day in our life we spent a lot of time-consuming data, this is common, you came to Publish...

Dev HandsON - How to deploy a Telegram Bot in Heroku!

6 Jul 2020 7 minute read 0 comments Eroshi

Hello guys i'm back! Have been thinking in a good theme to write about, and i got back to my first theme i had write here in Publish0x, it was about Telegram Bot! If you don't know, go back to my gold articles here, and here. I'll use the same code i...

WebDev Pack - What is Framework and Library in Web Development?

23 Jun 2020 3 minute read 0 comments Eroshi

Hello guys! Today I'm going to be explaining about Frameworks and Libraries in programming language, to explain something this two expressions that you read in some article anywhere from here: - "This tech was built used framework X or library Y"! Th...

The list of the main programming languages/libraries to develop smart contracts

22 Jun 2020 2 minute read 4 comments Eroshi

Hi guys! Today I'm gonna list some of the main languages to create smart contracts in blockchain! What are Smart Contracts? First things first, a Smart Contract is a way to develop a way to do contracts in a decentralized way, for example, a buy onli...

WebDev Starter Pack - HTML for beginners! The interface's structure from WWW!

18 Jun 2020 5 minute read 1 comment Eroshi

Hello guys, Andrercules (or Koro-sensei for weaboos) here, today i'm gonna talk about the power one the most known languages of web development, to be a beginner web developer front end: HTML. If you want to be a web developer, in a certain moment yo...

WebDev Starter Pack - What are Programming Languages?! Overview about: Java, Python and Node.JS!

9 Jun 2020 7 minute read 0 comments Eroshi

Hello guys I'm here again to overview about some famous back-end languages nowadays, I already explained about back-end developer works here, and about HTTP here(the mainly work for a back end developer is creating a web server). I'm going to explain...

WebDev Starter Pack - What is HTTP/Web Servers?

5 Jun 2020 4 minute read 0 comments Eroshi

Hello guys! Let's talk about how a website works, we already know about what web developers do in this article before... Now we will focus on the website and in the back-end development, so let's talk here about HTTP protocol, this protocol is the ma...

WebDev Starter Pack - What is Web developer!? and its division: Front-end, Back-end and Fullstack

5 Jun 2020 3 minute read 4 comments Eroshi

Hello guys! Today I'm going to explain for beginners about Web development, and what is that? You read in some article "I'm a web developer"!? Ok, to simply talking, Web developer is just the guy who works with websites(in some way) or in touch of we...

Dev Hands-On: Creating our cryptocurrency bot showing the coin price in Telegram!

30 May 2020 5 minute read 0 comments Eroshi

Hi guys! It's me, andrecules, again! Today we're gonna apply a telegram bot showing crypto prices using commands! In the end of this article i will leave the github of the code! OBS: THIS BOT IS DEPRECATED THO, I REDIRECTED TO A NEW VERSION OF THIS B...

Creating your "hello world" bot in Telegram with Node.js!

29 May 2020 4 minute read 2 comments Eroshi

Hello guys, I’m a web developer/front-end lover and i wanted to start here with something (easy) different than habitual: chat bots! First things first... To start this tutorial you will need to have and know the basic about NodeJS/npm and API, and s...