nitinreddy3.hashnode.devSveltekit, the unknown warrior!Introduction to SvelteKit for Beginners: A New Horizon in Web Development The world of web development is continuously evolving, with new tools and frameworks emerging to simplify the creation of fast, responsive, and interactive web applications. Am...Jan 20, 2024路6 min read
nitinreddy3.hashnode.devWassup TypeScript Interfaces!TypeScript is a popular superset of JavaScript that adds optional static typing to the language. One of the key features of TypeScript is its support for interfaces, which allow you to define a contract for the shape of an object. This can be useful ...Jan 22, 2023路2 min read
nitinreddy3.hashnode.devLet鈥檚 play around with the Carousel marquee 鉁岋笍Today we will look at how we can create a carousel marquee view and customise it according to our requirements. To experiment with the carousel view, we will Create a new codesandbox project. Select a React boilerplate template and boo-ya the pro...Jan 21, 2023路2 min read
nitinreddy3.hashnode.devConfigure Jest and usage in UmiJS 馃コBefore setting up Jest and using it in your application, you can initiate a umijs project using the following yarn create @umijs/umi-app tester To configure Jest in umi.js, you will need to install the following dependencies: jest and @testing-lib...Jan 12, 2023路3 min read
nitinreddy3.hashnode.devPython Dictionaries - Update data, loop through 馃悕Dictionaries are an interesting data structure in Python. In other programming languages like JavaScript, you can call it an object. Getting back to our example, we can change the value of a dictionary key as shown below: dict = {"name": "Nitin", "ag...Jan 4, 2023路2 min read