Programming

611 Articles 12 Followers


How to use YAML Aliases

24 Feb 2022 1 minute read 0 comments jasonheecs

Have you ever had to copy and paste duplicate content in a YAML file and wondered if it is possible to DRY that up? As it turns out, YAML allows you to repeat nodes via aliases. YAML Aliases allow you to assign a name to a value or block of data and...

The beginning of a challenge with programming and personal issues #0

19 Feb 2022 1 minute read 5 comments Vicziz

Intro Hi, I'm David from the EU. Briefly and quickly about himself, a finance professional aspiring to change his profession to data analyst. Hence also the idea of writing this blog is to help me stay motivated and hopefully help other people too. ...

10000 Hours To Master Something - How Long To Master A Hobby?

3 Feb 2022 2 minute read 1 comment R23

  I've been thinking a lot about what I want to pursue in my life. However, after giving that some thought, I have realized how futile it is to think that just theorizing what you want to do with your life will actually accomplish it; additionally...

How To Make A Extension For Edge or Chrome

1 Feb 2022 9 minute read 1 comment Great Developer

Ever install a extension on your web browser. A ad blocker, a game, a tool? Its almost guaranteed that you have installed a extension for your web browser sometime in your life. Extensions are a great way to add useful features to your browser or per...

A simple way to defend online accounts against phishing attacks

19 Jan 2022 1 minute read 0 comments I_g_o_r

There are three typical cases when a phishing attack happens. Case 1. An attacker is trying to convince a user (via e-mail, SMS, or phone call) to visit a fraudulent website, which looks like the legitimate website. If the user follows the directions...

A brief Explanation of Machine Learning: Natural Language Processing - Sentiment Analysis

17 Jan 2022 1 minute read 0 comments eld3niz

I am glad you turned back in! Wait, didn't read Part 1? Go back and take a look, i'll wait.   After hearing about Text-Similiarity, today you will hear all (or something) about Sentiment analysis in a rather quick and dirty way. What is it, and why i...

Bash - Goto Shortcut for Fast Directory Change

12 Jan 2022 1 minute read 0 comments k88.io

If you spend any considerable time in your terminal, then there are certain directories that you go to more often than others. You may depend on your terminal autocomplete to quickly type cd ~/Documents  to and press up/down until you find the match....

The 3Ms of Coding Practices

12 Jan 2022 4 minute read 0 comments k88.io

In the world of programming, there are many lists of dos and don'ts. Some are universally liked, and some are personal preferences from one programmer to another. I want to take a step back and instead introduce 3 concepts you should use. This articl...

What is a high and low level language?

5 Jan 2022 2 minute read 1 comment lingy

Follow me on Odysee The concept of high-level and low-level programming languages often appears in programming theory books or IT-related blogs. But what is a high-level and low-level programming language? What is a programming language? A programmi...

Python - Modules - What are it? How to use?

2 Jan 2022 3 minute read 0 comments lingy

Imagine the following situation: you open an email from your boss with the title "urgent". It says: hey guy Our programmer Mark wrote a snippet of code in the module  pessoas/clientes.py, but it has a bug. To solve it, you should look for a called m...