Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Aug 1, 2024Integrating PHP Backend with React Native: Handling Date Range SelectionIn this blog post, we will walk through the process of integrating a PHP backend with a React Native frontend to handle date range selection and fetch data accordingly. We will cover the PHP script for the backend and the React Native code for the fr...DiscussReact
FMZ Quantfmzquant.hashnode.dev·Jul 4, 2024Detailed Explanation of New Features of Strategy Interface Parameters and Interactive ControlsWhen developing strategies on the FMZ Quant Trading Platform, it is necessary to design strategy parameters and strategy interactions. The FMZ Quant Trading Platform is committed to providing easy-to-use and powerful quantitative trading tools, and c...DiscussStrategy
FMZ Quantfmzquant.hashnode.dev·Jun 14, 2024Design a Multiple-Chart Plotting LibraryThis kind of library is often used to create charts and plots when writing and designing strategies. For a single custom chart, we can use the "plotting library" (users who are not familiar with the concept of the template library on FMZ can check th...Discusslibrary
FMZ Quantfmzquant.hashnode.dev·May 29, 2024Teach you to add multi-chart support to the strategyEspecially when writing trend strategies, sometimes you are confused by the trigger conditions of various indicators. At this time, it is urgent to visualize the data for analysis and viewing. When adding a single chart to a strategy, you can use the...Discusscode
Pratyusha Majumderyusha.hashnode.dev·Feb 29, 2024How to get to a specific timestamp of any YouTube video?Yes, I do it all the time. I have an attention span less than 15 seconds literally. Every time watching any 2-hour tutorial or 8-hour tutorial, I loose my interest in nearly 15 minutes. Somehow I manage to keep myself still up to 25-26 minutes and th...Discuss#howToGoToTimestampInYoutube
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 31, 2023Timestamps for measuring time taken in CTracking the amount of time it takes for particular program components to execute involves measuring the performance of a C program by recording time stamps. This is particularly useful for identifying bottlenecks and optimizing performance. Here's a...DiscussC Programmingtimestamp
Daniyal Kukdadaniyalkukda.hashnode.dev·May 15, 2023Demystifying Dates: A Deep Dive into JavaScript's Date Object and Time HandlingHello & Assalam o Alaikum Everyone! 👋 As a JavaScript developer, understanding how to work with dates and timestamps is essential. Whether you're building a scheduling app, tracking events, or handling time-related calculations, the Date object in J...Discuss·80 readsJavaScript
Siddharthblog.siddharth9890.com·Feb 27, 2023MongoDB _id The most important thing that you should knowHello everyone. Most of us know what databases are why they are used and what are the types. Out of which MongoDB is a popular NoSQL database that is known for its flexibility, scalability, and ease of use. One of the key features of MongoDB is the i...Discuss·4 likes·52 readsMongoDB
Elasticsearch addictesaddict.hashnode.dev·Jan 30, 2023Timestamp field in ElasticsearchConsider the following scenario, that you want to know when a specific document is added to Elasticsearch. In initial versions of Elasticsearch, each document contained a meta field named @timestamp that contained information about the date the docum...Discuss·1.8K readselasticsearch
Erdal TAŞKESENerdaltsksn.hashnode.dev·Sep 20, 2018How to change a commit timestampYou may need to change the datetime of a commit in some situations. For example, some countries use daylight saving time period and because of it, some commits can have the wrong timestamp. git commit --amend --date "Thu Feb 15 22:37:31 2018 +0300" ...Discuss·38 readsGit