Glib pfp

Glib

@sushev

104 Following
16 Followers


Glib pfp
Glib
@sushev
๐Ÿ•น๏ธ Come play games in the Farcade!
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
cool
0 reply
0 recast
0 reaction

Arrotu pfp
Arrotu
@arrotu
Gm with NexArt from @artnames
10 replies
3 recasts
20 reactions

Glib pfp
Glib
@sushev
I think me need study web3 word. The best technology in our epoch. AI with web3 will be the future
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
dude go like each other ๐Ÿ˜…๐Ÿ˜…๐Ÿ˜…
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ™ƒ
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜„
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
What Is Claudia.js? Claudia.js is a Node.js library that simplifies the deployment of JavaScript (and TypeScript) applications to AWS Lambda and API Gateway. Instead of manually configuring Lambda functions, API Gateway endpoints, and dealing with multiple AWS services, Claudia.js automates much of the process with a few simple commands. Key Benefits: Easy Setup: Automatically creates and configures AWS Lambda functions and API Gateway endpoints. Simple Commands: Deploy and update your code with minimal AWS console interaction. Support for Multiple Frameworks: Integrates well with popular Node.js frameworks like Express. Automatic Role & Policy Creation: Claudia handles IAM roles and policies for you. Built-In API Builder: Claudiaโ€™s own claudia-api-builder library helps you quickly set up HTTP endpoints. Why Use Claudia.js for Cloud Functions? Reduced Configuration Overhead: Claudia.js drastically cuts down the manual steps usually required to set up AWS resources. .
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜‡
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ‘
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜†
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
What is useMemo? useMemo is a built-in hook that memoizes a computed value. It takes a function and a list of dependencies, then recomputes the value only when one of the dependencies changes. If the dependencies havenโ€™t changed between renders, React returns the memoized (cached) value. Syntax javascript ะšะพะฟะธั€ะพะฒะฐั‚ัŒ ะ ะตะดะฐะบั‚ะธั€ะพะฒะฐั‚ัŒ const memoizedValue = useMemo(() => computeExpensiveValue(a, b), [a, b]); Callback function: The first parameter is a function that returns the computed value. Dependency array: The second parameter is an array of dependencies. The computation is rerun only if one or more of these dependencies have changed since the last render. https://react.dev/reference/react/useMemo
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
@sushev Base Folder Structure Hereโ€™s a common structure for a JavaScript project: โ”œโ”€โ”€ src/ # Source files โ”‚ โ”œโ”€โ”€ components/ # Reusable UI components โ”‚ โ”œโ”€โ”€ services/ # API calls and service logic โ”‚ โ”œโ”€โ”€ utils/ # Utility functions โ”‚ โ”œโ”€โ”€ assets/ # Static files (images, fonts, etc.) โ”‚ โ”œโ”€โ”€ views/ # Page-level components (for single-page apps) โ”‚ โ”œโ”€โ”€ index.js # Main entry point โ”‚ โ”œโ”€โ”€ App.js # Root component โ”‚ โ”œโ”€โ”€ public/ # Static public assets โ”‚ โ”œโ”€โ”€ index.html # Main HTML file โ”‚ โ”œโ”€โ”€ favicon.ico # Site favicon โ”‚ โ”œโ”€โ”€ .env # Environment variables โ”œโ”€โ”€ .gitignore # Files to ignore in Git โ”œโ”€โ”€ package.json # Project metadata and dependencies โ”œโ”€โ”€ webpack.config.js # Webpack configuration (if applicable) โ””โ”€โ”€ tsconfig.json # TypeScript configuration (if using TS)
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
Define Objectives Trading Goals: Decide what the bot should achieve (e.g., scalping, trend following, arbitrage). Market and Assets: Choose the market (e.g., stocks, cryptocurrency, forex) and the assets your bot will trade. Risk Management: Set rules for position sizing, stop-loss limits, and risk tolerance. 2. Understand the Basics Market Knowledge: Learn about market structures, trading strategies, and indicators. Programming Skills: Proficiency in a programming language like Python, JavaScript, or C++ is essential. APIs: Familiarize yourself with APIs of trading platforms (e.g., Binance, Coinbase, Interactive Brokers). Regulations: Ensure compliance with trading regulations in your jurisdiction.
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
๐Ÿ˜
0 reply
0 recast
0 reaction

Glib pfp
Glib
@sushev
1. Junior Developer (Entry-Level) Experience: 0โ€“2 years Key Characteristics: Learning the basics of coding, tools, and processes. Requires guidance and supervision from senior team members. Works on well-defined tasks, such as fixing bugs or implementing small features. Focuses on learning company-specific tech stacks, best practices, and workflows. Skills: Basic knowledge of programming languages and frameworks. Familiarity with version control systems (e.g., Git). Eager to learn and improve. 2. Mid-Level Developer (Intermediate) Experience: 2โ€“5 years Key Characteristics: Capable of handling tasks independently with minimal supervision. Works on more complex features, integrations, and improvements. Begins to mentor junior developers. Balances speed and quality in code delivery. Skills: Proficient in one or more programming languages or frameworks. Good understanding of software development life cycles. Knowledge of debugging, testing, and optimization.
0 reply
0 recast
1 reaction

Mats pfp
Mats
@mats
If you are building a farcaster / onchain app you should be using Dune's token balance API to create a richer and performant UI. It's free up to 10RPS and serves 50 chains in a single request. https://dune.com/echo
2 replies
6 recasts
25 reactions