4 hours agomSetup Private Blockchain using GethBlockchain is the future and no one can deny this fact. But in blockchain world, everything is public and there is no private world here but for some applications it become very difficult to hide sensitive data or data that they don’t want to be public at the same time…Blockchain4 min read
May 30Blockchain developer interview experienceLet me give you a brief about me : I am a final year B.tech CSE student having experience of more than a year in the field of web development. …Nft2 min read
Published in Coinmonks·May 3Introduction to soliditySolidity is nothing new, just the use case of it is something that came to existence a few years ago. Solidity is just a high level object oriented language that someone who is familiar with other object oriented language like C++, Java etc. will find very similar. It would be…Solidity3 min read
Jan 12Progressive Web App(PWA)A PWA or a progressive web application is simply a website that can be installed on any device i.e android, iphone, desktop etc. It is just a responsive website that can be easily installed on a single click with some great powers. Advantages of a PWA: Small size (mostly…Pwa5 min read
Oct 30, 2021Views in LaravelViews as the name suggests “It is the part of your website that is visible to the user”. Laravel provides a very efficient way for handling the HTML part of our website. Views are one of the powerful and underrated part of Laravel. …Laravel4 min read
Oct 26, 2021Image Upload in LaravelImages are the vital part of a website that provides the look and feel for the whole website and as a back end framework, Laravel takes care of uploading image. If you wish to use core PHP, the length of the code is too much, but in laravel it’s…Laravel3 min read
Oct 8, 2021Alpine.js basic tutorialAlipne.js is a newly born, lightweight, simple and powerful javascript framework that makes most of the stuff of javascript inline. It is like jQuery but it’s lighter and simpler version. …Alpinejs3 min read
Oct 6, 2021General Simple level interview programsIn basic freshers level interview, generally the interviewer prefers to ask some simple school level programs for beginning the interview and making the candidate confident. So it is very important to have a look at some of the basic programs before hand and you should be able to write program…Interview Questions4 min read
Sep 30, 2021Accessors and Mutators in LaravelAccessors and Mutators are basically used to reduce the length of the code and supports the DRY (do not repeat yourself) principles. Accessors As the name suggests, it is used while accessing something and here something is the attributes (columns in the database) of a model. Accessor in laravel transforms…Laravel2 min read
Sep 26, 2021HTTP status codesHTTP status codes specifies whether the request that you send to the server or on the browser is successful or there is any error or any redirection taking place. For creating an api, the developer should have knowledge about these http status codes and also in general, one should be…Laravel3 min read