Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Malcolm

    test

    test
  2. Malcolm

    Read Me Advertise on Code Forum

    Advertise with Code Forum Are you looking to advertise on Code Forum? Then you’re in the right place; we are currently offering a few advertising placements that you could use to help promote your website, app and more. Disclaimer: All content on this page may be changed or updated at any...
  3. Malcolm

    I am looking to try building a simple website with a login page, but I need some guidance

    Hey Folks, I'm continuing my learning with Node.js / MySQL and want to build a new project that will be just a simple website with a login page and some pages hidden if you don't have a user. I'm wondering if any of you folks have guidance on where to start, what packages and what technologies...
  4. Malcolm

    Node.JS Using import vs require?

    Hi folks, I never thought to ask or look this up before (I mainly just went with whatever works), but when would you use require vs import? I noticed in some videos and code repositories some people use require and some use import. From the bits of pieces that I've gathered import seems like...
  5. Malcolm

    Happy New Years!

    Hello everyone, On behalf of the Code Forum Team we wish everyone happy new years! It’s been a great year and we cannot thank you enough. From celebrating 5 years and reaching a major milestone of 5,000 users, our Halloween Coding challenge we could truly not do it without you. We hope that...
  6. Malcolm

    Merry Christmas and Happy Holidays from Code Forum

    Hello all, This one is short and sweet, but the team at Code Forum would like to wish everyone a Merry Christmas and Happy Holidays! We hope everyone's lives are full of joy and happiness, and for those who are struggling, we stand with you and hope things improve. 🎄 🎁
  7. Malcolm

    Code Forum now has 5,000 coders on our platform! 🎉

    I am happy to announce that Code Forum has recently reached an amazing new milestone of 5,000 registered coders on our platform. We couldn't done it without you folks <3 We have started distributing new badges for those registered between now and since we opened. If you don't have yours, you...
  8. Malcolm

    Fun activity Share your tech stack 👇

    Hello Coders 👋 So your developing an application, website, game or tool. What's your tech stack? For those who are not sure what a tech stack or technology stack is, it's a set of technologies and solutions used to help you build that said application or website etc. A tech stack is...
  9. Malcolm

    Read Me Code Forum is celebrating 5 years! 🎉

    Code Forum is celebrating its 5th anniversary since we opened our virtual doors to the world. We are truly honoured to have such an amazing community who have supported us ever since, and we cannot thank you enough. Since we opened, Code Forum has provided developers and coding enthusiasts a...
  10. Malcolm

    Bundle install errors on MacOS

    Hi folks, I'm running into issues using bundle install on MacOS, and I wonder if anyone has any suggestions on fixing these errors. An error occurred while installing msgpack (1.7.2), and Bundler cannot continue. An error occurred while installing puma (5.6.6), and Bundler cannot continue...
  11. Malcolm

    Errors when posting, editing and reviewing

    Hey folks, I've been getting some reports where users are seeing “Oops! We ran into some problems. Please try again later. More error details may be in the browser console” errors which could be a result of a 503 or 403 error. If you experience this, please let me know and if you can include...
  12. Malcolm

    Regarding recent downtime and extra captchas

    Hi folks 👋 You may have noticed we were down most of yesterday (Monday, September 11th). This was due to a DDoS attack. As a result, we have enabled Cloudflare to its highest security level and are working on more measures to help. We apologize for the inconvenience.
  13. Malcolm

    Read Me Markdown, markdown, markdown now supported on Code Forum!

    We have enabled markdown in threads to make it easier to format posts. This function allows folks like yourself to post using markdown. Then once the post is posted, it will automatically convert the markdown into BBCode. In editor: After posting:
  14. Malcolm

    Read Me Buy us a coffee!

    Hello Code Forum, We're excited to introduce Buy Me a Coffee, a platform that allows you to support our community. As our community grows, so do our infrastructure costs, new projects, and the need for various services. If you would like to help us continue to provide a high-quality experience...
  15. Malcolm

    Node.JS Sendgrid is not returning results with a provided timestamp.

    Hey folks, I've been building a server that fetches all bounces from Sendgrid. Currently, I'm trying to query for certain results, e.g. start_time & end_time values Sendgrid requires. But I noticed that it doesn't always return the requested data. Sometimes it's blank with just [ ] as a result...
  16. Malcolm

    Read Me Merry Christmas & Happy New Year!

    We would like to wish everyone a belated Christmas and Happy New Year. Even if you don’t celebrate Christmas, we hope you enjoy the holidays and spend time with your family/friends/pets, and even if you’re alone this holiday season - we will always be here to celebrate with you. This year we...
  17. Malcolm

    JavaScript What does -1 do while using the Conditional (ternary) operator?

    Hi everyone, Could someone help me understand the code down below. I'm using a Conditional (ternary) operator that I got from this tutorial but having trouble understanding. index = index >= colors.length - 1 ? 0 : index + 1; I believe I have a grasp of majority of it, but what I don't...
  18. Malcolm

    Read Me Merry Christmas and happy holidays!

    Merry Christmas and happy holidays! We hope you have a wonderful time full of happiness. Be sure to take care of yourself and happy coding! P.s some great things coming next year https://giphy.com/clips/bestfriends-best-friends-adopt-animal-adoption-FaHOtxa23Tb4wtygMg
  19. Malcolm

    Read Me Two new additions to Code Forum! Shop & Status page

    🛒 Meet the new Code Forum Shop! 🎉 I'm really excited to announce the launch of our new shop. You can get merch ranging from T's and Hoodies to phone cases and my personal favourite, the coffee mug! The Code Forum shop is excellent for getting high-quality Code Forum merch in exchange for helping...
  20. Malcolm

    HTML & CSS How to improve my account-details form?

    Hey everyone! As mentioned in my previous thread, how to improve my login form, I am making prefabs for me to plop into my web projects; this allows me to keep my motivation high while creating website templates quickly and efficiently. You can check out my previous thread by clicking here. I...
Back
Top Bottom