Perlu Network score measures the extent of a member’s network on Perlu based on their connections, Packs, and Collab activity.
Perlu Pulse score measures how active a member is on Perlu, on a scale of 0 to 100.
π» Web Development blog πΈ Instagram (main blog): https://t.co/1H3PO3BlyV βΆοΈ Telegram: https://t.co/iQiGnGLCK7 π₯οΈ Facebook: https://t.co/ICiFe7PwBH π Medium: https://t.co/uDkIHNmURH
[JavaScript] A quick demo of how to generate a link that will create a new event in userβs Google calendar with custom details. You can simply generate the link from a template or use the library that is used in this demo. . Find the source code here: https://codepen.io/room_js . Music: Liqwid - Sweet . #javascript #webdev #webdeveloper #programmer #html
[GIT] Have you ever heard of such term as bare git repository? If not then this post is for you. Git is quite a complex topic, and many people who uses Git for development not necessarily know all its features. Which is fine if you just use it for development. But when it comes to advanced usage, understanding of bare repo is crucial. So, let's dig into it together! . Please don't forget to like the post!π . #git #github #gitlab #webdevelopment #webdev #programmer #scv #
[Web3] It's been a while since my last post. Many things are happening around, but one thing that is constantly captivating my attention is Web3 and Blockchain stack. Being a web developer I believe it's a good direction to move to. And this post is for everyone who wants start learning Blockchain development, but for some reason didn't begin with it yet. Don't wait too long, take a look at these amazing websites where you can learn Web3 and Blockchain development for FREE. Give me a like if you are also eager to learn it, we can go through it together!πͺ . If you are aware of other great resources please share them in the comments.π . Stay strong and learn another new stack! π . #blockchain #web3 #crypto #webdevelopment #webdev #education
[Web dev] Introduction to DNS (Domain Name System). This is a basics of routing on Internet. If you're not familiar with DNS yet just read through the slides. I've just prepared for you the short introduction to the topic. The most important information is right here. Don't forget to like and follow if you enjoy it!π . #webdevelopment #webdev #programmer #programming #cloudarchitect #devops #networkengineer #cloudengineer #systemengineer
[Web dev] If you never heard of BSON format or don't know how it differ from JSON, take a look at the slides. BSON is a very similar format mainly used by MongoDB database for storing data. There is nothing fancy about it, but there are some differences though... Let's see them. . #webdev #webdevelopment #programming #programmer #database #mongodb #nodejs #javascript #typescript #coder
[Web Dev] A short introduction to Source Maps. What is your strategy on this topic? Do you ship source maps to production or maybe don't use them at all? π€ Please share your experience in the comments... π . #webdev #webdevelopment #javascriptdeveloper #javascript #typescript #css #sass #programmer
[CI/CD] Dependabot is a tool that can help you keeping dependencies in your projects up-to-date. It's natively integrated into Github and can be additionally configured via dependabot.yml file. It's a very convenient tool for automation in projects of all scales. As a downside it might bring some noise and distraction to your workflow by opening sometimes many PRs. . #continuousdelivery #github #javascript #programming #programmer #webdev #coding
[Web Dev] Basic crypto operation of getting a hash of a string done on the client and server sides. Both approaches are valid, but most probably you better think of server-side implementation first. Security-related things are still better to implement on a server in most cases. . #javascript #typescript #webdevelopment #webdeveloper #webdev #nodejs #frontend #backend #coding #programmer #cryptography