coding

viewabilityConfigCallbackPairs

viewabilityConfigCallbackPairs

I have one question now is it limitation to React-Native orr.. it is not possible by any means Problem:I have nested flatList How to apply or get the ItemLayout orr viewabilityConfigCallbackPairs so that i can perform certain actions within that child renderItem/>const renderItem = ()=>{onScroll={() => {console.log('onScroll =>');}}onLayout={event => {console.log('onLayout =>', event.nativeEvent.layout);}}getItemLayout={(data, index) => {return {length: 100, offset: 100 * index, index};}}viewabilityConfigCallbackPairs={viewabilityConfigCallbackPairs.current}/> Source link lol
Read More
Your UI Doesn’t Matter

Your UI Doesn’t Matter

My Opinion on Why UI Doesn't Matter Much When Building a Startup In today's world, when it comes to building a startup, there are several aspects that concern us as entrepreneurs. One of those is the UI of the product or service we are selling. Initially, we want to create beautiful websites. There are many famous sites on the internet with pre-made templates that really shine, especially those for SaaS. However, I believe that when you are creating a product or service as a startup, focusing energy on creating a beautiful UI is not only a waste of time but…
Read More
My 11 yr journey as a [solo] developer (I am 26 yr old now)

My 11 yr journey as a [solo] developer (I am 26 yr old now)

I am a 26-year-old developer from Vadodara, Gujarat. What do I develop? Websites, and apps before - now I make games and earn a good living ($5,000 - $9,000/month) I have developed since I was 15 (out of passion and curiosity). I started making simple websites using PHP, JS, and MySQL (+HTML/CSS). I used to finish projects for 12th grade students and get some small fees in return. In 2014, I was 16 and switched to Android Apps. I made utility apps - music players, photography, launchers etc. Made around $1000! I joined a design university in Pune which included…
Read More
Level Up Your Node.js Testing with Native Test Runner and Mocks: A BigQuery Example

Level Up Your Node.js Testing with Native Test Runner and Mocks: A BigQuery Example

In today's software development, testing is not just good practice, it's necessary, in my opinion. I'm excited to share some valuable insights on testing in Node.js! Through my own experiences, I've discovered some practical tips and techniques that I believe will be helpful to the developer community. Before Node.js 20, developers relied on external testing tools like Jest and Mocha to ensure code quality. But with the arrival of Node.js 20, the game changed. This tutorial will explore the exciting new world of Node.js's built-in test runner, exploring powerful features like mocks. Native Node.Js Test Runner Offers: Simplicity (Easy setup,…
Read More
KPIs vs. OKRs: Key Differences

KPIs vs. OKRs: Key Differences

Understanding the difference between OKRs and KPIs is essential for any organization aiming to set specific goals and measure success effectively. These two frameworks, while often used interchangeably, serve distinct purposes and can significantly impact your business performance metrics. Let's dive into the specifics and clarify the roles of OKRs and KPIs in your goal-setting strategy. What are KPIs? Key Performance Indicators (KPIs) are measurable values that demonstrate how effectively an organization is achieving key business objectives. KPIs are used at multiple levels to evaluate the success of an organization or a particular activity in which it engages. High-level KPIs…
Read More
DAY 8 PROJECT: FEEDBACK UI PAGE

DAY 8 PROJECT: FEEDBACK UI PAGE

PROJECT NAME - FEEDBACK PAGE USING HTML CSS AND JAVASCRIPT Creating a feedback UI page is not just about functionality but also about user experience. In this project, we'll build a simple yet effective Feedback UI Page using HTML for structure, CSS for styling, and JavaScript for interactivity. Let's dive into how you can accomplish this step by step. HTML FOR THE BASIC STRUCTURE:First, let's set up the basic structure of our Feedback UI Page using HTML. We'll include sections for the form and the feedback results. CSS FOR THE USER INTERFACE:Now, let's style our Feedback UI Page to make…
Read More
JavaScript and HTML

JavaScript and HTML

In the world of web development, three core technologies come together to create the web pages we interact with daily: HTML, CSS, and JavaScript. Each of these technologies serves a unique purpose and works in harmony to bring web pages to life. Let's dive deeper into how these components function and complement each other, using a simple analogy of a stick figure on a post-it note. HTML (HyperText Markup Language) is the backbone of any web page. It defines the structure and layout of the content on the page. Think of HTML as the skeleton of a webpage, providing the…
Read More
Developing An Internal Developer Platform

Developing An Internal Developer Platform

In this blog we will be discussing about Internal Developer Platform (IDP), what it is , how to set one up as a lead DevOps Engineer.Present tech landscape implementing an IDP helps to streamline workflows and boost productivity. What is an Internal Developer Platforming It is a platform or an application which is built by platform engineecloring team for building golden paths and to facilitate developer self service. It consists of various tools and technologies integrated together so that it lowers cognitive load on developers without abstraction of context and underlying technologies. Why is there a need to build IDP…
Read More
How to Create a Simple Markdown to HTML Converter in Python

How to Create a Simple Markdown to HTML Converter in Python

Markdown is a popular format for writing content that’s easy to read and write, but converting it to HTML can be a hassle. In this post, I’ll show you how to create a simple Markdown to HTML converter using Python. This tool will allow you to convert your Markdown files into beautifully formatted HTML documents with just a few commands. What You’ll Need • Python: Make sure Python is installed on your system. • Markdown Library: We’ll use the markdown library to handle the conversion. Step-by-Step Guide Set Up Your Project Create a new directory for your project and navigate…
Read More
How to Display All Databases in Various Ways

How to Display All Databases in Various Ways

Essential duties in daily database management include viewing the entire list of databases on a server, retrieving their pertinent information, and swiftly recognizing certain databases. In order to undertake security audits, integrate databases, monitor sizes and performance, and carry out several other areas of database construction, maintenance, and administration, these actions are essential. Existing databases can be effectively displayed using a number of techniques provided by contemporary database management systems, such as Microsoft SQL Server. For example, SQL Server has various methods for listing databases, which are comparable to the manner in which tables are viewed within databases. These techniques…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.