Explore

javascript × Feeds ×
  • screenshot

    Code Smell 247 - Javascript Function Naming

    Some names in immature languages break the [bijection] principle. Avoid ambiguous or bad names. Wrap with...

  • screenshot

    How can I enhance my CSS expertise, particularly in understanding media queries effectively? Seeking tips or resources to improve proficiency

    I'm struggling to grasp CSS concepts, especially media queries, and I'm seeking advice on how to...

  • Let's write a piano chord visualization application - a vanilla JS beginner-friendly tutorial—part III.

    In part II (https://www.codementor.io/@andrzejgorgonag/let-s-write-a-piano-chord-visualization-application-a-vanilla-js-beginner-friendly-tutorial-part-ii-1trq96zr6o), we have learned and...

  • screenshot

    2. Add Two Numbers in LeetCode

    I made such a code, everything works correctly in Visual Studio Code, when transferring it to...

  • screenshot

    How to fix repeating already showed elements from the array?

    I am making blackjack game and encoutering some problems which i get no idea to solve...

  • screenshot

    Pagination for data over 20000 results

    I have 20000 records coming from server (Salesforce) I am limiting only 5000 records per a...

  • screenshot

    Vue2 doesn't see updates of object in expanded table vuetify

    I have a problem with reactivity in Vue2 I have an array of objects in Vuex,...

  • screenshot

    How to Efficiently Read Large Datasets from Firestore with Reduced Latency?

    I’m working on a project that requires fetching large datasets from Firestore to display patient data....

  • screenshot

    Get the largest rectangle possible when the corners of the rectangle are cut

    So we have a rectangle with, let's say dimensions of 120ft length, 72ft breadth and 20mm...

  • screenshot

    Clerk Error while redirecting to Sign Up Page

    I have created an app in which I am using Clerk Authentication. The Sign In page...

  • screenshot

    How to check if every array is filled?

    I'm writing a code for rock paper scissor. I need a function to run everytime I...

  • screenshot

    can hooks be called inside the nested functions?

    In this react component how come usestate is working inside a regular function regfunc? It should...

  • Simulating soapy water

    Do you ever just scroll mindlessly online and stumble upon a satisfying video about physics and...

  • screenshot

    Drag and Drop only uploads via select

    I found a pen here that i tried to implement into my form. After so many...

  • screenshot

    How can I use lemonsqueezy checkout with next js app router?

    I am trying to to tyae payment with lemonsqueezy using next js v14. Here is my...

  • The React Tower of Babel: Navigating Complexity in Javascript Development

    Some thoughts on the evolution and current state of web development in the JavaScript ecosystem.

  • screenshot

    How to correctly output html which was generated in CKEditor5?

    When I resize image and align right, it is generating: When I output just this Html...

  • screenshot

    Javascript Deobfuscator

    I found a malware in my computer and perform forensic and I found out that the...

  • screenshot

    LiveView is best with Svelte

    Phoenix's LiveView has polarized our team. Compared to SPA, there are components and features that we’re...