NNaveenJoshuvainnaveenjoshuva.hashnode.dev·Aug 24, 2024 · 2 min readA letter To My Japanese SenseiVannakam(konnichiwa),nan japan moli patri padikka vendum endra thedal thodangiya poluthu Youtubeil ungalathu videokali parka mudinthathu, appoluthu than therinthathu Tamil moli than veir(root) ah irukirathu endru , pinarr enaku tamil moliyin uyir mey...00
NNaveenJoshuvainnaveenjoshuva.hashnode.dev·Aug 17, 2024 · 1 min readTen quotes新しい(Atarashī) 言語(gengo) は(wa) 新しい 人生 (jinsei)One's Life 始(はじ)まり (hajimari) 始(はじ)まり (hajimari) 女-woman , 台- machine=始-begin Atarashī gengo wa atarashī jinsei hajimari 自分 じぶん Ji bun no 自分の 自-self ハ - fins + 刀 - sword =分- part 自分 - oneself 言語の 言-say...00
NNaveenJoshuvainnaveenjoshuva.hashnode.dev·Aug 4, 2023 · 8 min readNamespace and use keyword in PhpNamespace In PHP, namespaces are a way to organize and encapsulate code by grouping classes, functions, and constants under a specific name. This helps prevent naming conflicts and makes it easier to manage and maintain large codebases. Namespaces we...00
NNaveenJoshuvainnaveenjoshuva.hashnode.dev·Aug 4, 2023 · 4 min readLaravel understanding How route loads a viewRoutes play a crucial role in web development as they allow you to define the logic and behavior of your web application and determine how different URLs are handled and responded to. Here Routes folder has the function in web.php which call the vie...00
NNaveenJoshuvainnaveenjoshuva.hashnode.dev·Jul 26, 2023 · 1 min readedabit php problem solving1.Return the Sum of Two Numbers Create a function that takes two numbers as arguments and returns their sum. Output: addition(3,2) 5 addition(-3,-6) -9 addition(7,3) 10 function addition($a, $b) { return $a+$b; } addition(3,2) 2.Return the Next...00