Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


Let's enter the softwareverse and how to become Software developer.

19 Aug 2021 3 minute read 0 comments Assassyn

I am working as a software developer for the past decade or two. For some time I have been asked by some of my friends about how difficult is to become a programmer or can I become being lawyer/engineer. As a result, I am trying to describe the world...

Best Programming Languages in 2021 to learn.

19 Aug 2021 3 minute read 0 comments Robert_14

1. Python Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to hel...

Team Development

18 Aug 2021 1 minute read 1 comment Rehjun

In 1965, Bruce W Tuckman presented these for the first time, the stages-cycle through which teams undergo. The challenges, issues and hard times, which improve relationship, understanding, confidence, engagement and trust over time. Benefits of indiv...

HIRING - Create a (blockchain-enabled) Wordpress Plugin

17 Aug 2021 1 minute read 0 comments Agorise

Hello again from the merkle tree! 😃 We'd like to hire a WordPress Plugins Developer to create a "Hive-Press" plugin for us. To qualify: 1. EXPERT with PHP2. Experienced with Responsive design and coding3. DM or email a link to your github or gitlab...

Weekly Development Updates for D.Buzz - Today : Meet the "More" Button

17 Aug 2021 3 minute read 0 comments DBuzz

Weekly Development Updates for D.BUZZ - Today : Our Own Content Render. Hey there! Images are big part of any social media platform. Being able to share images with your friends, post a photo of the delicious meal you had, or make us jealous with...

Play to Earn Model: Bots Aren’t Your Enemy; But they’re not your friend either.

17 Aug 2021 4 minute read 0 comments Daniel Goldman

I’m a big fan of play to earn models for games. While a play to earn model isn’t necessary, I think that any game where you could end up spending hundreds, or even thousands of dollars a year, just to remain competitive, should have a play to earn mo...

Bitcoin Cash (BCH) - Have I Been Wrong?

8 Aug 2021 4 minute read 4 comments BussTechno

I have recently come to the realization that I have a negative bias towards Bitcoin Cash (BCH), but have no arguable justification for being anti-BCH.  Perhaps my mining history with BTC in 2009 gave me a MAXI attitude towards the first cryptocurrenc...

Fish Shell - User Friendly and Interactive Shell

8 Aug 2021 3 minute read 2 comments The Glitcher

  Previously, I used bash shell and zsh shell. After moving to the fish shell, a lot of things have changed and I am using it for  4 years now. The user experience is extremely comfortable and enjoyable compared to other shells. I am not planning t...

Steps to use .env files in your Quasar framework project

6 Aug 2021 2 minute read 0 comments Bala

Vue has always been very comfortable for me and the Quasar framework is a nice wrapper on top of Vue giving us all the necessary things to build a website from scratch. If you already know Vue, then using Quasar and getting your first project up and...

SOLID Principles in a Nutshell

5 Aug 2021 1 minute read 0 comments The Glitcher

  SOLID is just an acronym for the five design principles in Object Oriented Design by Robert.C.Martin famously known as Uncle Bob in the Clean Code Book.  This post explains those design principles in a nutshell.   S stands for Single Responsibilit...