Muhammad Bilalmbilal546.hashnode.dev·Nov 28, 2023What are console.log and document.write in JavaScript?Theconsole.log method is used to output information to the browser's console. The console is a separate tool that is available for developers to use for debugging and testing their code. Information that is logged to the console is not visible to the...DiscussJavaScript
Mihai-Cristian Fagadaublog.mihaifagadau.dev·Sep 22, 2023Short guide for building beautiful commands with Laravel Prompts🔍 Overview Laravel Prompts is a PHP package for adding beautiful and user-friendly forms to your command-line applications, with browser-like features including placeholder text and validation. It is perfect for accepting user input in your Artisan ...Discuss·44 readsLaravel
Koti Vellankiknowmam.in·Aug 15, 2023Day 2: AWS Management ConsoleWelcome to Day 2 of our exciting "30 Days of AWS" journey! If you've been following along from the beginning, kudos to you for getting into the world of Amazon Web Services. Your dedication and curiosity are truly commendable. For those who might h...Avinash Dalvi and 1 other are discussing this2 people are discussing thisDiscuss·14 likes·58 readsAWS
J Armando Gargv.cloud·Jun 15, 2023Yet another Vim GuideYAVG (Yet Another Vim Guide) This page provides a guide to using Vim, a powerful command-line text editor. It covers basic commands for navigating and editing text, as well as more advanced features such as macros and key mapping. While there is a st...DiscussProgramming Tips
Andrei Zaslavskiisteelandy.hashnode.dev·Jun 12, 2023Supercharge your shell with these toolsBat: the cat clone Origin: https://github.com/sharkdp/bat And yeah, the 1st thing I did - disabled line numbers by-default :D NeoVim: the old good Vim, but with improvements Origin: https://github.com/neovim/neovim Exa: A modern replacement for ls ...Discusstools
arch dsparchdsp.hashnode.dev·May 17, 20231. Start 'Hello world!'Set up the environment Download SDK Download dotnet SDK here. %[https://dotnet.microsoft.com/] You can check your SDK info on PowerShell by below command. dotnet --info Command output $ dotnet --info .NET SDK: Version: 7.0.300-preview.23122.5 Co...Discuss·1 like·62 readsC#C#
Chiagoziem El-gibbor elgibbor.hashnode.dev·May 3, 2023Airbnb Clone: building the console. Part. 1 (introduction)This is the first full web application project for every software engineering trainee at Alx Africa. It is a hands-on practice showing the implementation of all the fundamental concepts covered in the Alx high-level programming track. This console is...Onwuka chukwuebuka and 5 others are discussing this6 people are discussing thisDiscuss·28 likes·3.0K readsairbnb clone
Kasper Ragnar Fjelradkasperragnarfjelrad.hashnode.dev·Apr 10, 2023Why you should get into moddingA few years ago when I started my journey to become a full-stack developer, I went down a rabbit hole that took me to the hardware layer. Specifically to an online community about console modding. In this community, I started to learn about modding a...Discuss·10 likes·70 readsXbox
Arya gidwaniaarya2228.hashnode.dev·Mar 27, 2023Console MethodsConsole, also known as a command-line interface (CLI), is a text-based user interface that allows users to interact with a computer system through a command-line interpreter. Console methods are an important part of JavaScript that allows developers ...Discuss·1 likeFrontend Development
Yash Kumar Sainiyashksaini.hashnode.dev·Mar 26, 20235 Tips for Debugging JavaScript CodeDebugging JavaScript code in modern browsers can be challenging, especially when working on complex web applications. However, with the right tools and techniques, you can quickly identify and fix any issues in your code. By the end of it, you will e...Discuss·10 likes·101 readsJavaScript