True Sparrow

True Sparrow We build products that help you grow.

Defer delays ex*****on of functions causing an error, panic statement stops the program & recover is used to recover the...
29/09/2022

Defer delays ex*****on of functions causing an error, panic statement stops the program & recover is used to recover the message during panic

Let’s discuss the defer, panic, recovery statements & their roles/importance in a production ready code in

Defer, Panic & Recover are important to know for error handling & writing the production ready code in go. This post provides details about them.

  provides various built-in middlewares & flexibility to write our own  . These middlewares  are the   of hooks to proce...
29/09/2022

provides various built-in middlewares & flexibility to write our own . These middlewares are the of hooks to process request/response

Let's see how we can implement in in 2 easy steps


Django provides various built-in middleware and flexibility to write our own middleware. There are 2 simple steps to implement custom middleware.

Few Selenium WebElement methods like getSize(), submit(), getLocation(), getCssValue(), & getRect() are not very common....
28/09/2022

Few Selenium WebElement methods like getSize(), submit(), getLocation(), getCssValue(), & getRect() are not very common. Each method is very useful in different scenarios


Let’s take a look at these methods & where they can be used


In this blog, we were explore on WebElement methods like getSize(), submit(), getLocation(), getCssValue(), getRect() and use it different scenarios.

JavaScript Object Notation (JSON) is used when data is sent from a server to a web application.With the help of some cod...
28/09/2022

JavaScript Object Notation (JSON) is used when data is sent from a server to a web application.

With the help of some code examples, let’s learn to parse, read & write JSON in python & how to convert a python Dictionary to JSON


In this blog, we will discuss how to parse, read and write JSON in python with the help of examples.

Contributing to open-source libraries is always a challenge for someone contributing for the 1st time.
Kedar Chandrayan ...
27/09/2022

Contributing to open-source libraries is always a challenge for someone contributing for the 1st time.


Kedar Chandrayan walks us through his journey, learnings & fun in making his very 1st contribution to the Open-Source community.


Fun Learnings from the open-source contribution journey of putting in directed efforts to solve a security vulnerability in a famous lib.

Lists are a common way to represent data. This list can be infinite & fetching large data at once slows down the app. Pa...
27/09/2022

Lists are a common way to represent data. This list can be infinite & fetching large data at once slows down the app. Pagination helps solve this.

Let's learn to implement pagination in a React Native app using FlatList component.



This article discusses the implementation of paginated lists (that enable infinite scrolling) in React Native applications

Sockets help in establishing communication between processes. This communication is based on the client-server model.

L...
26/09/2022

Sockets help in establishing communication between processes. This communication is based on the client-server model.



Let’s read about the fundamentals of socket programming & discuss how data flows & communication works in GoLang.


Socket helps in establishing communication between processes. In Golang the net package provides all APIs to implement socket communication.

Efficient error handling is essential to have in any software app. This refers to responding & recovering from error con...
26/09/2022

Efficient error handling is essential to have in any software app. This refers to responding & recovering from error conditions.

Errors in Go are different. Today, we go through how different they are & how they are handled in Go


Efficient error handling is essential to have in a software application. The way errors in Go are handled & responded, is explained in the post.

It's exciting & super-special it is for every open-source contributor when their 1st PR is merged. Beginners are always ...
23/09/2022

It's exciting & super-special it is for every open-source contributor when their 1st PR is merged. Beginners are always wondering how the community works, how projects are maintained etc.

Vaibhav Dighe, Software Engineer, PLG Works can't contain his excitement & shares his experience with us through this post.


The first merged PR is special for every open-source contributor. So in this blog, I will discuss and share the experience of my first merged PR.

useRef() Hook is one of the standard hooks provided by  . The main use case for the 'useRef hook()' is to access the DOM...
22/09/2022

useRef() Hook is one of the standard hooks provided by . The main use case for the 'useRef hook()' is to access the DOM child directly.

Here’s a walkthrough on how useRef works.


useRef() Hook is one of the standard hooks provided by React. It will return an object that can be used during the whole lifecycle of the component. The main use case for the useRef hook() is to access the DOM child directly. As we have seen, accessing the DOM is

Address

Pune
411028

Alerts

Be the first to know and let us send you an email when True Sparrow posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to True Sparrow:

Share