GitHubSign in

When a student is learning coding and they jump from one online course to another without taking on real world problems and projects

"Upon taking my first real developer role, I realized I was spoiled by clean data in tutorial purgatory. The online classes did not prepare me for working with stakeholders and pushing back on their impossible requests."

@victoryamaykin

a design pattern used in software development that provides a way to manage data access logic in a centralized location

"to isolate the data access layer and business logic"

@square-story

AnalogJS is a meta-framework for Angular that aims to enhance the development experience by providing modern web development features and conventions, such as SSR, SSG, File-based routing, etc.

"We migrated our Angular project to AnalogJS and instantly gained enhanced development workflow and performance optimization."

@Gabb-c

It is a way to record and share digital data across multiple participants in a network.

"Blockchain is a well-known type of DLT that uses a digital chain of blocks to store and transmit data. Each block is cryptographically linked to the previous block, making it impossible to change the ledger"

@square-story

It is a decentralized consensus algorithm that uses computational power to validate transactions on blockchains, and to prevent malicious actors from taking over the network.

" It's also known as mining, and is a common basis for distributed ledger technology (DLT), which makes blockchain possible"

@square-story

a mechanism used to verify blockchain transactions

"PoS is intended to be faster, more efficient, and have lower fees than proof-of-work, which requires participants to spend computational power and electricity to generate a new block."

@square-story

a process that compares two versions of something to identify the differences between them

"In React, the diffing algorithm is a key part of the reconciliation process that updates the DOM (Document Object Model) efficiently"

@square-story

A method of alphanumeric writing where the number represents the total letters between the first alphabet and the last one in the word.

"A well known numeronym in open-source project is “i18n” which stands for “internationalization.”"

@pizofreude

when you keep coding stuff in a project that went outside the original plan

"We gotta make sure we plan ahead so there is no scope creep in this project."

@Run37927

Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. - Wikipedia

"Many search-related features can be powered by an Elasticsearch index of an application's data, although it isn't recommended to use Elasticsearch as the source of truth."

@a613