Home New Trending Search
About Privacy Terms
Posts
bong.dev's posts
Preview
How to Leverage GitHub Actions for Continuous Delivery and Deployment In the rapidly evolving world of software development, efficiency and reliability are paramount. Continuous delivery and deployment are practices that

This article delves into how GitHub Actions can be utilized to support these practices, ensuring a streamlined, error-minimized release cycle. by @aloke.tech bong.dev/2024/02/how-...

2 years ago 1 1 0 0
Preview
Essentials of Environment Variables for Software Developers Understanding the ins and outs of environment variables is akin to possessing a Swiss Army knife in the vast wilderness of software development. These

🚀 Elevate your dev skills with our guide on Environment Variables! From securing API keys to smooth deployments, discover best practices and tips for efficient development. A valuable read for every developer. #DevCommunity bong.dev/2024/02/esse... #Kolkata #WestBengal

2 years ago 1 1 0 0
Preview
Remix Takes on Next.js in Battle of the React Frameworks Remix is a rising JavaScript framework taking on Next.js, but its origins go back a full decade. We spoke with Remix CEO, Michael Jackson.

Remix Takes on Next.js in Battle of the React Frameworks: thenewstack.io/remix-takes-...

2 years ago 0 0 0 0
Preview
GitHub - 0no-co/gql.tada: 🪄 Magical GraphQL query engine for TypeScript 🪄 Magical GraphQL query engine for TypeScript . Contribute to 0no-co/gql.tada development by creating an account on GitHub.

gql.tada derives the types for your GraphQL queries on the fly allowing you to write type-safe GraphQL documents quickly. github.com/0no-co/gql.t...

2 years ago 0 0 0 0
Preview
Code Like a Pro: Insider Secrets to Flawless Software Development In the ever-evolving realm of software development, embarking on a journey as a developer often mirrors navigating an intricate maze. This path, while

Discover the art of flawless coding with our latest guide: 'Code Like a Pro: Insider Secrets to Flawless Software Development'. Uncover essential tips and strategies for developers! bong.dev/2024/01/code... #CodingExcellence #SoftwareDevelopment #DeveloperTips #Kolkata #WestBengal

2 years ago 0 0 0 0
Preview
Mastering MQTT: A Beginner's Guide to IoT Messaging Protocols MQTT (Message Queuing Telemetry Transport) is a lightweight messaging protocol ideal for small devices and when network bandwidth is limited. It's widely

New to MQTT or IoT? 🤔 Check out our beginner-friendly guide: 'Mastering MQTT'! Perfect for developers starting out. #InternetOfThings #MQTTBasics 🌟 Start your MQTT journey here: bong.dev/2024/01/mast... #Kolkata #WestBengal

2 years ago 0 0 0 0
Post image

Niklaus Wirth, a titan of programming languages and inventor and co-inventor of several languages including Pascal, has died at age 89. RIP .

2 years ago 3 1 0 1
discord.bong.dev

discord.bong.dev

Calling all developers in #Kolkata and #WestBengal! 🌟 Join our exclusive Discord community at
discord.bong.dev . It's a space where we connect, share ideas, and collaborate on exciting projects. Be a part of this growing tech hub and elevate your coding journey! 💡👩‍💻👨‍💻

2 years ago 1 0 0 0
Preview
Performance Optimization in Jetpack Compose We know how Compose has developed and is the future of UI development in Android and we can see that in KMP with compose multiplatform in the run. Here I

🚀 Speed up your #JetpackCompose skills! Check out our latest article on performance optimization in Jetpack Compose. It's packed with tips and tricks to make your apps run smoother and faster. Don't miss out on these essential insights! 📱💨 Read more: bong.dev/2024/01/perf... #AndroidDev

2 years ago 3 0 0 0
Preview
From Classroom to Career: Navigating the Transition to a Professional Developer The article "From Classroom to Career: Navigating the Transition to a Professional Developer" serves as a comprehensive guide for student developers preparing to enter the professional tech industry. ...

Embark on your journey from academia to the tech industry with our latest guide 🚀 'From Classroom to Career: Navigating the Transition to a Professional Developer.' Dive in now: bong.dev/2024/01/from... #StudentDeveloper #TechCareer #Kolkata #WestBengal

2 years ago 1 1 0 0
Post image

Happy 2024, Devs! 🎉 Let's make this year unforgettable with more code, innovations, and tech talks. Here's to growth, learning, and coding excellence! Can't wait to see what we'll create together.

2 years ago 1 1 0 0
Preview
Beyond Code: The Evolution of Software Developers in the Age of Generative AI As AI continues to permeate various sectors, the role of the developer evolves, becoming more integral and influential in shaping the future of technology and its impact on society. This new era is no...

Discover how #GenerativeAI is reshaping the #SoftwareDevelopment landscape. Dive into the world where coding meets creativity and ethics. By @alokemajumder.com exclusively written for us. bong.dev/2023/12/beyo...

2 years ago 1 1 0 0
Custom Vinyl Stickers and Laptop Stickers in India - JustStickers Juststickers makes custom vinyl stickers, reusable laptop stickers, epic coasters and badges in India

Try juststickers.in

2 years ago 2 0 0 0
Preview
How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu 22.04 LTS Creating a self-signed SSL certificate for Nginx on Ubuntu 22.04.3 LTS and configuring it to only allow HTTPS traffic while redirecting HTTP to HTTPS can

A step-by-step guide on creating a self-signed SSL certificate for Nginx on Ubuntu! Secure your web server with HTTPS in no time. Check it out now! 💻🛡️ #SSL #Nginx #WebSecurity #Ubuntu #HTTPS encryptnow.org/2023/12/how-...

2 years ago 1 2 0 0
Preview
Hijackable Go Module Repositories - Blog - VulnCheck VulnCheck scans the Go module ecosystem for module repositories affected by repojacking, and discover hundreds of thousands of affected module-versions.

VulnCheck reports over 9,000 GitHub repositories at risk of repojacking from username changes, plus 6,000+ due to account deletions.In total, 15,000 repositories, supporting 800,000+ Go module-versions, are exposed to this vulnerability. vulncheck.com/blog/go-repo... #GitHubSecurity #RepojackingRisk

2 years ago 2 2 0 0
Preview
Understanding GitHub Merge, Squash, and Rebase: A Tutorial for Beginners GitHub, a platform for version control and collaboration, offers several ways to integrate changes from one branch into another. Three key methods are

Just published a beginner-friendly guide on GitHub's Merge, Squash, and Rebase! Perfect for students and newbies looking to master version control. Dive into the world of branches, commits, and clean project histories. Check it out! 🔗

bong.dev/2023/12/unde...

2 years ago 2 1 0 0
Preview
A Comprehensive Guide to JSON Web Encryption (JWE) JSON Web Encryption (JWE), a member of the JSON Web Token (JWT) family, emerges as a compact, URL-safe means to represent encrypted content, ensuring confidentiality and integrity. This guide delves i...

Unlock the secrets of JSON Web Encryption (JWE) with our detailed guide! From encryption to secure transmission, we've got you covered. 🔐 #JWE #Encryption #TechGuide #bongdev #Kolkata #WestBengal bong.dev/2023/10/a-co...

2 years ago 2 0 0 0
Preview
Join the bongdev Discord Server! This is a vibrant and inclusive space for developers of all levels and interests in/from West Bengal. | 249 members

Hey #Developers! Every line of code you write, every bug you squash, and every solution you craft pushes us forward. Together, we're not just coding; we're shaping the future in West Bengal . Join us discord.gg/Z2bbRXwPxK #WestBengal #Kolkata

2 years ago 5 0 0 0
bong.dev
bong.dev
@bong.dev
9 Followers 6 Following 16 Posts
Posts Following