#javascriptUnmoderated tagAll postsTrendingHotNewPromotedPayoutslifeof.abdul in #hive-169321 • 2 days agoCoding DIY part 2: Tracking the Location of ISS using it's public APIGood day, friends. This wonderful community was recommended to me by @hivetrending after I made my first coding DIY post in the DIYHub community. In today's episode of Coding…firstamendment in #coding • 2 years agoresumed coding a game makerI started working on a (2d) game maker again after a very very long pause. unlike making a game where you create images, possibly create a story line, create a nice gui, and…makerhacks in #hive-119826 • 11 months agoWhy I Am Building Custom Hive Front-Ends, And You Should TooWhy would you build a website around your Hive posting when existing Hive websites already show up on the web? It's come to my attention that I have been talking about programminleoumesh in #hive-125125 • last yearKickstarting my JavaScript Learning JourneyImage Source JavaScript is a popular programming language that has highest demand in the software inmakerhacks in #hive-139531 • last yearMaking Your Hive Front-End Mobile ResponsiveDoes anyone else remember when web designs were made to work on different screen sizes by using full browser-width tables? We would make the left and righmikepeters in #hive-154226 • 4 months ago[ESP-ENG] 5 Razones por las cuales me entusiasma la Ingeniería de Software ✨▶️ Watch on 3Speak ![Desarrollo Material de APYP(1).png](https:/vikisecrets in #hive-163521 • last monthCan ChatGPT replace software developers? No, but ...Kann ChatGPT Software-Entwickler ersetzen? Nein, aber ... Eine Fähigkeit von ChatGPT, die mich geflasht hat, ist dass GPT sogar programmieren kann. In der jetzigen Version…themarkymark STEMGeeks Teamin #hive-163521 • last yearGetting started with Hive app developmentI've been asked quite a few times lately on how to get started developing on Hive. So here yo go, here's a brief intro to get your started. First off, thisbala41288 in #hive-163521 • last yearUsing ImageKit to store and resize your website imagesImageKit is a utility that I found recently for storing my images and resizing them based on my need. I was working on a project recently and that project required image resizing…farpetrad in #hive-163521 • 10 months agoVue.js Development - Part 4 Routing, Eslint and a Simple Component for Boostrap nav-itemWelcome back for another session of our Vue development series. Today we are going to look into adding routing using async loading as well as implementing amakerhacks in #hive-163521 • last yearCreating a NextJS Contact Form With SendGridOur custom Hive front-end using NextJS is getting pretty complete, but there is a glaring omission that would stop the project from being a success in the real world. No, not design, though thaiqbaladan in #hive-163521 • 8 months agoJavaScript - The BasicsLearning to code and programming takes time, if someone says coding is easy, you have to rethink it, but all of this is doable, it just takes time. After aiqbaladan in #hive-163521 • 8 months agoJavaScript - Learning About ObjectsIn my previous post , I shared my experience learning the basics of JavaScriptgrizzle in #hive-163521 • 2 years agoExperiments with p5.js - Getting Startedp5.js is a Javascript library designed to make coding easier for designers, artists, musicians, beginners. It’s built upon Processing, a Javbala41288 in #hive-163521 • 2 years agoSteps to use .env files in your Quasar framework projectVue has always been very comfortable for me and the Quasar framework is a nice wrapper on top of Vue giving us all the necessary things to build a website from scratch. If you…lqch in #hive-163521 • 2 years ago[ESP-ENG] My Bolivar ATM with JavaScript. || Mi cajero automático de Bolívares con JavaScript.Imagen edited in Gimp. Source 1. Source 2. ![separadorleoumesh in #hive-163521 • last yearMultidimensional Array In JavaScriptImage Source In JavaScript, there is no any built-in supportleoumesh in #hive-163521 • last yearOperators In JavaScriptImage Source Operators are an important aspects of every programming language. They are uleoumesh in #hive-163521 • last yearSlice Vs Splice In JavaScript ArrayImage Source Slicing is used to get a new array from an existing array without modifying the originalleoumesh in #hive-163521 • last yearJavaScript For/In LoopThere is another kind of loop that JavaScript has provided since the very beginning and it is known as for/in or simply for..in loop. While **for/o