3,025 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Sajid_21

As we transition from a monolithic architecture to a microservices-based approach one of the main challenges we're facing is implementing an efficient Continuous Integration/Continuous Deployment (CI/CD) pipeline. In a monolith, we had a single codebase that made it straightforward to manage automated builds, tests, and deployments. However, with multiple loosely …

Member Avatar for Sajid_21
0
71
Member Avatar for Paulmescal

"Hello everyone, I'm currently working on developing a shopping app, and I'd like to gather some insights from the community. What do you believe are the essential key features that should be considered when developing a shopping app? Your expertise and suggestions would be greatly appreciated. Thank you!"

Member Avatar for SCBWV
0
45
Member Avatar for hrushi9

I need help to convert my javascript animation to css3 Currently there are two sections. while going to second section from first section, it shrinks, folds height & width of first section and unfold , enlarge height & width of second section. **Check Demo** [ **jsfiddle**](https://jsfiddle.net/cq67m33a/) **Need Help for ** …

Member Avatar for alishakihn1
0
612
Member Avatar for FitIsHit

Hay, Everyone I am doing seo of my site but I notic that after submmiting url through Google Search Console 2 or 3 page are repeating with same Meta Title and URLs. I don't know how to remove these duplcate URLs from the SERP? Can anyone guide me in this …

Member Avatar for Gulshan_6
0
456
Member Avatar for Vandiun

I'm working on an SQL query for a complex reporting system that involves multiple tables and joins. However, the query's performance is not meeting my expectations, and I suspect that the way I've structured my joins might be inefficient. Here's a simplified version of my query: SELECT orders.order_id, customers.customer_name, products.product_name, …

Member Avatar for DGPickett
2
125
Member Avatar for tarun Nagar

Dear community members, I'm exploring the development of a real estate app and would love to tap into your expertise. In your experience, which programming languages and frameworks have you found to be most effective for building robust and feature-rich real estate apps? Your insights and recommendations will be greatly …

Member Avatar for Gulshan_6
0
74
Member Avatar for potatochips

Hi, My Crystal Report is using VB.NET and Sql server 2005. The report can be displayed but everytime it will prompt me to key in the Username n Password.. is there anyway to automatically pass the login information to reports? thanks =)

Member Avatar for lauryfriese
0
12K
Member Avatar for abhishek_s_n
Member Avatar for Sofiia
0
1K
Member Avatar for shikshashivhare

**Here are Benefits of Custom Web Development Services** Tailored Solutions: Custom web development provides personalized solutions that cater to specific business needs and goals. Enhanced User Experience: Custom-built websites are designed with user experience in mind, leading to higher engagement and satisfaction. Integration and Efficiency: Tailoring the website to align …

Member Avatar for Emily_Taylor
0
206
Member Avatar for Artin_1

I've just finished reading Eric Matthes' Python Crash Course. A book which I found great to learn Python within a short time. The learning process wasn't really hard for me as I was already familiar with programming in other languages. Now I'm done with it and I've just started learning …

Programming c++ java python
Member Avatar for Reverend Jim
0
102
Member Avatar for baig772

I am trying to implement multi authentication in `laravel5.2`. I am following [this article](http://saravanan.tomrain.com/multiauth-in-laravel-5-0/) My **Auth.php** <?php return [ 'multi' => array( 'user' => array( 'driver' => 'eloquent', 'model' => 'App\User', 'table' => 'users', ), 'admin' => array( 'driver' => 'database', 'model' => 'App\Admin', 'table' => 'tbl_admin_user', ) ), 'password' …

Member Avatar for tracyberge
0
615
Member Avatar for raj_41

If any of you have hands-on experience in developing texting platforms or have insights into the considerations involved, I would greatly appreciate your input. Factors such as real-time capabilities, scalability, integration with messaging protocols, and compatibility across devices are of utmost importance.

Member Avatar for Sajid_21
0
211
Member Avatar for TENG JUN

TITLE Simple Login System .MODEL SMALL .STACK 64 .DATA USERNAME DB 20 DUP('$') PASSWORD DB 20 DUP('$') INPUT_BUFFER DB 20 DUP('$') PROMPT_USER DB 13,10,"Create a username: $" PROMPT_PASS DB 13,10,"Create a password: $" LOGIN_NAME DB 13,10,"Enter your username: $" LOGIN_PASS DB 13,10,"Enter your password: $" SUCCESS_MSG DB 13,10,"Login successful!$" FAILURE_MSG …

Member Avatar for Dani
0
131
Member Avatar for Juniormi_01

Lexicographic algorithm I'm trying to make this algorithm work, but it keeps telling me that my declaration array is not correct because it needs to have a constant value. Array declaration can be found in the main #include<iostream> #include<array> using namespace std; void nextPermutation(char* v, int n) { //function declaration …

Member Avatar for Gulshan_6
0
332
Member Avatar for yehuda_2

Hi everyone, I'm happy to fill in any gaps in programming for quantum computers ("quantum programming"). I'm sure all have heard lots about, but unless you are in the field already there can also be misinformation involved. The bottom line - many the field of quantum programming is exciting, emerging, …

Member Avatar for AndreRet
1
79
Member Avatar for fx.eko

hi.. I have a problem when compiling the program created in VB6, an error message suddenly appears visual basic has stopped working the condition of the laptop that I use with 4GB memory specifications does this correlate directly while executing the process compile, while if I compile the program with …

Member Avatar for AndreRet
0
72
Member Avatar for 12a7_02_Nguyễ
Member Avatar for FarrisFahad

Hi, I am using JS in my website to load more content. I have buttons or input type button as my load more content. I am worried that Google won't index the content behind the load more button because it's a button and not an anchor tag. Here is what …

Member Avatar for Dani
1
126
Member Avatar for abod_1

Hello, I am a programmer, but I stopped a long time ago due to the situation in our country, and I want to work again. Please help me with some money to buy your brother’s laptop from Syria.

Programming java
Member Avatar for Reverend Jim
1
72
Member Avatar for NAFISUL

Hi, I am a non computing graduate. Have basic HTML knowledge gather using freecodecamp. I am transitting from marketing industry to IT (programming) industry. I have enrolled in a masters in UK which will start in just one month. But I am not sure If i will be able to …

Programming c++ php python
Member Avatar for jkon
0
125
Member Avatar for John_385

I am integrating [Speakatoo](https://www.speakatoo.com/) API in my project its giving me cookies error, Please any one can help me.

Programming php
Member Avatar for AndreRet
1
68
Member Avatar for hgsinfotech
Member Avatar for wwwalker
0
109
Member Avatar for Dani

I was consistently receiving MySQL "Packets out of order" error messages when attempting to connect to MySQL, mostly on my AJAX pages, but I couldn't attribute it to anything or reproduce it in any way. I did notice, however, that when switching MySQL persistent connections from on to off, the …

Member Avatar for Dani
4
376
Member Avatar for Dani

Sometimes you need to delete duplicate rows in a database :) In the future, set UNIQUE keys when you need them :) In the example below, we have a table appropriately named `TABLE_NAME` and there are multiple rows that have the same value for the `duplicate_field` field. In this example, …

Member Avatar for Usamatamimi
4
4K
Member Avatar for Ganesan_5

I am reading a JSON file containing Family details and I am trying to fill them in a std::map. somehow the keys are accepting data but the values are showing null. please help. **code: test.cpp** ------------------ #include <iostream> #include <string> #include <fstream> #include <cstdio> #include <conio.h> #include "nlohmann\json.hpp" #include "extmodule.h" …

Member Avatar for AndreRet
1
63
Member Avatar for Hussien_2

Construct an algorithm that has input an integer n ≥ 1, numbers x0, x1,...,xn, and a number x and that produces as output the product (x-xo)(x-x1)(x - xn).

Member Avatar for Gulshan_6
0
592
Member Avatar for indigo_4

It has to be said that Apple in recent years has not had any particularly eye-catching upgrades. Even, some features that users like very much have been removed, such as fingerprint unlocking. I'm using iPhone 13 now, if I wear makeup sometimes, iPhone 13 can't recognize my face. Once, I …

Member Avatar for Reverend Jim
0
53
Member Avatar for rproffitt

This just in from an AI researcher. Given the impact GenAI has had, it's been odd to see how unwelcome discussions about GenAI are here and other places. Then again, it is an existential threat to new and old programmers that don't add these new tools to their repertoire or …

Member Avatar for Hasan_25
2
241
Member Avatar for cambalinho

heres a sample of using pointers on VB6: Option Explicit Private Const BI_RGB = 0 Private Const CBM_INIT = &H4 Private Const DIB_RGB_COLORS = 0 Private Const USE_BITMAP_ALPHA = &H1000000 Private Type BITMAPINFOHEADER biSize As Long biWidth As Long biHeight As Long biPlanes As Integer biBitCount As Integer biCompression As …

0
86
Member Avatar for abu taher

In HTMl from I have a Input field type month. When I select a month and click on search button then total days of selected month show in HTMl table with backend data. This table contain salary. I want the salary is calculate with Total days. I write a script. …

Member Avatar for Jane_11
2
208

The End.