Sonal Gupta·Mar 31Debugging My Health Like I Debug CodeAs a software developer, I’ve spent years debugging systems — tracing issues, isolating variables, and fixing what’s broken.
InThe StartupbySonal Gupta·Aug 13, 20208 Important Array Functions Every JavaScript Developer Must KnowArrays are list-like objects whose prototype has methods to perform traversal and mutation operations. Neither the length of a JavaScript…
InThe StartupbySonal Gupta·Jul 19, 2020Using Fetch Vs Axios.Js for Making HTTP RequestsJavaScript can send network requests to the server and load new information whenever it’s needed. For example, we can use a network…
Sonal Gupta·May 24, 2020Tableau: TDE Vs LIVE ConnectionThis is the very beginning of my technical blog writing with Medium. In my first post, I have discussed Tableau because it’s been almost a…