DbVisualizerforThe Tablethetable.hashnode.dev·Aug 24, 2023Designing a Multi-Language DatabaseMultiple languages within applications are not a new thing – designing a database that supports multiple languages isn‘t a piece of cake though. Don‘t worry – we‘ll explain everything you need to know in this blog! Tools used in the tutorial DbVisua...Discusslanguage
Samson Monyluakblog.monyluak.com·May 13, 2023LLMs-Powered Apps: Changing the Way We Use LanguageIntroduction In this article, we'll explore the different ways LLMs-powered apps are being used, their benefits, and what the future holds for this exciting technology. Let's break down "LLM" to understand it better: Large – means they are trained o...Discuss·36 readsAI
Sue Donimussue.hashnode.dev·Apr 14, 2023Why Piracy is a Loaded TermThe term "piracy" first surfaced in the early 15th century as a way of describing "the practice of robbing on the high seas". Approximately 200 years earlier, the word "pirate" surfaced, meaning "a sea-robber, sea-plunderer, one who without authority...Discuss·89 readspiracy
Christine Balanaablog.sywid.dev·Jan 24, 2023TIL: 3 general approaches language models useHow one word relates to another and in which context it can be used. If this can be calculated precisely, then would that be the same as knowing exactly what to say and when? How can a sequence of words be generated? The 3 general approaches language...DiscussTILTIL
Tanvir Rahman Princetanvir.hashnode.dev·Jan 22, 2023Set up Multi-language with vue-i18n vue.js Package using Laravel LocalizationVue-i18n is a popular internationalization (i18n) library for Vue.js that can be used in a Laravel project to handle localization. Here are the basic steps to set up localization with vue-i18n in a Laravel project: 1. Install the vue-i18n package usi...Discuss·69 readsVue.js
Shivam Raishivamrai.hashnode.dev·Dec 16, 2022Which Programming Language and Domain to Choose in your college for Placement and Jobs (Best Guide for Students)Sometimes choosing a programming language or domain is complicated for college students. So, let’s start, I divided this blog into 3 sections, first, if you are at the beginning of your college life second in the middle, and third in the end. If you ...DiscussGeneral Programming
Abdulrahman Yusufimpact.hashnode.dev·Nov 23, 2022Setting up Internationalization in React using react-18next 🇺🇸🇫🇷Nowadays, websites and applications can be accessed from different parts and regions of the world. So, it is very essential to make your website easily accessible to anyone regardless of their location. In this article, I’ll share the importance of i...Discuss·25 likes·373 readsReact
olufemi tayothebeginnersydrome101.hashnode.dev·Sep 3, 2022JavaScript vs PythonLet be clear about one thing, before we go over ourselves on these two programming languages, both are pretty the most interesting programming language for beginners, but to further stretch an assumption on their mastery will be to commit straw-man f...Discuss·47 readsJavaScript
NagualDevnagualdev.hashnode.dev·Jul 6, 2022A Common and Expressive Language on Remote TeamsIntroduction They looked human and spoke the same language. However, there was no understanding in our conversation. They didn’t understand each other so I discarded I was the only reason. They used different words to refer to the same concepts so re...Discussremote work
Anjanesh LekshminarayananforCSScss.co.in·Nov 26, 2010Adjusting styles based on a languageTraditionally, language HTML files would be stored separately and load language specific CSS files.But now we just store the language strings separately and programmatically print the language strings within the same HTML file.Very often I find mysel...Discuss·51 readsHTML