Fikky Ardiantogonexwind.hashnode.dev·May 17, 2024Flutter GetX CLI: Simplifying Your App Development ProcessHi readers! Today I'm gonna share my experience generate flutter project with GetX CLI. Without any futher, let's go to your terminal. Create new folder to new project. mkdir name_project Next step you can open your project. cd name_project Let's c...Discussget_cli
Darsh Pateldarsh-patel.hashnode.dev·Mar 23, 2024Detecting Fake News using Graph Neural Networks and EvidenceIn the digital age, the proliferation of fake news has become a pervasive issue, challenging the integrity of information dissemination. The quest for automated fake news detection has led researchers to explore various methodologies, with evidence-b...Discussgnn
Giver Kdkgiver-node.hashnode.dev·Jan 30, 2024Express.js: Introduction to APIAPI. What is it? Application Programming Interface (API) in just an interface to interact with data. In context of a full-stack web app, frontend app request the data through the API which is defined in the server side. Generally, the data is exchang...Discussget-request
Giver Kdkgiver-node.hashnode.dev·Jan 16, 2024Node.js: HTTP ModuleWhat is this HTTP all about? The 'http' that we use as a module is actually a protocol which allows data exchange between client and server. As discussed before, 'http' is a built-in module in Node.js. It has 2 types of messages: HTTP Request and HT...Discusshttp
Get Dandygetdandy.hashnode.dev·Dec 9, 2023Getdandy - Navigate the World of Reviews with Confidence and ControlIn the dynamic landscape of the digital age, online reviews wield tremendous influence over consumer choices. Recognizing this, Getdandy emerges as a guiding force, empowering businesses to navigate the intricate world of reviews with unwavering conf...Discussnegativereviewremoval
Get Dandygetdandy.hashnode.dev·Sep 24, 2023Elevate Your Business with Getdandy's Proprietary Review TechIn today's digital age, online reviews can make or break a business. Getdandy, with its proprietary review technology, offers a game-changing solution for businesses across various sectors. Here's how it can elevate your business and enhance your onl...DiscussGetDandy
Get Dandygetdandy.hashnode.dev·Sep 17, 2023Revamp Your Reputation with Getdandy's Transforming Review Management for BusinessesGetdandy is a game-changer for businesses in the hospitality, local, and professional services sectors. Getdandy’s proprietary review dispute technology offers a comprehensive suite of features, including bad review removal, ChatGPT-powered automated...DiscussGetDandy
Himangshu Kalitahimangshukalita.hashnode.dev·Feb 11, 2023Get and Post FormsGet Method After submitting the form, the GET method displays form values in the address bar of the new browser tab. It is only allowed to be roughly 3000 characters long. Only non-secure data, not sensitive data, can be used with it Syntax:<form...Discusspost
Samruddhi Sangalesamrudhi0909.hashnode.dev·Sep 4, 2022Learning basics of APIs from scratch and sending in your first request.I worked on public APIs for the first time as a part of an office task. I have shared my learnings from various platforms combined here. Who is this for ? - Absolute beginners who are trying to send in their first API request. What is an API ? API is...Discuss·1 like·68 readsAPIs
Ohekpeje Joel Odeyjoelodey.hashnode.dev·Mar 15, 2021HTTP request MethodsAs a beginner many years ago, I kept seeing these words: GET POST PUT PATCH DELETE But what do these HTTP request types mean? Let's explain this with a simple analogy. Let's say you own an Italian restaurant. Flag of Italy You have a staff that con...Discuss·10 likes·149 readshttp