Open in app

Sign In

Write

Sign In

Drashti Shah
Drashti Shah

13 Followers

Home

About

Apr 13

Streamlining Rust Code: Understanding the ‘super’ Keyword for Imports

Rust is well-known for its focus on safety and performance, and a well-organised codebase is a key factor in achieving these goals. Using modules and sub-modules is a common approach to organize Rust code, but navigating nested modules can sometimes be challenging. …

Rust

2 min read

Streamlining Rust Code: Understanding the ‘super’ Keyword for Imports
Streamlining Rust Code: Understanding the ‘super’ Keyword for Imports
Rust

2 min read


Apr 11

Constant Functions in Rust: Harness the Power of Compile-time Evaluation

Rust is a systems programming language that prioritizes safety, performance, and concurrency. One of the features that Rust offers to achieve better performance is the concept of constant functions. What are Constant Functions? Constant functions in Rust are functions that can be evaluated at compile-time. The compiler calculates the result of the function during…

Rust

2 min read

Constant Functions in Rust: Harness the Power of Compile-time Evaluation
Constant Functions in Rust: Harness the Power of Compile-time Evaluation
Rust

2 min read


Apr 10

Inlining in Rust: Understanding the Compiler’s Role

What is inlining? Inlining is an optimisation technique in Rust that can improve the performance of your code. Inlining replaces a function call with the function’s body, eliminating the overhead of a function call. It can lead to faster code execution and cache usage improvements, but may also increase code size. Compiler’s role in inlining The compiler…

Rust

4 min read

Inlining in Rust: Understanding the Compiler’s Role
Inlining in Rust: Understanding the Compiler’s Role
Rust

4 min read


Apr 10

Leveraging #[must_use] for Robust Rust Development

In Rust, the #[must_use] attribute acts as a helpful warning mechanism that prompts developers to avoid inadvertently ignoring the result of a function call or the value of a type. …

Rust

2 min read

Leveraging #[must_use] for Robust Rust Development
Leveraging #[must_use] for Robust Rust Development
Rust

2 min read


Apr 9

Rust Visibility Levels: A Guide to Access Control

In Rust, visibility levels determine the accessibility of items (functions, structs, enums, etc.) across different modules and crates. By default, items have private visibility, meaning they can only be accessed within the current module. You can use visibility modifiers to change the visibility of an item. Understanding Rust’s Visibility Levels Here’s a more detailed…

Rust

2 min read

Rust Visibility Levels: A Guide to Access Control
Rust Visibility Levels: A Guide to Access Control
Rust

2 min read


Published in

Zodhana

·Apr 2, 2021

Why Inkredo does not screen scrape net banking accounts

Inkredo automates bank statement analysis. But in order to do this, our customers have to upload the bank statements themselves (either through our API endpoints or through our dashboard). Screen scraping can automate this step; a computer program (with our customers’ permission and log in details) can use bank credentials…

Fintech

3 min read

Why Inkredo does not screen scrape net banking accounts
Why Inkredo does not screen scrape net banking accounts
Fintech

3 min read


Published in

Zodhana

·Feb 23, 2021

How lenders can help mitigate GHG emissions to reduce climate risks

FinTech companies are redesigning our current economic systems to make them more accessible to marginalised populations and make them more responsive to unforeseen negative events. Climate FinTechs are a subset of these companies; they ensure that the environment is a key stakeholder and that it gets a seat at the…

Climate Finance

5 min read

How lenders can help mitigate GHG emissions to reduce climate risks
How lenders can help mitigate GHG emissions to reduce climate risks
Climate Finance

5 min read


Published in

Zodhana

·Feb 12, 2021

Ethical implications of using browsing data for assessing credit worthiness

This post doesn’t try to answer how browsing history can be used for assessing credit worthiness or how effective this method is. I assume it is possible and that it is accurate enough to be useful for lenders. Instead of answering the technical questions, I am trying to explore the…

Browsing History

5 min read

Ethical implications of using browsing data for assessing credit worthiness
Ethical implications of using browsing data for assessing credit worthiness
Browsing History

5 min read


Published in

Zodhana

·Jan 15, 2021

The Gift of a Loan

Questions to ask while lending to friends and family, and what it means for your relationship with them. Imagine that someone in your friend circle or your family just asked you for money and you are not sure how to respond. Your hesitation doesn’t make you a bad person; you don’t have to feel guilty about having doubts about their ability to pay you back. This post will…

Lending

6 min read

The Gift of a Loan
The Gift of a Loan
Lending

6 min read

Drashti Shah

Drashti Shah

13 Followers
Following
  • Dotan Nahum

    Dotan Nahum

  • Kumar Tanmay

    Kumar Tanmay

  • Samkit Jain

    Samkit Jain

  • Krupa Galiya

    Krupa Galiya

  • MIT Technology Review

    MIT Technology Review

See all (14)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams